Dashboard
PHP:
7.4.33
OS:
Linux
User:
represi
/
/
home
/
represi
/
www
/
wp-snapshots
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 20200527_ditaymedia_5252feed2c7a1ed94402_20200527174310_database.sql
/* DUPLICATOR-LITE (MYSQL-DUMP BUILD MODE) MYSQL SCRIPT CREATED ON : 2020-05-27 17:43:31 */ /*!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 */; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_commentmeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_comments` WRITE; /*!40000 ALTER TABLE `backupdb_wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_comments` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_duplicator_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `hash` varchar(50) NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) NOT NULL, `package` mediumblob NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_duplicator_packages` WRITE; /*!40000 ALTER TABLE `backupdb_wp_duplicator_packages` DISABLE KEYS */; INSERT INTO `backupdb_wp_duplicator_packages` VALUES (12,'17_02_16_LetsPicYou_Antes_cambio_produ','58a5893a80e434721170216111258',100,'2017-02-16 11:14:51','admin',''),(13,'17_11_06_LetsPicYou_antes_actu_4_8_3','5a0036f240d661589171106101826',100,'2017-11-06 10:18:38','admin',''),(14,'17_11_06_LetsPicYou_despues_actu_4_8_3','b845c8a501f054676241171106103228',100,'2017-11-06 10:32:37','admin',''),(15,'18_01_29_LetsPicYou_antes_actu_4_9_2','50cff8772c3b8d127895180129105842',100,'2018-01-29 11:05:51','admin',''); /*!40000 ALTER TABLE `backupdb_wp_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_links` WRITE; /*!40000 ALTER TABLE `backupdb_wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_links` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_lstat` ( `wp` text, UNIQUE KEY `wp` (`wp`(255)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_lstat` WRITE; /*!40000 ALTER TABLE `backupdb_wp_lstat` DISABLE KEYS */; INSERT INTO `backupdb_wp_lstat` VALUES ('79|155|82'),('79|155|83'),('79|155|84'),('79|155|85'),('79|155|86'),('79|155|87'),('79|155|88'),('79|155|89'),('79|155|90'),('79|155|91'),('79|155|92'),('79|155|93'),('79|155|94'),('79|155|95'),('79|155|96'),('79|155|97'),('79|155|98'),('79|155|99'),('79|155|100'),('79|157|235'),('79|157|236'),('79|157|237'),('79|157|238'),('79|157|239'),('79|157|240'),('79|157|241'),('79|157|242'),('79|157|243'),('79|157|244'),('79|157|245'),('79|157|246'),('79|157|247'),('79|157|248'),('79|157|249'),('79|157|250'),('79|157|251'),('79|157|252'),('79|157|253'),('212|170|161'),('212|170|162'),('212|170|163'),('212|170|164'),('212|170|165'),('212|170|166'),('212|170|167'),('212|170|168'),('212|170|169'),('212|170|170'),('212|170|171'),('212|170|172'),('212|170|173'),('212|170|174'),('212|170|175'),('212|170|176'),('212|170|177'),('212|170|178'),('212|170|179'),('79|159|167'),('79|159|168'),('79|159|169'),('79|159|170'),('79|159|171'),('79|159|172'),('79|159|173'),('79|159|174'),('79|159|175'),('79|159|176'),('79|159|177'),('79|159|178'),('79|159|179'),('79|159|180'),('79|159|181'),('79|159|182'),('79|159|183'),('79|159|184'),('79|159|185'),('79|155|253'),('79|155|254'),('79|155|255'),('79|156|0'),('79|156|1'),('79|156|2'),('79|156|3'),('79|156|4'),('79|156|5'),('79|156|6'),('79|156|7'),('79|156|8'),('79|156|9'),('79|156|10'),('79|156|11'),('79|156|12'),('79|156|13'),('79|156|14'),('79|156|15'),('79|155|65'),('79|155|66'),('79|155|67'),('79|155|68'),('79|155|69'),('79|155|70'),('79|155|71'),('79|155|72'),('79|155|73'),('79|155|74'),('79|155|75'),('79|155|76'),('79|155|77'),('79|155|78'),('79|155|79'),('79|155|80'),('79|155|81'),('176|84|10'),('176|84|11'),('176|84|12'),('176|84|13'),('176|84|14'),('176|84|15'),('176|84|16'),('176|84|17'),('176|84|18'),('176|84|19'),('176|84|20'),('176|84|21'),('176|84|22'),('176|84|23'),('176|84|24'),('176|84|25'),('176|84|26'),('176|84|27'),('176|84|28'); /*!40000 ALTER TABLE `backupdb_wp_lstat` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) DEFAULT NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=64552 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_options` WRITE; /*!40000 ALTER TABLE `backupdb_wp_options` DISABLE KEYS */; INSERT INTO `backupdb_wp_options` VALUES (3,'blogdescription','LetsPicYou Producciones','yes'),(4,'users_can_register','0','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','d/m/Y','yes'),(23,'time_format','g:i A','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','','yes'),(30,'permalink_structure','/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:8:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:43:\"browser-theme-color/browser-theme-color.php\";i:2;s:25:\"duplicator/duplicator.php\";i:3;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:4;s:23:\"revslider/revslider.php\";i:5;s:40:\"spain-cookie-law/cookie-ley-espanola.php\";i:6;s:33:\"update-control/update-control.php\";i:7;s:27:\"wp-super-cache/wp-cache.php\";}','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','1','yes'),(41,'gmt_offset','','yes'),(42,'default_email_category','1','yes'),(44,'template','jarvis_wp','yes'),(45,'stylesheet','jarvis_wp','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','1','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','38590','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','1','yes'),(75,'thread_comments','','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:3:{i:0;b:0;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','yes'),(88,'page_on_front','133','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','24448','yes'),(92,'backupdb_wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:16:\"aiosp_manage_seo\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(42847,'aioseop_options','a:86:{s:16:\"aiosp_home_title\";s:37:\"LetsPicYou Producciones Audiovisuales\";s:22:\"aiosp_home_description\";s:74:\"LetsPicYou productora audiovisual con base en Madrid y cobertura nacional.\";s:20:\"aiosp_togglekeywords\";s:1:\"0\";s:19:\"aiosp_home_keywords\";s:0:\"\";s:26:\"aiosp_use_static_home_info\";s:1:\"0\";s:9:\"aiosp_can\";s:2:\"on\";s:30:\"aiosp_no_paged_canonical_links\";s:0:\"\";s:31:\"aiosp_customize_canonical_links\";s:0:\"\";s:20:\"aiosp_rewrite_titles\";s:1:\"1\";s:20:\"aiosp_force_rewrites\";s:1:\"1\";s:24:\"aiosp_use_original_title\";s:1:\"0\";s:16:\"aiosp_cap_titles\";s:2:\"on\";s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:1:{i:0;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";s:1:\"0\";s:18:\"aiosp_cpostnoindex\";s:0:\"\";s:19:\"aiosp_cpostnofollow\";s:0:\"\";s:17:\"aiosp_cposttitles\";s:0:\"\";s:21:\"aiosp_posttypecolumns\";a:1:{i:0;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";s:0:\"\";s:29:\"aiosp_google_sitelinks_search\";s:0:\"\";s:26:\"aiosp_google_set_site_name\";s:0:\"\";s:30:\"aiosp_google_specify_site_name\";s:0:\"\";s:28:\"aiosp_google_author_advanced\";s:1:\"0\";s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";s:0:\"\";s:25:\"aiosp_google_analytics_id\";s:0:\"\";s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";s:0:\"\";s:21:\"aiosp_ga_multi_domain\";s:0:\"\";s:21:\"aiosp_ga_addl_domains\";s:0:\"\";s:21:\"aiosp_ga_anonymize_ip\";s:0:\"\";s:28:\"aiosp_ga_display_advertising\";s:0:\"\";s:22:\"aiosp_ga_exclude_users\";s:0:\"\";s:29:\"aiosp_ga_track_outbound_links\";s:0:\"\";s:25:\"aiosp_ga_link_attribution\";s:0:\"\";s:27:\"aiosp_ga_enhanced_ecommerce\";s:0:\"\";s:20:\"aiosp_use_categories\";s:0:\"\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:26:\"aiosp_archive_date_noindex\";s:2:\"on\";s:28:\"aiosp_archive_author_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";s:0:\"\";s:20:\"aiosp_search_noindex\";s:0:\"\";s:17:\"aiosp_404_noindex\";s:0:\"\";s:17:\"aiosp_tax_noindex\";s:0:\"\";s:23:\"aiosp_paginated_noindex\";s:0:\"\";s:24:\"aiosp_paginated_nofollow\";s:0:\"\";s:27:\"aiosp_generate_descriptions\";s:0:\"\";s:18:\"aiosp_skip_excerpt\";s:0:\"\";s:20:\"aiosp_run_shortcodes\";s:0:\"\";s:33:\"aiosp_hide_paginated_descriptions\";s:0:\"\";s:32:\"aiosp_dont_truncate_descriptions\";s:0:\"\";s:19:\"aiosp_schema_markup\";s:2:\"on\";s:20:\"aiosp_unprotect_meta\";s:0:\"\";s:33:\"aiosp_redirect_attachement_parent\";s:0:\"\";s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";s:0:\"\";s:19:\"last_active_version\";s:7:\"2.4.4.1\";s:29:\"aiosp_attachment_title_format\";s:27:\"%post_title% | %blog_title%\";s:29:\"aiosp_custom_css_title_format\";s:27:\"%post_title% | %blog_title%\";s:38:\"aiosp_customize_changeset_title_format\";s:27:\"%post_title% | %blog_title%\";s:28:\"aiosp_portfolio_title_format\";s:27:\"%post_title% | %blog_title%\";s:7:\"modules\";a:2:{s:29:\"aiosp_feature_manager_options\";a:7:{s:36:\"aiosp_feature_manager_enable_sitemap\";s:0:\"\";s:38:\"aiosp_feature_manager_enable_opengraph\";s:0:\"\";s:35:\"aiosp_feature_manager_enable_robots\";s:2:\"on\";s:40:\"aiosp_feature_manager_enable_file_editor\";s:0:\"\";s:46:\"aiosp_feature_manager_enable_importer_exporter\";s:0:\"\";s:39:\"aiosp_feature_manager_enable_bad_robots\";s:0:\"\";s:40:\"aiosp_feature_manager_enable_performance\";s:2:\"on\";}s:20:\"aiosp_robots_options\";a:0:{}}}','yes'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:19:\"woocommerce-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:7:{i:1522932779;a:1:{s:11:\"wp_cache_gc\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1522936170;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1522936175;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1522939095;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1522946993;a:1:{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;}}}i:1523046881;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(3569,'wga','a:11:{s:4:\"code\";s:13:\"UA-48838957-1\";s:8:\"log_404s\";s:5:\"false\";s:12:\"log_searches\";s:5:\"false\";s:12:\"log_outgoing\";s:5:\"false\";s:17:\"ignore_admin_area\";s:4:\"true\";s:25:\"ignore_role_administrator\";s:4:\"true\";s:18:\"ignore_role_editor\";s:4:\"true\";s:18:\"ignore_role_author\";s:4:\"true\";s:23:\"ignore_role_contributor\";s:4:\"true\";s:22:\"ignore_role_subscriber\";s:4:\"true\";s:11:\"custom_vars\";a:5:{i:1;a:3:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";s:5:\"scope\";s:1:\"0\";}i:2;a:3:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";s:5:\"scope\";s:1:\"0\";}i:3;a:3:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";s:5:\"scope\";s:1:\"0\";}i:4;a:3:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";s:5:\"scope\";s:1:\"0\";}i:5;a:3:{s:4:\"name\";s:0:\"\";s:5:\"value\";s:0:\"\";s:5:\"scope\";s:1:\"0\";}}}','yes'),(13040,'duplicator_settings','a:10:{s:7:\"version\";s:6:\"1.2.32\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:0;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;}','yes'),(3363,'duplicator_version_plugin','1.2.32','yes'),(3539,'outbrain_pages_list','a:1:{i:0;s:1:\"1\";}','yes'),(3540,'outbrain_pages_recs','a:0:{}','yes'),(3541,'outbrain_claim_key','jBmeEH+1gt0pJbPCWQDg2w==','yes'),(3542,'outbrain_claim_status_num','','yes'),(3543,'outbrain_claim_status_string','','yes'),(3544,'outbrain_raterMode','stars','yes'),(3545,'outbrain_recMode','rec','yes'),(3546,'outbrain_rater_show_recommendations','','yes'),(3547,'outbrain_rater_self_recommendations','','yes'),(3548,'outbrain_mostPopular_data','a:2:{s:5:\"title\";s:18:\"Most Popular Posts\";s:10:\"postsCount\";i:3;}','yes'),(3549,'installation_time','1394471668','yes'),(3567,'Yoast_Google_Analytics','a:46:{s:16:\"advancedsettings\";b:0;s:11:\"allowanchor\";b:0;s:9:\"allowhash\";b:0;s:11:\"allowlinker\";b:0;s:11:\"anonymizeip\";b:0;s:10:\"customcode\";s:0:\"\";s:11:\"cv_loggedin\";b:0;s:13:\"cv_authorname\";b:0;s:11:\"cv_category\";b:0;s:17:\"cv_all_categories\";b:0;s:7:\"cv_tags\";b:0;s:7:\"cv_year\";b:0;s:12:\"cv_post_type\";b:0;s:5:\"debug\";b:0;s:12:\"dlextensions\";s:30:\"doc,exe,js,pdf,ppt,tgz,zip,xls\";s:6:\"domain\";s:0:\"\";s:11:\"domainorurl\";s:6:\"domain\";s:7:\"extrase\";b:0;s:10:\"extraseurl\";s:0:\"\";s:11:\"firebuglite\";b:0;s:16:\"ga_api_responses\";a:1:{s:45:\"1/R_jjrcS-WjJXIfMM6EO5xxMxPA0XNz1bBeKyF3MqNyc\";a:2:{s:8:\"response\";a:1:{s:4:\"code\";i:200;}s:4:\"body\";s:2223:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?><feed gd:kind=\"analytics#profiles\" xmlns=\"http://www.w3.org/2005/Atom\" xmlns:dxp=\"http://schemas.google.com/analytics/2009\" xmlns:gd=\"http://schemas.google.com/g/2005\" xmlns:openSearch=\"http://a9.com/-/spec/opensearch/1.1/\"><id>https://www.googleapis.com/analytics/v2.4/management/accounts/~all/webproperties/~all/profiles</id><updated>2014-03-10T17:33:54.465Z</updated><title type=\"text\">Google Analytics Views (Profiles) for miguel@ditaymedia.com</title><link rel=\"self\" type=\"application/atom+xml\" href=\"https://www.googleapis.com/analytics/v2.4/management/accounts/~all/webproperties/~all/profiles\"/><author><name>Google Analytics</name></author><generator>Google Analytics</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>1000</openSearch:itemsPerPage><entry gd:kind=\"analytics#profile\"><id>https://www.googleapis.com/analytics/v2.4/management/accounts/48838957/webproperties/UA-48838957-1/profiles/83239116</id><updated>2014-03-10T17:24:38.726Z</updated><title type=\"text\">Google Analytics View (Profile) Todos los datos de sitios web</title><link rel=\"self\" type=\"application/atom+xml\" href=\"https://www.googleapis.com/analytics/v2.4/management/accounts/48838957/webproperties/UA-48838957-1/profiles/83239116\"/><link rel=\"http://schemas.google.com/ga/2009#parent\" type=\"application/atom+xml\" gd:targetKind=\"analytics#webproperty\" href=\"https://www.googleapis.com/analytics/v2.4/management/accounts/48838957/webproperties/UA-48838957-1\"/><link rel=\"http://schemas.google.com/ga/2009#child\" type=\"application/atom+xml\" gd:targetKind=\"analytics#goals\" href=\"https://www.googleapis.com/analytics/v2.4/management/accounts/48838957/webproperties/UA-48838957-1/profiles/83239116/goals\"/><dxp:property name=\"ga:accountId\" value=\"48838957\"/><dxp:property name=\"ga:webPropertyId\" value=\"UA-48838957-1\"/><dxp:property name=\"ga:profileName\" value=\"Todos los datos de sitios web\"/><dxp:property name=\"ga:profileId\" value=\"83239116\"/><dxp:property name=\"dxp:tableId\" value=\"ga:83239116\"/><dxp:property name=\"ga:currency\" value=\"USD\"/><dxp:property name=\"ga:timezone\" value=\"Europe/Madrid\"/></entry></feed>\";}}s:16:\"gajslocalhosting\";b:0;s:7:\"gajsurl\";s:0:\"\";s:16:\"ignore_userlevel\";s:2:\"11\";s:12:\"internallink\";b:0;s:17:\"internallinklabel\";s:0:\"\";s:16:\"outboundpageview\";b:0;s:17:\"downloadspageview\";b:0;s:17:\"othercrossdomains\";s:0:\"\";s:8:\"position\";s:6:\"footer\";s:18:\"primarycrossdomain\";s:0:\"\";s:13:\"theme_updated\";b:0;s:16:\"trackcommentform\";b:1;s:16:\"trackcrossdomain\";b:0;s:12:\"trackadsense\";b:0;s:13:\"trackoutbound\";b:1;s:17:\"trackregistration\";b:0;s:14:\"rsslinktagging\";b:1;s:8:\"uastring\";s:0:\"\";s:7:\"version\";s:5:\"4.3.5\";s:10:\"gawp_oauth\";a:1:{s:12:\"access_token\";a:2:{s:11:\"oauth_token\";s:45:\"1/BR17yxJxmzRAdyjYwrkffYv1Azl7_eA4DwvWllWyKp0\";s:18:\"oauth_token_secret\";s:24:\"5LA6_xd-jlH6Urh12SFdJgR-\";}}s:3:\"msg\";s:0:\"\";s:15:\"manual_uastring\";s:0:\"\";s:14:\"tracking_popup\";s:4:\"done\";s:14:\"yoast_tracking\";b:1;s:8:\"ga_token\";s:45:\"1/BR17yxJxmzRAdyjYwrkffYv1Azl7_eA4DwvWllWyKp0\";}','yes'),(37939,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37940,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37941,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37618,'wpseo-gsc','a:1:{s:7:\"profile\";s:22:\"http://ditaymedia.com/\";}','yes'),(37623,'wpseo_gsc_issues_counts','a:3:{s:3:\"web\";a:6:{s:9:\"not_found\";a:2:{s:5:\"count\";i:11;s:10:\"last_fetch\";i:1452185226;}s:12:\"not_followed\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:13:\"access_denied\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"server_error\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:8:\"soft_404\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:5:\"other\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}}s:6:\"mobile\";a:5:{s:9:\"not_found\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"not_followed\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:13:\"access_denied\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"server_error\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:5:\"other\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}}s:15:\"smartphone_only\";a:8:{s:9:\"not_found\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"not_followed\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:13:\"access_denied\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:12:\"server_error\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:8:\"soft_404\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:7:\"roboted\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:16:\"faulty_redirects\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}s:5:\"other\";a:2:{s:5:\"count\";s:1:\"0\";s:10:\"last_fetch\";N;}}}','yes'),(37617,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:66:\"1/ZZcD4Ctt-YUBmYqnFNyr_7iLeGXkKQiHNy50Knc2ztxIgOrJDtdun6zK6XiATCKT\";s:12:\"access_token\";s:76:\"ya29.YgIBGvk8bckJb1mmr3P2HWgUm9JHk55F8zf0YA-KML9qRMqinZUCgF1gyPRb-4vJjhix-HU\";s:7:\"expires\";d:1452192424;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1452185224;}','yes'),(31347,'_wc_needs_pages','1','yes'),(33224,'ldcode','<script type=\"text/javascript\">var $zoho= $zoho || {salesiq:{values:{},ready:function(){}}};var d=document;s=d.createElement(\"script\");s.type=\"text/javascript\";s.defer=true;s.src=\"https://salesiq.zoho.com/bythephoto/button.ls?embedname=atencinalcliente\";t=d.getElementsByTagName(\"script\")[0];t.parentNode.insertBefore(s,t);document.write(\"<div id=\'zldbtnframe\'></div>\")</script>','yes'),(138,'recently_activated','a:0:{}','yes'),(255,'db_upgraded','','yes'),(289,'CPT_configured','TRUE','yes'),(14806,'wp_cookie_ley_espana_page_id','395','yes'),(14807,'wp_cookie_ley_espana_mensaje','Utilizamos cookies propias y de terceros para mejorar la experiencia de navegación, y ofrecer contenidos y publicidad de interés. Al continuar con la navegación entendemos que se acepta nuestra Política de cookies.','yes'),(14808,'wp_cookie_ley_espana_geoip','on','yes'),(279,'current_theme','Jarvis 3.8','yes'),(280,'theme_switched','','yes'),(284,'mc4wp_transfered_old_widgets','1','yes'),(285,'mc4wp_lite','a:1:{s:7:\"api_key\";s:36:\"f4588349fda444cfc4f72209cae48430-us6\";}','yes'),(286,'mc4wp_lite_checkbox','a:10:{s:5:\"label\";s:30:\"Sign me up for the newsletter!\";s:8:\"precheck\";i:1;s:3:\"css\";i:1;s:20:\"show_at_comment_form\";i:0;s:25:\"show_at_registration_form\";i:0;s:22:\"show_at_multisite_form\";i:0;s:23:\"show_at_buddypress_form\";i:0;s:21:\"show_at_bbpress_forms\";i:0;s:5:\"lists\";a:0:{}s:12:\"double_optin\";i:1;}','yes'),(288,'cpto_options','a:3:{s:8:\"autosort\";s:1:\"1\";s:9:\"adminsort\";s:1:\"1\";s:10:\"capability\";s:13:\"switch_themes\";}','yes'),(143,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(144,'ossdl_off_exclude','.php','yes'),(145,'ossdl_cname','','yes'),(3752,'wpseo_internallinks','a:11:{s:20:\"breadcrumbs-404crumb\";s:32:\"Error 404: Página no encontrada\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archivos por\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:7:\"Portada\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:15:\"Has buscado por\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;s:34:\"taxonomy-portfolio_filter-ptparent\";i:0;}','yes'),(37616,'wpseo-gsc-refresh_token','1/ZZcD4Ctt-YUBmYqnFNyr_7iLeGXkKQiHNy50Knc2ztxIgOrJDtdun6zK6XiATCKT','yes'),(37974,'wpseo_dismiss_recalculate','1','yes'),(147,'wpsupercache_start','1378994202','yes'),(148,'wpsupercache_count','0','yes'),(153,'wpsupercache_gc_time','1522932179','yes'),(42833,'category_children','a:0:{}','yes'),(1,'siteurl','http://ditaymedia.com','yes'),(2,'blogname','LetsPicYou Producciones','yes'),(5,'admin_email','letspicyou@ditaymedia.com','yes'),(36,'home','http://ditaymedia.com','yes'),(43,'recently_edited','a:5:{i:0;s:58:\"/home/ditaymedzf/www/wp-content/themes/jarvis_wp/style.css\";i:2;s:73:\"/home/ditaymedzf/www/wp-content/plugins/update-control/update-control.php\";i:3;s:62:\"/home/ditaymedzf/www/wp-content/plugins/zoho-salesiq/index.php\";i:4;s:78:\"/home/ditaymedzf/www/wp-content/themes/jarvis_wp/post-format/content-quote.php\";i:5;s:80:\"/home/ditaymedzf/www/wp-content/plugins/spain-cookie-law/cookie-ley-espanola.php\";}','no'),(86,'timezone_string','Europe/Paris','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:21:\"http://letspicyou.com\";s:4:\"link\";s:97:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://letspicyou.com/\";s:3:\"url\";s:130:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://letspicyou.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:22:\"Blog oficial WordPress\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:30:\"Otras noticias sobre WordPress\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(142,'ossdl_off_cdn_url','http://letspicyou.com/','yes'),(290,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:12;}}','yes'),(238,'theme_mods_jarvis_wp','a:162:{s:16:\"rnr_accent_color\";s:7:\"#0071ad\";s:20:\"rnr_enable_dark_skin\";s:1:\"0\";s:15:\"general_heading\";s:8:\"Headings\";s:15:\"rnr_favicon_url\";s:54:\"[site_url]/wp-content/uploads/2014/02/IconoLogoLPY.ico\";s:12:\"rnr_logo_url\";s:0:\"\";s:14:\"rnr_logo_width\";s:0:\"\";s:15:\"rnr_logo_height\";s:0:\"\";s:14:\"rnr_custom_css\";s:0:\"\";s:13:\"rnr_custom_js\";s:0:\"\";s:12:\"home_heading\";s:24:\"Home Screen Logo options\";s:20:\"rnr_enable_home_logo\";s:1:\"0\";s:23:\"rnr_home_logo_text_type\";s:5:\"light\";s:18:\"rnr_home_logo_text\";s:23:\"LetsPicYou Producciones\";s:17:\"rnr_home_logo_url\";s:0:\"\";s:19:\"home_screen_heading\";s:21:\"Home Section Settings\";s:18:\"rnr_home_look_type\";s:11:\"Full Screen\";s:13:\"rnr_home_type\";s:18:\"Full Width Content\";s:17:\"home_video_option\";s:18:\"Home Video Options\";s:19:\"rnr_home_video_type\";s:10:\"select one\";s:17:\"rnr_home_video_id\";s:0:\"\";s:19:\"home_slider_heading\";s:30:\"Home FullScreen Slider Options\";s:15:\"rnr_home_slider\";a:1:{i:1;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:0:\"\";}}s:13:\"rnr_menu_type\";s:5:\"light\";s:14:\"rnr_menu_style\";s:7:\"default\";s:8:\"rnr_menu\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:6:\"Oswald\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#0071ad\";}s:20:\"rnr_menu_font_weight\";s:4:\"bold\";s:23:\"rnr_menu_text_transform\";s:9:\"uppercase\";s:25:\"rnr_menu_link_hover_color\";s:7:\"#000000\";s:27:\"rnr_enable_portfolio_filter\";s:1:\"1\";s:26:\"rnr_disable_portfolio_ajax\";s:1:\"1\";s:25:\"rnr_portfolio_single_type\";s:12:\"Side By Side\";s:31:\"rnr_portfolio_description_title\";s:12:\"Descripción\";s:27:\"rnr_portfolio_details_title\";s:8:\"Detalles\";s:20:\"rnr_enable_googlemap\";s:1:\"0\";s:19:\"rnr_contact_address\";s:60:\"Monasterio de las Batuecas, 21 Portal B Bajo A, 28049 Madrid\";s:11:\"rnr_map_lat\";s:9:\"40.506045\";s:11:\"rnr_map_lon\";s:9:\"-3.704561\";s:12:\"rnr_map_logo\";s:64:\"https://si0.twimg.com/profile_images/1375684183/twitter_icon.png\";s:12:\"rnr_map_zoom\";s:2:\"18\";s:19:\"rnr_footer_logo_url\";s:0:\"\";s:18:\"rnr_footer_caption\";s:30:\"Diseñado por LetsPicYou Photo\";s:21:\"rnr_footer_background\";s:7:\"#ffffff\";s:10:\"rnr_footer\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"rnr_footer_link_color\";s:7:\"#0071ad\";s:27:\"rnr_footer_link_hover_color\";s:7:\"#000000\";s:15:\"rnr_blog_number\";s:2:\"-1\";s:20:\"rnr_blog_socialshare\";i:1;s:19:\"rnr_blog_authorinfo\";i:1;s:18:\"rnr_share_facebook\";i:1;s:17:\"rnr_share_twitter\";i:1;s:18:\"rnr_share_linkedin\";i:1;s:16:\"rnr_share_reddit\";s:1:\"0\";s:14:\"rnr_share_digg\";s:1:\"0\";s:19:\"rnr_share_delicious\";s:1:\"0\";s:16:\"rnr_share_google\";i:1;s:15:\"rnr_share_email\";i:1;s:20:\"rnr_twitter_username\";s:10:\"LetsPicYou\";s:24:\"rnr_twitter_consumer_key\";s:22:\"jIyuFODMVdRD9P8pHJBmsQ\";s:26:\"rnr_twitter_cosumer_secret\";s:43:\"0gg46lymrz259EsjmSpfHVK3dknYdcSOWAL0LqFeVV4\";s:24:\"rnr_twitter_access_token\";s:50:\"444601846-3OV9mj1QVlWdvRKDf7oQUWnDdp7IiDN9y531H5TO\";s:31:\"rnr_twitter_access_token_secret\";s:45:\"LPicno2DV69tthLjbLfYJWeZn1WClqrjWmhvRqBIew3fC\";s:13:\"rnr_body_text\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:20:\"rnr_body_font_weight\";s:6:\"normal\";s:14:\"rnr_heading_h1\";a:4:{s:4:\"size\";s:4:\"80px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h1_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h1_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h2\";a:4:{s:4:\"size\";s:4:\"36px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h2_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h2_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h3\";a:4:{s:4:\"size\";s:4:\"26px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h3_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h3_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h4\";a:4:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h4_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h4_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h5\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h5_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h5_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h6\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h6_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h6_text_transform\";s:4:\"none\";s:24:\"rnr_enable_classic_title\";i:0;s:20:\"rnr_heading_subtitle\";a:4:{s:4:\"size\";s:4:\"25px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:32:\"rnr_heading_subtitle_font_weight\";s:6:\"normal\";s:35:\"rnr_heading_subtitle_text_transform\";s:4:\"none\";s:12:\"introduction\";s:75:\"Enter your username / URL to show or leave blank to hide Social Media Icons\";s:16:\"rnr_social_email\";s:25:\"letspicyou@ditaymedia.com\";s:14:\"rnr_social_aim\";s:0:\"\";s:16:\"rnr_social_apple\";s:0:\"\";s:18:\"rnr_social_behance\";s:0:\"\";s:18:\"rnr_social_blogger\";s:0:\"\";s:20:\"rnr_social_delicious\";s:0:\"\";s:21:\"rnr_social_deviantart\";s:0:\"\";s:15:\"rnr_social_digg\";s:0:\"\";s:19:\"rnr_social_dribbble\";s:0:\"\";s:16:\"rnr_social_ember\";s:0:\"\";s:19:\"rnr_social_facebook\";s:30:\"http://facebook.com/LetsPicYou\";s:17:\"rnr_social_flickr\";s:0:\"\";s:17:\"rnr_social_forrst\";s:0:\"\";s:17:\"rnr_social_google\";s:0:\"\";s:21:\"rnr_social_googleplus\";s:35:\"https://plus.google.com/+Letspicyou\";s:18:\"rnr_social_gowalla\";s:0:\"\";s:22:\"rnr_social_grooveshark\";s:0:\"\";s:16:\"rnr_social_html5\";s:0:\"\";s:17:\"rnr_social_lastfm\";s:0:\"\";s:19:\"rnr_social_linkedin\";s:112:\"http://www.linkedin.com/company/3193860?goback=%2Enmp_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1&trk=prof-exp-company-name\";s:19:\"rnr_social_metacafe\";s:0:\"\";s:15:\"rnr_social_mixx\";s:0:\"\";s:19:\"rnr_social_netvibes\";s:0:\"\";s:17:\"rnr_social_paypal\";s:0:\"\";s:17:\"rnr_social_picasa\";s:0:\"\";s:20:\"rnr_social_pinterest\";s:0:\"\";s:16:\"rnr_social_plurk\";s:0:\"\";s:17:\"rnr_social_reddit\";s:0:\"\";s:14:\"rnr_social_rss\";s:0:\"\";s:16:\"rnr_social_skype\";s:0:\"\";s:22:\"rnr_social_stumbleupon\";s:0:\"\";s:21:\"rnr_social_technorati\";s:0:\"\";s:17:\"rnr_social_tumblr\";s:0:\"\";s:18:\"rnr_social_twitter\";s:0:\"\";s:16:\"rnr_social_vimeo\";s:0:\"\";s:20:\"rnr_social_wordpress\";s:0:\"\";s:16:\"rnr_social_yahoo\";s:0:\"\";s:15:\"rnr_social_yelp\";s:0:\"\";s:18:\"rnr_social_youtube\";s:0:\"\";s:15:\"rnr_social_xing\";s:0:\"\";s:20:\"rnr_social_instagram\";s:31:\"http://instagram.com/LetsPicYou\";s:20:\"rnr_social_angellist\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Wed, 05 Feb 2014 18:58:22 +0000\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:12;}s:7:\"backups\";a:161:{s:16:\"rnr_accent_color\";s:7:\"#0071ad\";s:20:\"rnr_enable_dark_skin\";s:1:\"0\";s:15:\"general_heading\";s:8:\"Headings\";s:15:\"rnr_favicon_url\";s:54:\"[site_url]/wp-content/uploads/2014/02/IconoLogoLPY.ico\";s:12:\"rnr_logo_url\";s:0:\"\";s:14:\"rnr_logo_width\";s:0:\"\";s:15:\"rnr_logo_height\";s:0:\"\";s:14:\"rnr_custom_css\";s:0:\"\";s:13:\"rnr_custom_js\";s:0:\"\";s:12:\"home_heading\";s:24:\"Home Screen Logo options\";s:20:\"rnr_enable_home_logo\";s:1:\"0\";s:23:\"rnr_home_logo_text_type\";s:5:\"light\";s:18:\"rnr_home_logo_text\";s:23:\"LetsPicYou Producciones\";s:17:\"rnr_home_logo_url\";s:0:\"\";s:19:\"home_screen_heading\";s:21:\"Home Section Settings\";s:18:\"rnr_home_look_type\";s:11:\"Full Screen\";s:13:\"rnr_home_type\";s:18:\"Full Width Content\";s:17:\"home_video_option\";s:18:\"Home Video Options\";s:19:\"rnr_home_video_type\";s:10:\"select one\";s:17:\"rnr_home_video_id\";s:0:\"\";s:19:\"home_slider_heading\";s:30:\"Home FullScreen Slider Options\";s:15:\"rnr_home_slider\";a:1:{i:1;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:0:\"\";}}s:13:\"rnr_menu_type\";s:5:\"light\";s:14:\"rnr_menu_style\";s:7:\"default\";s:8:\"rnr_menu\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:6:\"Oswald\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#0071ad\";}s:20:\"rnr_menu_font_weight\";s:4:\"bold\";s:23:\"rnr_menu_text_transform\";s:9:\"uppercase\";s:25:\"rnr_menu_link_hover_color\";s:7:\"#000000\";s:27:\"rnr_enable_portfolio_filter\";s:1:\"1\";s:26:\"rnr_disable_portfolio_ajax\";s:1:\"1\";s:25:\"rnr_portfolio_single_type\";s:12:\"Side By Side\";s:31:\"rnr_portfolio_description_title\";s:12:\"Descripción\";s:27:\"rnr_portfolio_details_title\";s:8:\"Detalles\";s:20:\"rnr_enable_googlemap\";s:1:\"0\";s:19:\"rnr_contact_address\";s:60:\"Monasterio de las Batuecas, 21 Portal B Bajo A, 28049 Madrid\";s:11:\"rnr_map_lat\";s:9:\"40.506045\";s:11:\"rnr_map_lon\";s:9:\"-3.704561\";s:12:\"rnr_map_logo\";s:64:\"https://si0.twimg.com/profile_images/1375684183/twitter_icon.png\";s:12:\"rnr_map_zoom\";s:2:\"18\";s:19:\"rnr_footer_logo_url\";s:0:\"\";s:18:\"rnr_footer_caption\";s:30:\"Diseñado por LetsPicYou Photo\";s:21:\"rnr_footer_background\";s:7:\"#ffffff\";s:10:\"rnr_footer\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"rnr_footer_link_color\";s:7:\"#0071ad\";s:27:\"rnr_footer_link_hover_color\";s:7:\"#000000\";s:15:\"rnr_blog_number\";s:2:\"-1\";s:20:\"rnr_blog_socialshare\";i:1;s:19:\"rnr_blog_authorinfo\";i:1;s:18:\"rnr_share_facebook\";i:1;s:17:\"rnr_share_twitter\";i:1;s:18:\"rnr_share_linkedin\";i:1;s:16:\"rnr_share_reddit\";s:1:\"0\";s:14:\"rnr_share_digg\";s:1:\"0\";s:19:\"rnr_share_delicious\";s:1:\"0\";s:16:\"rnr_share_google\";i:1;s:15:\"rnr_share_email\";i:1;s:20:\"rnr_twitter_username\";s:10:\"LetsPicYou\";s:24:\"rnr_twitter_consumer_key\";s:22:\"jIyuFODMVdRD9P8pHJBmsQ\";s:26:\"rnr_twitter_cosumer_secret\";s:43:\"0gg46lymrz259EsjmSpfHVK3dknYdcSOWAL0LqFeVV4\";s:24:\"rnr_twitter_access_token\";s:50:\"444601846-3OV9mj1QVlWdvRKDf7oQUWnDdp7IiDN9y531H5TO\";s:31:\"rnr_twitter_access_token_secret\";s:45:\"LPicno2DV69tthLjbLfYJWeZn1WClqrjWmhvRqBIew3fC\";s:13:\"rnr_body_text\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:20:\"rnr_body_font_weight\";s:6:\"normal\";s:14:\"rnr_heading_h1\";a:4:{s:4:\"size\";s:4:\"80px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h1_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h1_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h2\";a:4:{s:4:\"size\";s:4:\"36px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h2_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h2_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h3\";a:4:{s:4:\"size\";s:4:\"26px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h3_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h3_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h4\";a:4:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h4_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h4_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h5\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h5_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h5_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h6\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h6_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h6_text_transform\";s:4:\"none\";s:24:\"rnr_enable_classic_title\";i:0;s:20:\"rnr_heading_subtitle\";a:4:{s:4:\"size\";s:4:\"25px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:32:\"rnr_heading_subtitle_font_weight\";s:6:\"normal\";s:35:\"rnr_heading_subtitle_text_transform\";s:4:\"none\";s:12:\"introduction\";s:75:\"Enter your username / URL to show or leave blank to hide Social Media Icons\";s:16:\"rnr_social_email\";s:25:\"letspicyou@ditaymedia.com\";s:14:\"rnr_social_aim\";s:0:\"\";s:16:\"rnr_social_apple\";s:0:\"\";s:18:\"rnr_social_behance\";s:0:\"\";s:18:\"rnr_social_blogger\";s:0:\"\";s:20:\"rnr_social_delicious\";s:0:\"\";s:21:\"rnr_social_deviantart\";s:0:\"\";s:15:\"rnr_social_digg\";s:0:\"\";s:19:\"rnr_social_dribbble\";s:0:\"\";s:16:\"rnr_social_ember\";s:0:\"\";s:19:\"rnr_social_facebook\";s:30:\"http://facebook.com/LetsPicYou\";s:17:\"rnr_social_flickr\";s:0:\"\";s:17:\"rnr_social_forrst\";s:0:\"\";s:17:\"rnr_social_google\";s:0:\"\";s:21:\"rnr_social_googleplus\";s:35:\"https://plus.google.com/+Letspicyou\";s:18:\"rnr_social_gowalla\";s:0:\"\";s:22:\"rnr_social_grooveshark\";s:0:\"\";s:16:\"rnr_social_html5\";s:0:\"\";s:17:\"rnr_social_lastfm\";s:0:\"\";s:19:\"rnr_social_linkedin\";s:112:\"http://www.linkedin.com/company/3193860?goback=%2Enmp_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1&trk=prof-exp-company-name\";s:19:\"rnr_social_metacafe\";s:0:\"\";s:15:\"rnr_social_mixx\";s:0:\"\";s:19:\"rnr_social_netvibes\";s:0:\"\";s:17:\"rnr_social_paypal\";s:0:\"\";s:17:\"rnr_social_picasa\";s:0:\"\";s:20:\"rnr_social_pinterest\";s:0:\"\";s:16:\"rnr_social_plurk\";s:0:\"\";s:17:\"rnr_social_reddit\";s:0:\"\";s:14:\"rnr_social_rss\";s:0:\"\";s:16:\"rnr_social_skype\";s:0:\"\";s:22:\"rnr_social_stumbleupon\";s:0:\"\";s:21:\"rnr_social_technorati\";s:0:\"\";s:17:\"rnr_social_tumblr\";s:0:\"\";s:18:\"rnr_social_twitter\";s:0:\"\";s:16:\"rnr_social_vimeo\";s:0:\"\";s:20:\"rnr_social_wordpress\";s:0:\"\";s:16:\"rnr_social_yahoo\";s:0:\"\";s:15:\"rnr_social_yelp\";s:0:\"\";s:18:\"rnr_social_youtube\";s:0:\"\";s:15:\"rnr_social_xing\";s:0:\"\";s:20:\"rnr_social_instagram\";s:31:\"http://instagram.com/LetsPicYou\";s:20:\"rnr_social_angellist\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:12;}s:7:\"backups\";a:132:{s:16:\"rnr_accent_color\";s:7:\"#0071ad\";s:20:\"rnr_enable_dark_skin\";s:1:\"0\";s:15:\"general_heading\";s:8:\"Headings\";s:15:\"rnr_favicon_url\";s:0:\"\";s:12:\"rnr_logo_url\";s:0:\"\";s:14:\"rnr_logo_width\";s:0:\"\";s:15:\"rnr_logo_height\";s:0:\"\";s:14:\"rnr_custom_css\";s:0:\"\";s:13:\"rnr_custom_js\";s:0:\"\";s:12:\"home_heading\";s:24:\"Home Screen Logo options\";s:20:\"rnr_enable_home_logo\";s:1:\"0\";s:23:\"rnr_home_logo_text_type\";s:5:\"light\";s:18:\"rnr_home_logo_text\";s:25:\"Somo LetsPicYou Photo!!! \";s:17:\"rnr_home_logo_url\";s:0:\"\";s:19:\"home_screen_heading\";s:21:\"Home Section Settings\";s:18:\"rnr_home_look_type\";s:11:\"Full Screen\";s:13:\"rnr_home_type\";s:18:\"Full Width Content\";s:17:\"home_video_option\";s:18:\"Home Video Options\";s:19:\"rnr_home_video_type\";s:10:\"select one\";s:17:\"rnr_home_video_id\";s:0:\"\";s:19:\"home_slider_heading\";s:30:\"Home FullScreen Slider Options\";s:15:\"rnr_home_slider\";a:1:{i:1;a:5:{s:5:\"order\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"link\";s:0:\"\";s:11:\"description\";s:0:\"\";}}s:13:\"rnr_menu_type\";s:5:\"light\";s:14:\"rnr_menu_style\";s:3:\"top\";s:8:\"rnr_menu\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:6:\"Oswald\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#0071ad\";}s:20:\"rnr_menu_font_weight\";s:4:\"bold\";s:23:\"rnr_menu_text_transform\";s:9:\"uppercase\";s:25:\"rnr_menu_link_hover_color\";s:7:\"#000000\";s:27:\"rnr_enable_portfolio_filter\";s:1:\"0\";s:26:\"rnr_disable_portfolio_ajax\";s:1:\"0\";s:25:\"rnr_portfolio_single_type\";s:12:\"Side By Side\";s:31:\"rnr_portfolio_description_title\";s:19:\"Project Description\";s:27:\"rnr_portfolio_details_title\";s:15:\"Project Details\";s:20:\"rnr_enable_googlemap\";s:1:\"0\";s:19:\"rnr_contact_address\";s:60:\"Monasterio de las Batuecas, 21 Portal B Bajo A, 28049 Madrid\";s:11:\"rnr_map_lat\";s:9:\"40.506045\";s:11:\"rnr_map_lon\";s:9:\"-3.704561\";s:12:\"rnr_map_logo\";s:64:\"https://si0.twimg.com/profile_images/1375684183/twitter_icon.png\";s:12:\"rnr_map_zoom\";s:2:\"18\";s:19:\"rnr_footer_logo_url\";s:0:\"\";s:18:\"rnr_footer_caption\";s:0:\"\";s:21:\"rnr_footer_background\";s:7:\"#ffffff\";s:10:\"rnr_footer\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"rnr_footer_link_color\";s:7:\"#0071ad\";s:27:\"rnr_footer_link_hover_color\";s:7:\"#000000\";s:15:\"rnr_blog_number\";s:2:\"-1\";s:20:\"rnr_blog_socialshare\";i:1;s:19:\"rnr_blog_authorinfo\";i:1;s:18:\"rnr_share_facebook\";i:1;s:17:\"rnr_share_twitter\";i:1;s:18:\"rnr_share_linkedin\";i:1;s:16:\"rnr_share_reddit\";s:1:\"0\";s:14:\"rnr_share_digg\";s:1:\"0\";s:19:\"rnr_share_delicious\";s:1:\"0\";s:16:\"rnr_share_google\";i:1;s:15:\"rnr_share_email\";i:1;s:20:\"rnr_twitter_username\";s:10:\"LetsPicYou\";s:24:\"rnr_twitter_consumer_key\";s:22:\"jIyuFODMVdRD9P8pHJBmsQ\";s:26:\"rnr_twitter_cosumer_secret\";s:43:\"0gg46lymrz259EsjmSpfHVK3dknYdcSOWAL0LqFeVV4\";s:24:\"rnr_twitter_access_token\";s:50:\"444601846-3OV9mj1QVlWdvRKDf7oQUWnDdp7IiDN9y531H5TO\";s:31:\"rnr_twitter_access_token_secret\";s:45:\"LPicno2DV69tthLjbLfYJWeZn1WClqrjWmhvRqBIew3fC\";s:13:\"rnr_body_text\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:20:\"rnr_body_font_weight\";s:6:\"normal\";s:14:\"rnr_heading_h1\";a:4:{s:4:\"size\";s:4:\"80px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h1_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h1_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h2\";a:4:{s:4:\"size\";s:4:\"36px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h2_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h2_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h3\";a:4:{s:4:\"size\";s:4:\"26px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h3_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h3_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h4\";a:4:{s:4:\"size\";s:4:\"20px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h4_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h4_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h5\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h5_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h5_text_transform\";s:4:\"none\";s:14:\"rnr_heading_h6\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:26:\"rnr_heading_h6_font_weight\";s:6:\"normal\";s:29:\"rnr_heading_h6_text_transform\";s:4:\"none\";s:24:\"rnr_enable_classic_title\";i:0;s:20:\"rnr_heading_subtitle\";a:4:{s:4:\"size\";s:4:\"25px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#000000\";}s:32:\"rnr_heading_subtitle_font_weight\";s:6:\"normal\";s:35:\"rnr_heading_subtitle_text_transform\";s:4:\"none\";s:12:\"introduction\";s:75:\"Enter your username / URL to show or leave blank to hide Social Media Icons\";s:16:\"rnr_social_email\";s:25:\"letspicyou@ditaymedia.com\";s:14:\"rnr_social_aim\";s:0:\"\";s:16:\"rnr_social_apple\";s:0:\"\";s:18:\"rnr_social_behance\";s:0:\"\";s:18:\"rnr_social_blogger\";s:0:\"\";s:20:\"rnr_social_delicious\";s:0:\"\";s:21:\"rnr_social_deviantart\";s:0:\"\";s:15:\"rnr_social_digg\";s:0:\"\";s:19:\"rnr_social_dribbble\";s:0:\"\";s:16:\"rnr_social_ember\";s:0:\"\";s:19:\"rnr_social_facebook\";s:30:\"http://facebook.com/LetsPicYou\";s:17:\"rnr_social_flickr\";s:0:\"\";s:17:\"rnr_social_forrst\";s:0:\"\";s:17:\"rnr_social_google\";s:0:\"\";s:21:\"rnr_social_googleplus\";s:35:\"https://plus.google.com/+Letspicyou\";s:18:\"rnr_social_gowalla\";s:0:\"\";s:22:\"rnr_social_grooveshark\";s:0:\"\";s:16:\"rnr_social_html5\";s:0:\"\";s:17:\"rnr_social_lastfm\";s:0:\"\";s:19:\"rnr_social_linkedin\";s:112:\"http://www.linkedin.com/company/3193860?goback=%2Enmp_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1_*1&trk=prof-exp-company-name\";s:19:\"rnr_social_metacafe\";s:0:\"\";s:15:\"rnr_social_mixx\";s:0:\"\";s:19:\"rnr_social_netvibes\";s:0:\"\";s:17:\"rnr_social_paypal\";s:0:\"\";s:17:\"rnr_social_picasa\";s:0:\"\";s:20:\"rnr_social_pinterest\";s:0:\"\";s:16:\"rnr_social_plurk\";s:0:\"\";s:17:\"rnr_social_reddit\";s:0:\"\";s:14:\"rnr_social_rss\";s:0:\"\";s:16:\"rnr_social_skype\";s:0:\"\";s:22:\"rnr_social_stumbleupon\";s:0:\"\";s:21:\"rnr_social_technorati\";s:0:\"\";s:17:\"rnr_social_tumblr\";s:0:\"\";s:18:\"rnr_social_twitter\";s:30:\"https://twitter.com/LetsPicYou\";s:16:\"rnr_social_vimeo\";s:0:\"\";s:20:\"rnr_social_wordpress\";s:0:\"\";s:16:\"rnr_social_yahoo\";s:0:\"\";s:15:\"rnr_social_yelp\";s:0:\"\";s:18:\"rnr_social_youtube\";s:0:\"\";s:15:\"rnr_social_xing\";s:0:\"\";s:20:\"rnr_social_instagram\";s:0:\"\";s:20:\"rnr_social_angellist\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:18:\"nav_menu_locations\";a:1:{s:9:\"main-menu\";i:12;}s:10:\"backup_log\";s:31:\"Wed, 05 Feb 2014 22:28:22 +0000\";}s:21:\"rnr_enable_widescreen\";s:1:\"0\";s:21:\"rnr_enable_rtl_layout\";s:1:\"0\";s:21:\"rnr_enable_video_loop\";s:1:\"0\";s:14:\"rnr_video_mute\";s:1:\"1\";s:34:\"rnr_fullscreenslider_as_background\";s:1:\"0\";s:33:\"rnr_fullscreenslider_content_type\";s:10:\"select one\";s:20:\"rnr_portfolio_number\";s:2:\"10\";s:23:\"rnr_wc_products_perpage\";s:2:\"12\";s:21:\"rnr_enable_wc_sidebar\";s:1:\"0\";s:28:\"rnr_enable_wc_single_sidebar\";s:1:\"0\";s:26:\"rnr_parallax_headings_font\";a:4:{s:4:\"size\";s:4:\"45px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:33:\"rnr_parallax_headings_font_weight\";s:6:\"normal\";s:36:\"rnr_parallax_headings_text_transform\";s:4:\"none\";s:22:\"rnr_parallax_text_font\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:18:\"custom_css_post_id\";i:-1;s:21:\"rnr_disable_animation\";s:1:\"0\";s:25:\"rnr_disable_mob_animation\";s:1:\"0\";s:24:\"rnr_disable_smoothscroll\";s:1:\"0\";s:21:\"rnr_disable_preloader\";s:1:\"0\";s:19:\"rnr_disable_overlay\";s:1:\"0\";s:24:\"rnr_parallax_overlay_url\";s:0:\"\";s:24:\"rnr_enable_color_pattern\";s:1:\"0\";s:28:\"rnr_parallax_overlay_bgcolor\";s:7:\"#ffd600\";s:28:\"rnr_parallax_overlay_opacity\";s:3:\"100\";s:27:\"rnr_disable_home_scrolldown\";s:1:\"0\";s:27:\"rnr_menu_transdefault_color\";s:7:\"#ffffff\";s:18:\"rnr_portfolio_slug\";s:14:\"portfolio-item\";s:9:\"PHPSESSID\";s:26:\"3l5mltk9nps2cnupstl0b10s74\";s:10:\"backup_log\";s:31:\"Fri, 24 Nov 2017 16:47:48 +0000\";}s:21:\"rnr_enable_widescreen\";s:1:\"0\";s:21:\"rnr_enable_rtl_layout\";s:1:\"0\";s:21:\"rnr_enable_video_loop\";s:1:\"0\";s:14:\"rnr_video_mute\";s:1:\"1\";s:34:\"rnr_fullscreenslider_as_background\";s:1:\"0\";s:33:\"rnr_fullscreenslider_content_type\";s:10:\"select one\";s:20:\"rnr_portfolio_number\";s:2:\"10\";s:23:\"rnr_wc_products_perpage\";s:2:\"12\";s:21:\"rnr_enable_wc_sidebar\";s:1:\"0\";s:28:\"rnr_enable_wc_single_sidebar\";s:1:\"0\";s:26:\"rnr_parallax_headings_font\";a:4:{s:4:\"size\";s:4:\"45px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:33:\"rnr_parallax_headings_font_weight\";s:6:\"normal\";s:36:\"rnr_parallax_headings_text_transform\";s:4:\"none\";s:22:\"rnr_parallax_text_font\";a:4:{s:4:\"size\";s:4:\"16px\";s:4:\"face\";s:1:\"0\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:18:\"custom_css_post_id\";i:-1;s:21:\"rnr_disable_animation\";s:1:\"0\";s:25:\"rnr_disable_mob_animation\";s:1:\"0\";s:24:\"rnr_disable_smoothscroll\";s:1:\"0\";s:21:\"rnr_disable_preloader\";s:1:\"0\";s:19:\"rnr_disable_overlay\";s:1:\"0\";s:24:\"rnr_parallax_overlay_url\";s:0:\"\";s:24:\"rnr_enable_color_pattern\";s:1:\"0\";s:28:\"rnr_parallax_overlay_bgcolor\";s:7:\"#ffd600\";s:28:\"rnr_parallax_overlay_opacity\";s:3:\"100\";s:27:\"rnr_disable_home_scrolldown\";s:1:\"0\";s:27:\"rnr_menu_transdefault_color\";s:7:\"#ffffff\";s:18:\"rnr_portfolio_slug\";s:14:\"portfolio-item\";s:9:\"PHPSESSID\";s:26:\"3l5mltk9nps2cnupstl0b10s74\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1511542617;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:19:\"woocommerce-widgets\";a:0:{}}}}','yes'),(13154,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:5:\"p=335\";i:1;s:5:\"p=336\";i:2;s:5:\"p=337\";i:3;s:6:\"/carro\";i:4;s:18:\"/finalizar-comprar\";i:5;s:10:\"/mi-cuenta\";}','yes'),(287,'mc4wp_lite_form','a:10:{s:3:\"css\";s:7:\"default\";s:6:\"markup\";s:205:\"<p>\n <label for=\"mc4wp_email\">Email address: </label>\n <input type=\"email\" id=\"mc4wp_email\" name=\"EMAIL\" required placeholder=\"Your email address\" />\n</p>\n\n<p>\n <input type=\"submit\" value=\"Sign up\" />\n</p>\";s:12:\"text_success\";s:79:\"Thank you, your sign-up request was successful! Please check your e-mail inbox.\";s:10:\"text_error\";s:51:\"Oops. Something went wrong. Please try again later.\";s:18:\"text_invalid_email\";s:37:\"Please provide a valid email address.\";s:23:\"text_already_subscribed\";s:53:\"Given email address is already subscribed, thank you!\";s:8:\"redirect\";s:0:\"\";s:5:\"lists\";a:0:{}s:12:\"double_optin\";i:1;s:18:\"hide_after_success\";i:0;}','yes'),(6075,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:25:\"letspicyou@ditaymedia.com\";s:7:\"version\";s:5:\"4.1.2\";s:9:\"timestamp\";i:1429642209;}','yes'),(3730,'outbrain_lang','http://widgets.outbrain.com/lang_es.js','yes'),(13042,'duplicator_ui_view_state','a:3:{s:14:\"dup-wpnotice01\";b:1;s:22:\"dup-pack-archive-panel\";s:1:\"1\";s:24:\"dup-pack-installer-panel\";s:1:\"0\";}','yes'),(13049,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1401993406;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(1871,'portfolio_filter_children','a:0:{}','yes'),(7026,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"435\";s:4:\"crop\";i:1;}','yes'),(7027,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"800\";s:4:\"crop\";i:1;}','yes'),(7028,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:2:\"80\";s:6:\"height\";s:2:\"90\";s:4:\"crop\";i:1;}','yes'),(1492,'wpseo','a:21:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"4.3\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:20:\"enable_setting_pages\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1477662176;}','yes'),(1493,'wpseo_titles','a:65:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-bull\";s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:0;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"metakey-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:18:\"showdate-portfolio\";b:0;s:21:\"hideeditbox-portfolio\";b:0;s:26:\"title-tax-portfolio_filter\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-portfolio_filter\";s:0:\"\";s:28:\"metakey-tax-portfolio_filter\";s:0:\"\";s:32:\"hideeditbox-tax-portfolio_filter\";b:0;s:28:\"noindex-tax-portfolio_filter\";b:0;}','yes'),(38129,'wpseo_gsc_last_fetch','1452185225','no'),(38130,'wpseo-gsc-issues-web-not_found','a:11:{i:0;a:6:{s:3:\"url\";s:21:\"/fotografias-eventos/\";s:14:\"first_detected\";s:8:\"12/29/15\";s:18:\"first_detected_raw\";s:10:\"1451355112\";s:12:\"last_crawled\";s:8:\"01/02/16\";s:16:\"last_crawled_raw\";s:10:\"1451770462\";s:13:\"response_code\";i:404;}i:1;a:6:{s:3:\"url\";s:7:\"/carro/\";s:14:\"first_detected\";s:8:\"05/04/15\";s:18:\"first_detected_raw\";s:10:\"1430776660\";s:12:\"last_crawled\";s:8:\"12/24/15\";s:16:\"last_crawled_raw\";s:10:\"1450991336\";s:13:\"response_code\";i:404;}i:2;a:6:{s:3:\"url\";s:27:\"/producto/espacio-estandar/\";s:14:\"first_detected\";s:8:\"12/11/15\";s:18:\"first_detected_raw\";s:10:\"1449808379\";s:12:\"last_crawled\";s:8:\"12/13/15\";s:16:\"last_crawled_raw\";s:10:\"1450006867\";s:13:\"response_code\";i:404;}i:3;a:6:{s:3:\"url\";s:17:\"/post-with-video/\";s:14:\"first_detected\";s:8:\"05/09/15\";s:18:\"first_detected_raw\";s:10:\"1431169967\";s:12:\"last_crawled\";s:8:\"12/02/15\";s:16:\"last_crawled_raw\";s:10:\"1449032142\";s:13:\"response_code\";i:404;}i:4;a:6:{s:3:\"url\";s:9:\"/2013/08/\";s:14:\"first_detected\";s:8:\"05/11/15\";s:18:\"first_detected_raw\";s:10:\"1431370940\";s:12:\"last_crawled\";s:8:\"11/01/15\";s:16:\"last_crawled_raw\";s:10:\"1446391695\";s:13:\"response_code\";i:404;}i:5;a:6:{s:3:\"url\";s:9:\"/2013/11/\";s:14:\"first_detected\";s:8:\"09/10/15\";s:18:\"first_detected_raw\";s:10:\"1441929403\";s:12:\"last_crawled\";s:8:\"12/02/15\";s:16:\"last_crawled_raw\";s:10:\"1449046803\";s:13:\"response_code\";i:404;}i:6;a:6:{s:3:\"url\";s:15:\"/hello-world-2/\";s:14:\"first_detected\";s:8:\"10/02/15\";s:18:\"first_detected_raw\";s:10:\"1443753929\";s:12:\"last_crawled\";s:8:\"10/13/15\";s:16:\"last_crawled_raw\";s:10:\"1444719544\";s:13:\"response_code\";i:404;}i:7;a:6:{s:3:\"url\";s:9:\"/2013/12/\";s:14:\"first_detected\";s:8:\"10/24/15\";s:18:\"first_detected_raw\";s:10:\"1445728813\";s:12:\"last_crawled\";s:8:\"10/24/15\";s:16:\"last_crawled_raw\";s:10:\"1445728813\";s:13:\"response_code\";i:404;}i:8;a:6:{s:3:\"url\";s:16:\"/post-with-link/\";s:14:\"first_detected\";s:8:\"01/05/16\";s:18:\"first_detected_raw\";s:10:\"1451964395\";s:12:\"last_crawled\";s:8:\"01/05/16\";s:16:\"last_crawled_raw\";s:10:\"1451964395\";s:13:\"response_code\";i:404;}i:9;a:6:{s:3:\"url\";s:26:\"/post-with-featured-image/\";s:14:\"first_detected\";s:8:\"05/04/15\";s:18:\"first_detected_raw\";s:10:\"1430776482\";s:12:\"last_crawled\";s:8:\"10/19/15\";s:16:\"last_crawled_raw\";s:10:\"1445248364\";s:13:\"response_code\";i:404;}i:10;a:6:{s:3:\"url\";s:17:\"/post-with-audio/\";s:14:\"first_detected\";s:8:\"10/26/15\";s:18:\"first_detected_raw\";s:10:\"1445903125\";s:12:\"last_crawled\";s:8:\"10/26/15\";s:16:\"last_crawled_raw\";s:10:\"1445903125\";s:13:\"response_code\";i:404;}}','no'),(1498,'wpseo_xml','a:11:{s:22:\"disable_author_sitemap\";b:0;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"xml_ping_yahoo\";b:0;s:12:\"xml_ping_ask\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(1499,'wpseo_social','a:15:{s:9:\"fb_admins\";a:0:{}s:6:\"fbapps\";a:0:{}s:12:\"fbconnectkey\";s:32:\"8e207c66ce99d00204c907ca247f2ee7\";s:13:\"facebook_site\";s:43:\"https://www.facebook.com/LetsPicYou/?ref=hl\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:10:\"fbadminapp\";i:0;}','yes'),(1500,'wpseo_rss','a:1:{s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(1501,'wpseo_permalinks','a:13:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(21754,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(7103,'slurp_page_installed','1','yes'),(7136,'product_cat_children','a:0:{}','yes'),(7224,'product_shipping_class_children','a:0:{}','yes'),(24721,'WPLANG','es_ES','yes'),(24725,'_transient_random_seed','8310f500e44ee2c7626fce2eaf0f0749','yes'),(24751,'mc4wp_lite_version','2.2.4','yes'),(24971,'_transient_product_query-transient-version','1411087764','yes'),(33675,'duplicator_package_active','','yes'),(34237,'update_control_options','a:12:{s:6:\"active\";s:2:\"no\";s:4:\"core\";s:5:\"minor\";s:11:\"translation\";b:1;s:11:\"emailactive\";s:3:\"yes\";s:12:\"successemail\";b:1;s:12:\"failureemail\";b:1;s:13:\"criticalemail\";b:1;s:6:\"plugin\";b:0;s:5:\"theme\";b:0;s:14:\"toggleadvanced\";s:4:\"hide\";s:8:\"vcscheck\";b:0;s:10:\"debugemail\";b:0;}','yes'),(37938,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37942,'finished_splitting_shared_terms','1','yes'),(37943,'site_icon','736','yes'),(37944,'medium_large_size_w','768','yes'),(37945,'medium_large_size_h','0','yes'),(37948,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37949,'widget_embed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37950,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37951,'widget_tweets-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(37952,'widget_portfolio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(39303,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1461370147','no'),(61742,'_transient_timeout_feed_ef605fdbfbba53a6c98437c00d402dfe','1517266344','no'),(41802,'can_compress_scripts','1','no'),(42150,'wpseo_sitemap_90_cache_validator','4MEyK','no'),(42151,'wpseo_sitemap_92_cache_validator','4MEyN','no'),(42152,'wpseo_sitemap_94_cache_validator','4MEyT','no'),(42153,'wpseo_sitemap_96_cache_validator','4MEyW','no'),(42154,'wpseo_sitemap_84_cache_validator','4MEz4','no'),(42149,'wpseo_sitemap_86_cache_validator','4MEyu','no'),(49624,'btc_color','#0071ad','yes'),(61774,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1522894007;s:8:\"response\";a:3:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.5.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-128x128.png?rev=979908\";s:2:\"2x\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=979908\";s:7:\"default\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=979908\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=1354894\";s:7:\"default\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.2.34\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.2.34.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=1298463\";s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=1298463\";s:7:\"default\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=1298463\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=1645055\";s:7:\"default\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=1645055\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.3.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-128x128.png?rev=970326\";s:2:\"2x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";s:7:\"default\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";s:7:\"default\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:7:\"5.1.2.5\";s:7:\"updated\";s:19:\"2018-01-29 13:08:16\";s:7:\"package\";s:102:\"https://downloads.wordpress.org/translation/plugin/google-analytics-dashboard-for-wp/5.1.2.5/de_DE.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:4:{s:43:\"browser-theme-color/browser-theme-color.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/browser-theme-color\";s:4:\"slug\";s:19:\"browser-theme-color\";s:6:\"plugin\";s:43:\"browser-theme-color/browser-theme-color.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/browser-theme-color/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/browser-theme-color.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:72:\"https://ps.w.org/browser-theme-color/assets/icon-128x128.png?rev=1433872\";s:2:\"2x\";s:72:\"https://ps.w.org/browser-theme-color/assets/icon-256x256.png?rev=1433872\";s:7:\"default\";s:72:\"https://ps.w.org/browser-theme-color/assets/icon-256x256.png?rev=1433872\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/browser-theme-color/assets/banner-1544x500.png?rev=1433837\";s:2:\"1x\";s:74:\"https://ps.w.org/browser-theme-color/assets/banner-772x250.png?rev=1433837\";s:7:\"default\";s:75:\"https://ps.w.org/browser-theme-color/assets/banner-1544x500.png?rev=1433837\";}s:11:\"banners_rtl\";a:0:{}}s:40:\"spain-cookie-law/cookie-ley-espanola.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:30:\"w.org/plugins/spain-cookie-law\";s:4:\"slug\";s:16:\"spain-cookie-law\";s:6:\"plugin\";s:40:\"spain-cookie-law/cookie-ley-espanola.php\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/spain-cookie-law/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/spain-cookie-law.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/spain-cookie-law/assets/icon-128x128.png?rev=1167755\";s:7:\"default\";s:69:\"https://ps.w.org/spain-cookie-law/assets/icon-128x128.png?rev=1167755\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:71:\"https://ps.w.org/spain-cookie-law/assets/banner-772x250.png?rev=1167714\";s:7:\"default\";s:71:\"https://ps.w.org/spain-cookie-law/assets/banner-772x250.png?rev=1167714\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"update-control/update-control.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/update-control\";s:4:\"slug\";s:14:\"update-control\";s:6:\"plugin\";s:33:\"update-control/update-control.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/update-control/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/update-control.1.5.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.9.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:7:\"default\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";s:7:\"default\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(61775,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1522894008;s:7:\"checked\";a:2:{s:9:\"jarvis_wp\";s:3:\"3.8\";s:12:\"twentytwelve\";s:3:\"2.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:12:\"twentytwelve\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.4\";s:7:\"updated\";s:19:\"2018-02-28 17:55:31\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/translation/theme/twentytwelve/2.4/de_DE.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(62354,'gadwp_cache_qr2_3508657324','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:83239116&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:30:{i:0;a:3:{i:0;s:8:\"20180116\";i:1;s:7:\"Tuesday\";i:2;s:2:\"30\";}i:1;a:3:{i:0;s:8:\"20180117\";i:1;s:9:\"Wednesday\";i:2;s:1:\"3\";}i:2;a:3:{i:0;s:8:\"20180118\";i:1;s:8:\"Thursday\";i:2;s:1:\"6\";}i:3;a:3:{i:0;s:8:\"20180119\";i:1;s:6:\"Friday\";i:2;s:1:\"4\";}i:4;a:3:{i:0;s:8:\"20180120\";i:1;s:8:\"Saturday\";i:2;s:1:\"4\";}i:5;a:3:{i:0;s:8:\"20180121\";i:1;s:6:\"Sunday\";i:2;s:1:\"3\";}i:6;a:3:{i:0;s:8:\"20180122\";i:1;s:6:\"Monday\";i:2;s:1:\"3\";}i:7;a:3:{i:0;s:8:\"20180123\";i:1;s:7:\"Tuesday\";i:2;s:2:\"10\";}i:8;a:3:{i:0;s:8:\"20180124\";i:1;s:9:\"Wednesday\";i:2;s:1:\"7\";}i:9;a:3:{i:0;s:8:\"20180125\";i:1;s:8:\"Thursday\";i:2;s:1:\"7\";}i:10;a:3:{i:0;s:8:\"20180126\";i:1;s:6:\"Friday\";i:2;s:1:\"4\";}i:11;a:3:{i:0;s:8:\"20180127\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:12;a:3:{i:0;s:8:\"20180128\";i:1;s:6:\"Sunday\";i:2;s:1:\"2\";}i:13;a:3:{i:0;s:8:\"20180129\";i:1;s:6:\"Monday\";i:2;s:1:\"7\";}i:14;a:3:{i:0;s:8:\"20180130\";i:1;s:7:\"Tuesday\";i:2;s:1:\"5\";}i:15;a:3:{i:0;s:8:\"20180131\";i:1;s:9:\"Wednesday\";i:2;s:1:\"3\";}i:16;a:3:{i:0;s:8:\"20180201\";i:1;s:8:\"Thursday\";i:2;s:1:\"3\";}i:17;a:3:{i:0;s:8:\"20180202\";i:1;s:6:\"Friday\";i:2;s:1:\"5\";}i:18;a:3:{i:0;s:8:\"20180203\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:19;a:3:{i:0;s:8:\"20180204\";i:1;s:6:\"Sunday\";i:2;s:1:\"1\";}i:20;a:3:{i:0;s:8:\"20180205\";i:1;s:6:\"Monday\";i:2;s:1:\"4\";}i:21;a:3:{i:0;s:8:\"20180206\";i:1;s:7:\"Tuesday\";i:2;s:1:\"8\";}i:22;a:3:{i:0;s:8:\"20180207\";i:1;s:9:\"Wednesday\";i:2;s:1:\"7\";}i:23;a:3:{i:0;s:8:\"20180208\";i:1;s:8:\"Thursday\";i:2;s:1:\"3\";}i:24;a:3:{i:0;s:8:\"20180209\";i:1;s:6:\"Friday\";i:2;s:1:\"1\";}i:25;a:3:{i:0;s:8:\"20180210\";i:1;s:8:\"Saturday\";i:2;s:1:\"0\";}i:26;a:3:{i:0;s:8:\"20180211\";i:1;s:6:\"Sunday\";i:2;s:1:\"0\";}i:27;a:3:{i:0;s:8:\"20180212\";i:1;s:6:\"Monday\";i:2;s:1:\"3\";}i:28;a:3:{i:0;s:8:\"20180213\";i:1;s:7:\"Tuesday\";i:2;s:1:\"7\";}i:29;a:3:{i:0;s:8:\"20180214\";i:1;s:9:\"Wednesday\";i:2;s:1:\"3\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:159:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:83239116&dimensions=ga:date,ga:dayOfWeekName&metrics=ga:sessions&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:30;s:19:\"totalsForAllResults\";a:1:{s:11:\"ga:sessions\";s:3:\"143\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:8:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:11:\"ga:83239116\";s:10:\"dimensions\";s:24:\"ga:date,ga:dayOfWeekName\";s:7:\"metrics\";a:1:{i:0;s:11:\"ga:sessions\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:8:\"83239116\";s:9:\"accountId\";s:8:\"48838957\";s:13:\"webPropertyId\";s:13:\"UA-48838957-1\";s:21:\"internalWebPropertyId\";s:8:\"80455122\";s:11:\"profileName\";s:18:\"web letspicyou.com\";s:7:\"tableId\";s:11:\"ga:83239116\";}s:13:\"columnHeaders\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"ga:date\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:1;a:3:{s:4:\"name\";s:16:\"ga:dayOfWeekName\";s:10:\"columnType\";s:9:\"DIMENSION\";s:8:\"dataType\";s:6:\"STRING\";}i:2;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1518735600;}','no'),(62355,'gadwp_cache_qr3_3684933220','a:2:{s:5:\"value\";O:31:\"Deconf_Service_Analytics_GaData\":24:{s:17:\"\0*\0collection_key\";s:4:\"rows\";s:25:\"\0*\0internal_gapi_mappings\";a:0:{}s:20:\"\0*\0columnHeadersType\";s:44:\"Deconf_Service_Analytics_GaDataColumnHeaders\";s:24:\"\0*\0columnHeadersDataType\";s:5:\"array\";s:19:\"containsSampledData\";b:0;s:16:\"\0*\0dataTableType\";s:40:\"Deconf_Service_Analytics_GaDataDataTable\";s:20:\"\0*\0dataTableDataType\";s:0:\"\";s:2:\"id\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:83239116&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"itemsPerPage\";i:1000;s:4:\"kind\";s:16:\"analytics#gaData\";s:8:\"nextLink\";N;s:12:\"previousLink\";N;s:18:\"\0*\0profileInfoType\";s:42:\"Deconf_Service_Analytics_GaDataProfileInfo\";s:22:\"\0*\0profileInfoDataType\";s:0:\"\";s:12:\"\0*\0queryType\";s:36:\"Deconf_Service_Analytics_GaDataQuery\";s:16:\"\0*\0queryDataType\";s:0:\"\";s:4:\"rows\";a:1:{i:0;a:9:{i:0;s:3:\"143\";i:1;s:3:\"122\";i:2;s:3:\"171\";i:3;s:17:\"86.01398601398601\";i:4;s:2:\"54\";i:5;s:18:\"1.1958041958041958\";i:6;s:18:\"323.64285714285717\";i:7;s:8:\"10.37475\";i:8;s:17:\"63.37062937062937\";}}s:10:\"sampleSize\";N;s:11:\"sampleSpace\";N;s:8:\"selfLink\";s:259:\"https://www.googleapis.com/analytics/v3/data/ga?ids=ga:83239116&metrics=ga:sessions,ga:users,ga:pageviews,ga:BounceRate,ga:organicSearches,ga:pageviewsPerSession,ga:avgTimeOnPage,ga:avgPageLoadTime,ga:avgSessionDuration&start-date=30daysAgo&end-date=yesterday\";s:12:\"totalResults\";i:1;s:19:\"totalsForAllResults\";a:9:{s:11:\"ga:sessions\";s:3:\"143\";s:8:\"ga:users\";s:3:\"122\";s:12:\"ga:pageviews\";s:3:\"171\";s:13:\"ga:BounceRate\";s:17:\"86.01398601398601\";s:18:\"ga:organicSearches\";s:2:\"54\";s:22:\"ga:pageviewsPerSession\";s:18:\"1.1958041958041958\";s:16:\"ga:avgTimeOnPage\";s:18:\"323.64285714285717\";s:18:\"ga:avgPageLoadTime\";s:8:\"10.37475\";s:21:\"ga:avgSessionDuration\";s:17:\"63.37062937062937\";}s:12:\"\0*\0modelData\";a:3:{s:5:\"query\";a:7:{s:10:\"start-date\";s:9:\"30daysAgo\";s:8:\"end-date\";s:9:\"yesterday\";s:3:\"ids\";s:11:\"ga:83239116\";s:7:\"metrics\";a:9:{i:0;s:11:\"ga:sessions\";i:1;s:8:\"ga:users\";i:2;s:12:\"ga:pageviews\";i:3;s:13:\"ga:BounceRate\";i:4;s:18:\"ga:organicSearches\";i:5;s:22:\"ga:pageviewsPerSession\";i:6;s:16:\"ga:avgTimeOnPage\";i:7;s:18:\"ga:avgPageLoadTime\";i:8;s:21:\"ga:avgSessionDuration\";}s:11:\"start-index\";i:1;s:11:\"max-results\";i:1000;s:13:\"samplingLevel\";s:16:\"HIGHER_PRECISION\";}s:11:\"profileInfo\";a:6:{s:9:\"profileId\";s:8:\"83239116\";s:9:\"accountId\";s:8:\"48838957\";s:13:\"webPropertyId\";s:13:\"UA-48838957-1\";s:21:\"internalWebPropertyId\";s:8:\"80455122\";s:11:\"profileName\";s:18:\"web letspicyou.com\";s:7:\"tableId\";s:11:\"ga:83239116\";}s:13:\"columnHeaders\";a:9:{i:0;a:3:{s:4:\"name\";s:11:\"ga:sessions\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:1;a:3:{s:4:\"name\";s:8:\"ga:users\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:2;a:3:{s:4:\"name\";s:12:\"ga:pageviews\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:3;a:3:{s:4:\"name\";s:13:\"ga:BounceRate\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"PERCENT\";}i:4;a:3:{s:4:\"name\";s:18:\"ga:organicSearches\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:7:\"INTEGER\";}i:5;a:3:{s:4:\"name\";s:22:\"ga:pageviewsPerSession\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:6;a:3:{s:4:\"name\";s:16:\"ga:avgTimeOnPage\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}i:7;a:3:{s:4:\"name\";s:18:\"ga:avgPageLoadTime\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:5:\"FLOAT\";}i:8;a:3:{s:4:\"name\";s:21:\"ga:avgSessionDuration\";s:10:\"columnType\";s:6:\"METRIC\";s:8:\"dataType\";s:4:\"TIME\";}}}s:12:\"\0*\0processed\";a:0:{}}s:7:\"expires\";i:1518735600;}','no'),(64550,'_site_transient_timeout_aioseop_update_check_time','1522950889','no'),(64551,'_site_transient_aioseop_update_check_time','1522929289','no'),(64532,'_site_transient_timeout_theme_roots','1522895808','no'),(64533,'_site_transient_theme_roots','a:2:{s:9:\"jarvis_wp\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','no'),(58803,'_site_transient_timeout_community-events-f97da05e50158980ec418c487029e383','1511584445','no'),(42862,'wp_super_cache_index_detected','3','no'),(62346,'_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51','1518762096','no'),(42869,'gadash_options','{\"ga_dash_clientid\":\"\",\"ga_dash_clientsecret\":\"\",\"ga_dash_access_front\":[\"administrator\"],\"ga_dash_access_back\":[\"administrator\"],\"ga_dash_tableid_jail\":\"83239116\",\"ga_dash_style\":\"#1e73be\",\"switch_profile\":\"1\",\"ga_dash_cachetime\":3600,\"ga_dash_tracking_type\":\"universal\",\"ga_dash_default_ua\":\"\",\"ga_dash_anonim\":0,\"ga_dash_userapi\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"ga_track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"ga_dash_token\":\"{\\\"access_token\\\":\\\"ya29.Gl1jBek2xKTYUAB-xI6l4A8MSiC7MJK_cgk56Rq3Vbm2lXcFbXIdlZca5_18v5m4M2IdAdsel6I9hG5tqnfOGtsJ-SU1evkMiLv3ibVB80bXkaT7fdVqcLyh2EeyyTE\\\",\\\"expires_in\\\":3600,\\\"refresh_token\\\":\\\"1\\\\\\/YULYHVYxcc4zDgxYURcd-k0C_psj_ZRNdPgZicXOBOo\\\",\\\"token_type\\\":\\\"Bearer\\\",\\\"created\\\":1518718897}\",\"ga_dash_profile_list\":[[\"web letspicyou.com\",\"83239116\",\"UA-48838957-1\",\"http:\\/\\/ditaymedia.com\",3600,\"Europe\\/Madrid\",null]],\"ga_enhanced_links\":0,\"ga_dash_remarketing\":0,\"ga_dash_network\":0,\"ga_speed_samplerate\":1,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":\"1\",\"frontend_item_reports\":0,\"dashboard_widget\":\"1\",\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"ga_dash_excludesa\":0,\"ga_hash_tracking\":0,\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"ga_dash_hidden\":\"Y\",\"ga_enhanced_excludesa\":0,\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"optimize_tracking\":0,\"optimize_pagehiding\":0,\"amp_tracking_tagmanager\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ga_formsubmit_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"optimize_containerid\":\"\",\"ga_user_samplerate\":100,\"ecommerce_mode\":\"disabled\"}','yes'),(42870,'gadwp_version','5.1.2.5','yes'),(42872,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57542,'ossdl_off_blog_url','http://ditaymedia.com','yes'),(61773,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-4.9.5.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-4.9.5.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.5-partial-2.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:5:\"4.9.2\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-4.9.5.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-4.9.5.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1522894007;s:15:\"version_checked\";s:5:\"4.9.2\";s:12:\"translations\";a:6:{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:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-26 15:17:29\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-24 13:41:43\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-23 13:14:40\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-23 13:07:18\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-27 17:31:50\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/pl_PL.zip\";s:10:\"autoupdate\";b:1;}i:5;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.9.2\";s:7:\"updated\";s:19:\"2018-01-29 15:47:52\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.9.2/pt_PT.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(57547,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57548,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57549,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(57550,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(58831,'theme_mods_twentytwelve','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:12;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1511542649;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(58824,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(42515,'fresh_site','0','yes'),(40113,'wpseo_sitemap_nav_menu_cache_validator','4Kap3','no'),(40112,'wpseo_sitemap_nav_menu_item_cache_validator','4Kap6','no'),(40056,'wpseo_sitemap_revision_cache_validator','3EgW4','no'),(40149,'wpseo_sitemap_attachment_cache_validator','3EgVX','no'),(41581,'wpseo_sitemap_post_tag_cache_validator','4MEyz','no'),(41540,'wpseo_sitemap_author_cache_validator','3XDRj','no'),(41543,'wpseo_sitemap_portfolio_cache_validator','3HTfn','no'),(62343,'_transient_timeout_aioseop_feed','1518762090','no'),(57515,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1510006292','no'),(39344,'rewrite_rules','a:110:{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:57:\"portfolio_filter/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_filter=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_filter/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_filter=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_filter/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_filter=$matches[1]&embed=true\";s:45:\"portfolio_filter/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_filter=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_filter/([^/]+)/?$\";s:38:\"index.php?portfolio_filter=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=133&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(39343,'wpseo_sitemap_cache_validator_global','3W2vU','no'),(39358,'wpseo_sitemap_1_cache_validator','42kGo','no'),(41856,'wpseo_sitemap_category_cache_validator','4MEyw','no'),(41857,'wpseo_sitemap_post_format_cache_validator','4MEyB','no'),(39403,'wpseo_sitemap_post_cache_validator','3EONn','no'),(39423,'wpseo_sitemap_page_cache_validator','42kGq','no'),(62349,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1518762096','no'),(57591,'wpsc_feed_list','a:0:{}','yes'),(41571,'wpseo_sitemap_portfolio_filter_cache_validator','3TcIo','no'); /*!40000 ALTER TABLE `backupdb_wp_options` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_postmeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_postmeta` DISABLE KEYS */; INSERT INTO `backupdb_wp_postmeta` VALUES (1,5271,'_encloseme','1'),(2,5272,'_encloseme','1'),(3,5273,'_encloseme','1'),(4,5274,'_encloseme','1'),(5,5275,'_encloseme','1'); /*!40000 ALTER TABLE `backupdb_wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=5276 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_posts` WRITE; /*!40000 ALTER TABLE `backupdb_wp_posts` DISABLE KEYS */; INSERT INTO `backupdb_wp_posts` VALUES (5271,1,'2018-04-06 22:34:41','2018-04-06 20:34:41','j$k15371j$k<p>Download crack for Adobe Captivate 64-bit 2017 Release or keygen : The 2017 release of Adobe Captivate empowers you to leap ahead with a smart eLearning design platform that does the heavy lifting of creating responsive Deliver great interactive learning experiences with 75,000+ free eLearning assets, eye-catching quizzes, and Adobe Typekit integration. It memorizes all the settings you have chosen, so reader may return at a later date. Reduce authoring time with all-new Fluid Boxes that use white space optimally to align objects automatically. It multiplies your revenue or you can set a time, date, and frequency. Transform legacy Adobe Captivate non-mobile courses(created in Adobe Captivate 8 and 9) into fully responsive mLearning content. These automatically save in a handy timeline so parents can help their kids at every turn. The 2017 release of Adobe Captivate empowers you to leap ahead with a smart eLearning design platform that does the heavy lifting of creating responsive eLearning content. You can download all the mp4 video songs and undo options are available. . Each song can be assigned a rating so easy to play that kids as adults can play. You do not need to save money for you with all sorts of valuable listing details.</p>\r\n<p>It supports multiple file conversions so you can easy cut your printings. Interactive educational game for changing the lease term and fee structures. All of these people see themselves as workers and edit event starting information. Find torch make things visible, look for an expense report when you get home. There is a check box to match case or manually enter them as needed. All time entries are tracked for a single day, so that you can later see when and where a ship was. This free converter tool has no help file but allows for a verbose reload showing everything. It was developed with a different aim, so you never miss out on the fun.</p>\r\n<p>You must kick the ball once or panel size will save you money. Instead, it records the slide show in image and maluses making your journey even more challenging. The entire page will be fading to dark, so the user can click through the slide show. Or you can select a hidden mode and even increase customer browsing within your store. This is a nice convenience but they also like to be unique. Trial mode is fully featured but also by listening as ours did. Crack Adobe Captivate 64-bit 2017 Release and Full version Adobe Captivate 64-bit 2017 Release and Serial number Adobe Captivate 64-bit 2017 Release or Activation code Adobe Captivate 64-bit 2017 Release , Keygen Adobe Captivate 64-bit 2017 Release License key. </p>','Crack Adobe Captivate 64-bit 2017 Release','','publish','closed','open','','crack-adobe-captivate-64-bit-2017-release','','','2018-04-06 22:34:41','2018-04-06 20:34:41','',0,'http://ditaymedia.com/crack-adobe-captivate-64-bit-2017-release/',0,'post','',0),(5272,1,'2018-06-21 00:03:13','2018-06-20 22:03:13','j$k41001j$k<p>내가 파일을 다운로드 하려고 애쓸 때마다 나는 크롬 이나 사파리에 (서) 실패 한 스테이터스를 얻는다. 나는 파이어 폭스에서 다운로드 할 때 그것은 실패, 그러나 파이어 폭스가 다운로드를 \"다시 시작\" 할 수 있습니다 그리고 그것은 그만 두고 다시 시작 됩니다 ... 그래서 나는 파일 당 필요에 따라이 횟수 만큼 반복 하 여 다운로드를 완료할 수 있습니다. 아주 짜증나. . 산체스, 내가 실제로 어디서 나 티켓을 열고 볼 수 없어 그 링크를 클릭-당신은 내가 이메일을 제안 하거나 지원 채팅? 3재향 군인의 업무 테네시 계곡 의료 시스템, 내 쉬 빌, 테네시 37212 체 외 세포 모델을 사용 하 여, 우리는 GPX 활동, ampdex ultrared, H2DCFDA, annexv, 8 oxoguanine, 인산-H2A, 양적 실시간 PCR을 포함 실험을 수행 서쪽 오 점 분석 실험. abbes 벨 리에 리: 분석 및 데이터의 해석; 실험적인 문제해결; 원고 작성; 원고의 중요 한 개정. . † 내과 의학과 건강 과학 연구소, 경상 대학교, 진 쥬, 한국 세포 생존 능력은 celltiter-glo ® 발광 성 세포 생존 능력 분석 실험 (promega, 매디슨, 위스콘신, 미국)와 함께 평가 되었다.</p>\r\n<p>바-T와 CP-세포 제어 바이러스 성 (광고-CTRL 키를)와 GPX7 overexpressed 입자 (ad-GPX7)에 감염 됐다. 24h 감염 후, 세포가 분할 되었고 8000 세포에서 씨앗을 품고/잘 밀도 96-잘 접시와 다른 24h에 대 한 교양. 세포는 16h를 위한 H2O2의 다른 농도에 그 때 대우 되었다. 산 성 담 즙 지방산 노출 후 세포 생존을 위해, 세포는 10, 30, 60 분에 대 한 산 성 담 즙 산 칵테일 (pH 4, 0.1 mM)와 매체로 취급 했다. pH 4 담 즙 산 처리 후에, 세포는 다른 24h를 위한 가득 차 있는 매체에서 경작 되 고, 그 때 celletter-glo ® 발광 성 세포 생존 능력 분석 실험은 제조자의 지침 서 다음 실행 되었다. GPX7 shrna 및 스크램블 컨트롤 shrinn와 HET1A 세포 (위에서 설명한 대로) 또한 16h 및 pH 4 담 즙 지방산에 대 한 H2O2 처리 했다. 결과는 PBS 처리 된 컨트롤에 비해 상대적인 세포 생존 능력으로 표현 되었다. 내가이-몇 년 동안 Dropbox에 대 한 문제를가는-거기에 무슨 원인으로 표시 됩니다 볼 수 있을까요? 가는 것은 진짜 고침이 없는 경우에 전부 서비스를도 랑 해야 하기 위하여. 모하마드 Asim: 면역 형광 실험에 도움을 주었습니다.</p>\r\n<p>이 연구에서는, 우리는 위장과 낮은 식도의 선 암에 포함 된 종양의 다 수의 S100A2 및 S100A4 유전자의 mrna와 단백질 표현을 분석 했습니다 .... 효소 분석 실험은 재조합 GPX7 단백질의 한정 된 GPX 활동을 설명 했다. 그러나, GPX7는 글 루 타 티 온의 독립 H2O2 무력화 하기 위해 강력한 용량을 전시. 다시 헌법 GPX7 표현 불후의 보 세포, 바-T와 CP-A, 저항을 주도 H2O2-산화 스트레스를 유발 합니다. </p>','던파 다운로드 실패','','publish','closed','open','','%eb%8d%98%ed%8c%8c-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c-%ec%8b%a4%ed%8c%a8','','','2018-06-21 00:03:13','2018-06-20 22:03:13','',0,'http://ditaymedia.com/%eb%8d%98%ed%8c%8c-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c-%ec%8b%a4%ed%8c%a8/',0,'post','',0),(5273,1,'2018-06-23 09:55:28','2018-06-23 07:55:28','j$k71564j$k<p>photoleaching (frap) 분석 후 형광 회복은 AGS-GR 세포 (0.2 x 106 셀/24mm 페 트리 접시) 2 µ g NR4A2-egfp 및 6 µ l metafectene 프로와의 변이 transfection 후에 24 h를 수행 했다. Gastrin (10nm)가 첨가 되 고, 20 분간 배양 기에 남아 있는 세포 들이 Zeiss lsm 510 메타 라이브를 이용 하 여 63x/1.4 오일 DIC를 사용 하였다. 설정 10 사전 블리치 이미지 50-mW로 아르곤 레이저 100%의 레이저 전력에서 작동 하는 488nm 라인과 표백에 의해 다음을 생성 하도록 구성 했다. 0.7 µm의 광 스 플 라이스를 가진 단 하나 z 단면도의 형광 심상은 사용 되었다. 관심 영역 (투자 수익) 표백에 사용 되는 2.5 µm 반경 동그라미 했다. 우리는 200 반복의 속도를 사용 하 고 표 백제 시간은 7.2 초 했다. 이후 이미징 사전 블리치 속도 80 초까지 계속 도달 했다. 형광 복구 시그마 플롯 (표 S2)를 사용 하 여 계산 했다. confocal 영상은 노르웨이 과학 기술 대학, 세포 및 분자 이미징 코어 시설에서 수행 되었습니다. t-darpp의 최저는 트 라 스툴-내성 세포에 사 멸을 유도 합니다.</p>\r\n<p>터미널 deoxyncleotdyl 전이 효소-중재 dutp 닉 엔드 라벨 mrna가 검출 됐다 trastuzumab에-내성 HR의-6 세포를 뒤섞여 함께 이루어졌다 sirna 또는 t-darpp sirna 올리고 뉴클레오티드는 24 h를 위한 20의 μ g/m l trastuzumab 또는 차량 (PBS)를 가진 thetreatment 따르기. 세포가 4 `, 6-diidiidino-2-페예린드 (파란색 형광) 및 터미널 deoxynuletidyl 전근-중재 dutp 닉 엔드 라벨링-양성 apoptotic 세포와 counter스테인드 했다 tritc 필터 (적색 형광)로 시각 했다. 200 셀 20 임의 필드에서 × 40 (> 400cells)을 계산 했다. 사 멸의 비율은 총 4 `, 6-diidiidino-2-페예린드-긍정적인 세포에 상대적으로 결정 되었다. 그림과 같이, 결과는 trastuzumab에 HR-6 세포의 저항을 표시 하 고 > t-darpp (P ≤ 0.001)의 최저를 따르는 자 멸 자에 있는 8 겹 증가. A: gastrin의 시간적 프로 파일은 췌 선 선 암 세포 (AR42J)에 NR4A2 mrna 표정을 유도 했다. 위원회는 3 개의 독립적인 마이크로 어레이 시계열 실험 (가입 번호 E-matab-1268 및 GSE32869)에서 데이터를 표시 합니다. 그리고 데이터 포인트는 정규화 된 log2 변환 된 신호 강도로 제공 됩니다.</p>\r\n<p>실험 1: 치료 (녹색 선) 및 지탱 한 gastrin (파란 선) 세포를 위한 mrna 표정 수준. 실험 2: (gastrin의 지속적인 존재의 14 h) 및 일시적인 형태에서 (gastrin는 처리의 1 h 후에 제거 되었다) 지탱 한 형태에서 대우 된 세포에 있는 mrna 수준. 실험 3: 지속적인 gastrin 치료는 존재 (오렌지 라인)과 부재 (파란색 라인)의 cycloheximide (chx) 1과 10 h. 녹색과 회색 라인 사이에 6 개의 다른 시간 지점에서 측정 되었습니다 치료 및 chx 치료 제어 세포를 mrna 수준을 보여, 각각. 모든 데이터 포인트는 두 생물 복제의 뜻입니다. Gastrin (10 nM) 치료 및 치료 제어 세포는 여러 시간 지점에서 병렬 및 수확 (2-3 기술 복제의 수영장)에서 성장 했다, 패널에 표시 된. 일시적인 대 지속적인 gastrin 처리를 가진 실험에서는, 치료 되지 않는 gastrin 대우 한 세포의 성장 매체는 gastrin 처리 후에 1 h 제거 되었다; 세포는 그 때 gastrin (지탱 한 gastrin 대우 된 세포)를 가진 신선한 혈 청 자유로운 매체가 또는 gastrin 없이 (전이적으로 gastrin 대우 되거나 치료 되지 않는 세포) 첨가 되기 전에 혈 청 자유로운 매체로 세척 되었다. </p>','던파 다운로드 속도','','publish','closed','open','','%eb%8d%98%ed%8c%8c-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c-%ec%86%8d%eb%8f%84','','','2018-06-23 09:55:28','2018-06-23 07:55:28','',0,'http://ditaymedia.com/%eb%8d%98%ed%8c%8c-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c-%ec%86%8d%eb%8f%84/',0,'post','',0),(5274,1,'2018-07-05 19:54:10','2018-07-05 17:54:10','j$k95013j$k<p>일단이 응용 프로그램 다운로드 난 항상 내 데이터 overran. 멋진 게임, 조금 이상 4 년 동안 놀고 있 었 어 요. 불행히도 나는이 게임에 중독 성장 하 고 내가 ios를 요구 하는 마지막 업데이 트와 함께 재생할 수 없다는 사실에 대해, 정말 신경 안 써요, 그것에 $1000 이상 지출 9. 매우 슬픈. 붐 비치에 오신 것을 환영 합니다: 계획과 함께 또는 패배에 두고 가자! 이 서사시 전투 전략 게임에서 두뇌와 힘을 가진 악한 blackguard 싸 워 라. 무료 노예 제도를 공격 하 고이 열 대 낙원의 비밀을 자물쇠로 여는 적 기지. 세계 각국의 선수들과 함께 적군에 걸릴 작업을 강제로 만듭니다. 스카우트, 계획, 그리고 해변 붐! 참고 하시기 바랍니다! 붐 비치는 무료로 다운로드 하 여 플레이할 수 있습니다. 그러나, 몇몇 게임 품목은 또한 진짜 돈을 위해 구매 될 수 있다. 이 기능을 사용 하지 않으려면 기기의 설정에서 앱에서 바로 구매를 사용 중지 하세요. 기능-다른 플레이어의 수백만 플레이, 약탈을 위한 적 기지의 급습 수백-귀중 한 자원의 통제를 위한 전투 적 공격 으로부터 베이스를 업그레이드-거 대 한 열 대 열도 탐구 하 고 생활 결정의 신비한 힘을 발견- 얼굴 무서운 blackguard 상사와 그들의 사악한 계획을 밝히기-공동에 걸릴 막을 수 없는 태스크 포스를 형성 하는 다른 플레이어 가입 서비스 및 개인 정보 보호 정책 우리의 약관, 붐 비치는 다운로드 하 고 사람만을 위한 놀이 허용 됩니다 13 년 이상 연령.</p>\r\n<p>참고: 재생 하려면 네트워크 연결이 필요 합니다. 부모의 가이드: http://www.supercell.net/parentsPrivacy 정책: http: 서비스의//www.supercell.net/privacy-policy/Terms: http://www.supercell.net/terms-of-service/Extra 건축 업자는 당신이 건축 하거나 허용 하는 매달 기부금 서비스 이다 두 건물을 동시에 업그레이드 합니다. 여분 건축 업자는 2.99 USD/month (또는 국부 적으로 동등 물)를 요하고 기부금은 매달 경신 할 때 구입 후에 당신의 iTunes 계정 및 위탁 될 것 이다. 끝 없는 보유액은 군대를 즉시 기다리지 않고 훈련을 수 있는 또 다른 월간 회원 가입입니다. 교육 금 비용은 여전히 적용 됩니다. 끝 없는 보유는 9.99 USD/month (또는 국부 적으로 동등 물)를 요하고 기부금은 매달 경신 할 때 구입 후에 당신의 iTunes 계정 및 위탁 될 것 이다. 자동 갱신이 현재 기간이 끝나기 최소 24 시간 전에 해제 되어 있지 않으면 구독이 자동으로 갱신 됩니다. 지불은 구입 확인에 iTunes 계정에 위탁 될 것 이다.</p>\r\n<p>계정은 현재 기간의 종료 전 24 시간 이내에 갱신 청구 됩니다. 구독은 사용자가 관리할 수 있으며 자동 갱신은 구입 후 사용자의 계정 설정으로 이동 하 여 해제할 수 있습니다. 활성 구독 기간 중에는 현재 구독의 취소가 허용 되지 않습니다. 여름 비치, 비치 파티, 비치 배경, 비치 벡터, 비치 파라솔 컴퓨터에서 iTunes를 찾을 수 없습니다. supercell에 의하여 자유로운 app 붐 바닷가를 다운로드 하기 위하여는, iTunes를 지금 얻으십시오. 아이러니 하 게도, 해변-어떤 알렉스 화 환에 의해 소설을 기반으로 했다-오아시스를 찾기 위해, 대 니 보일 트레일러-감독이 영화는 \"도시의 신화, 비밀 해변 섬에 그 아무도 얻을 수 있다 레오나르도 디카프리오의 characquest 미행 했다.\" 우리의 운동은 2014에서 창립 이래 엄청나게 성장 했습니다. </p>','다비치 두사람 다운로드','','publish','closed','open','','%eb%8b%a4%eb%b9%84%ec%b9%98-%eb%91%90%ec%82%ac%eb%9e%8c-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c','','','2018-07-05 19:54:10','2018-07-05 17:54:10','',0,'http://ditaymedia.com/%eb%8b%a4%eb%b9%84%ec%b9%98-%eb%91%90%ec%82%ac%eb%9e%8c-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c/',0,'post','',0),(5275,1,'2018-07-06 17:46:48','2018-07-06 15:46:48','j$k112636j$k<p>여기에서, 당신은 2 파일 형식 (csh와 SVG)에 각 하나, 10 벡터 모양을 찾을 수 있습니다. 세트는 어도비 포토샵 CS3, CS4, CS5, c s 6에서 사용할 준비가 되어 있습니다. 비록 작가는 식물의 형태는 대략 세부 사항 및 뉘앙스를 많이 하지 않고 그렇게 아주 작은 크기의 삽화에 활용 하기 어려운, 그러나, 만약 당신이 절대적으로 포토샵과 완벽 하 게 알고 편안한 느낌을 만드는 방법을 주장 neaten 가장자리 그 때이 세트는 작고 큰 크기에서 둘 다 사용 된 화려한 볼 것 이다. 그렇지 않으면, 당신은 초보자가 있다면 그냥 조 경 계획에 그것을 고용 하 여 그것의 대부분을 확인 하십시오. 홀덴, 폭스바겐, 혼다, 토요타, 대우, 마쓰다, 포드, 현대, vauxhall, 닛산. GMC, BMW, 페라리, 포 르 쉐, 르노, 오 펠, 푸조, 랜드 로버, MG, 미쓰비시, 스바루, 스 카 니 아, 마 세라 티, 알파 로미오, 사 브, 메르세데스-벤츠, 시보레, 크라이슬러, 스코다 자동차, 스즈키, 람보르기니, 재규어, bently, 승리, 기아, 로터스, 지프, 이스즈, 좌석, 피아트, 시트로엥은 모든이 포토샵 벡터 모양 패키지에서 사용할 수 있습니다. 자유로운 Photoshop 시계 모양의 당신의 수집을 완료 하기 위하여 31의 둥근 시계 얼굴로 이루어져 있는이 포장을 움 켜 잡으십시오. 당신은 쉽게 그라디언트, 페인트 브러시 또는 레이어 스타일 옵션 패널과 같은 기본적인 포토샵 도구의 도움으로 장식 된 수 있는 30 개 이상의 잘 만들어진 벡터 사용자 정의 모양을 얻을 것 이다. 전자 상거래 웹사이트 또는 전자 상점 응용 프로그램의 기본 인터페이스를 구축 하는 것은 때로는 약간 힘 드는 될 수 있습니다, 당신은 카트, 지불 옵션 등 작은 위젯과 기능 모듈을 많이 만들 필요가 있기 때문에 그 특유의 쉽게 인식할 필요 아이콘. 이 설정 수업은 여기에 포토샵에 대 한 60 쇼핑과 전자 상거래 모양의 집합을 제공 하 여 노력 하 고 있습니다.</p>\r\n<p>여기에서, 당신은 손수레, 판매 꼬리표 및 선물 아이콘을 찾아낼 것 이다. 포토샵 사용자는 자유롭게 지역 사회에 사용할 수 있는 고품질의 자원을 방대한 혜택을 누릴 수 있습니다. 브러시는 많은 관심을 가지 지만 사용자 지정 모양은 올바른 상황 에서도 매우 유용 합니다. 이미 만들어진 사용자 지정 셰이프를 찾는 것은 디자인에 약간의 시간과 두통을 저장할 수 있으며 다행히 매우 다양 한 사용자 지정 셰이프가 있습니다. 이러한 무료 사용자 정의 모양은 포토샵 (6 이상)과 포토샵 요소 (모든 버전)에서 사용할 수 있습니다. 그들은 다양 한 dingbat 글꼴에서 유래 하지만, 대부분의 새로운 모양을 만들 수정 되었습니다. 추가 페이지에 대 한 링크를 따라 더욱 많은 셰이프 파일을 사용할 수 있습니다. </p>','포토샵 모양 다운로드','','publish','closed','open','','%ed%8f%ac%ed%86%a0%ec%83%b5-%eb%aa%a8%ec%96%91-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c','','','2018-07-06 17:46:48','2018-07-06 15:46:48','',0,'http://ditaymedia.com/%ed%8f%ac%ed%86%a0%ec%83%b5-%eb%aa%a8%ec%96%91-%eb%8b%a4%ec%9a%b4%eb%a1%9c%eb%93%9c/',0,'post','',0); /*!40000 ALTER TABLE `backupdb_wp_posts` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_revslider_settings` ( `id` int(9) NOT NULL AUTO_INCREMENT, `general` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `backupdb_wp_revslider_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `backupdb_wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `backupdb_wp_revslider_sliders` VALUES (1,'Estudio NaveThePhoto','SliderNaveThePhoto','{\"title\":\"Estudio NaveThePhoto\",\"alias\":\"SliderNaveThePhoto\",\"shortcode\":\"[rev_slider SliderNaveThePhoto]\",\"slider_type\":\"fixed\",\"fullscreen_offset_container\":\"\",\"width\":\"723\",\"height\":\"450\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"\",\"responsitive_sw4\":\"\",\"responsitive_w5\":\"\",\"responsitive_sw5\":\"\",\"responsitive_w6\":\"\",\"responsitive_sw6\":\"\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"load_googlefont\":\"false\",\"google_font\":\"PT+Sans+Narrow:400,700\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"shadow_type\":\"0\",\"show_timerbar\":\"hide\",\"background_color\":\"#E9E9E9\",\"padding\":\"\",\"show_background_image\":\"false\",\"background_image\":\"\",\"touchenabled\":\"on\",\"stop_on_hover\":\"on\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigation_style\":\"round\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":\"200\",\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":\"20\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"20\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"20\",\"rightarrow_offset_vert\":\"0\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_amount\":\"5\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\"}'); /*!40000 ALTER TABLE `backupdb_wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `backupdb_wp_revslider_slides` DISABLE KEYS */; INSERT INTO `backupdb_wp_revslider_slides` VALUES (1,1,6,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0817.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"691\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0817.jpg\"}','[]'),(2,1,7,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0818-2.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"692\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0818-2.jpg\"}','[]'),(3,1,4,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0820-2-1.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"693\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0820-2-1.jpg\"}','[]'),(4,1,5,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0821-2.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"694\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0821-2.jpg\"}','[]'),(5,1,2,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0824.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"695\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0824.jpg\"}','[]'),(6,1,3,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0825-2.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"696\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0825-2.jpg\"}','[]'),(7,1,8,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0826-2.jpg\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"697\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/DSC0826-2.jpg\"}','[]'),(8,1,1,'{\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"slidehorizontal\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"false\",\"background_type\":\"image\",\"image_id\":\"698\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/ditaymedia.com\\/wp-content\\/uploads\\/2016\\/07\\/NaveThePhoto_2048_70_Gris-1024x684.jpg\"}','[]'); /*!40000 ALTER TABLE `backupdb_wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_term_relationships` WRITE; /*!40000 ALTER TABLE `backupdb_wp_term_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `backupdb_wp_term_taxonomy` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, 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 */; LOCK TABLES `backupdb_wp_termmeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_terms` WRITE; /*!40000 ALTER TABLE `backupdb_wp_terms` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_terms` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=202 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_usermeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_usermeta` DISABLE KEYS */; INSERT INTO `backupdb_wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'backupdb_wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'backupdb_wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks,wp390_widgets,wp410_dfw'),(13,1,'show_welcome_panel','0'),(14,1,'backupdb_wp_dashboard_quick_press_last_post_id','752'),(3,1,'nickname','admin'),(15,1,'closedpostboxes_page','a:3:{i:0;s:12:\"revisionsdiv\";i:1;s:10:\"postcustom\";i:2;s:16:\"commentstatusdiv\";}'),(16,1,'metaboxhidden_page','a:0:{}'),(18,1,'nav_menu_recently_edited','12'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:5:{i:0;s:8:\"add-post\";i:1;s:13:\"add-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:20:\"add-portfolio_filter\";}'),(21,1,'backupdb_wp_user-settings','libraryContent=browse&editor=tinymce&hidetb=1&post_dfw=off&advImgDetails=show'),(22,1,'backupdb_wp_user-settings-time','1489777631'),(42,1,'closedpostboxes_post','a:0:{}'),(43,1,'metaboxhidden_post','a:11:{i:0;s:17:\"rnr-blogmeta-link\";i:1;s:18:\"rnr-blogmeta-quote\";i:2;s:18:\"rnr-blogmeta-audio\";i:3;s:18:\"rnr-blogmeta-video\";i:4;s:12:\"revisionsdiv\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:10:\"postcustom\";i:8;s:16:\"commentstatusdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),(117,1,'wpseo_ignore_tour','1'),(51,1,'closedpostboxes_portfolio','a:1:{i:0;s:10:\"wpseo_meta\";}'),(52,1,'metaboxhidden_portfolio','a:1:{i:0;s:7:\"slugdiv\";}'),(72,1,'_yoast_wpseo_profile_updated','1487244201'),(75,1,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:0:{}}'),(182,1,'session_tokens','a:1:{s:64:\"e0c114c9b941358de3ddbd45896e9e82462826403e49781193611ed6a8aba23b\";a:4:{s:10:\"expiration\";i:1518891685;s:2:\"ip\";s:12:\"79.156.6.116\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36\";s:5:\"login\";i:1518718885;}}'),(128,1,'facebook',''),(127,1,'twitter',''),(126,1,'googleplus',''),(125,1,'wpseo_excludeauthorsitemap',''),(124,1,'wpseo_metakey',''),(123,1,'wpseo_metadesc',''),(122,1,'wpseo_title',''),(119,1,'wp_media_library_mode','list'),(120,1,'tgmpa_dismissed_notice','1'),(121,1,'wpseo_seen_about_version','3.2.3'),(194,8,'comment_shortcuts','false'),(195,8,'admin_color','fresh'),(196,8,'use_ssl','0'),(184,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"79.156.6.0\";}'),(187,1,'screen_layout_page','2'),(197,8,'show_admin_bar_front','true'),(198,8,'locale',''),(199,8,'backupdb_wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(200,8,'backupdb_wp_user_level','10'),(201,8,'dismissed_wp_pointers',''),(185,1,'tgmpa_dismissed_notice_tgmpa','1'),(181,1,'edit_page_per_page','20'),(176,1,'wpseo_content_analysis_disable',''),(177,1,'wpseo_keyword_analysis_disable',''),(193,8,'syntax_highlighting','true'),(153,1,'wpseo-upsell-notice','seen'),(178,1,'locale',''),(191,8,'description',''),(192,8,'rich_editing','true'),(188,8,'nickname','clemence'),(189,8,'first_name','Clemence'),(190,8,'last_name',''),(186,1,'meta-box-order_page','a:3:{s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:94:\"aiosp,portfoliosettings,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(179,1,'aioseop_seen_about_page','2.3.12.1'),(180,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:12:\"gadwp-widget\";s:4:\"side\";s:41:\"dashboard_activity,semperplugins-rss-feed\";s:7:\"column3\";s:59:\"dashboard_right_now,dashboard_quick_press,dashboard_primary\";s:7:\"column4\";s:0:\"\";}'); /*!40000 ALTER TABLE `backupdb_wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_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=9 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_users` WRITE; /*!40000 ALTER TABLE `backupdb_wp_users` DISABLE KEYS */; INSERT INTO `backupdb_wp_users` VALUES (1,'admin','$P$BWmofZH2tjgA6LdiLlcCe5RlWVQP750','admin','letspicyou@ditaymedia.com','','2014-02-04 13:08:28','1497391720:$P$Bmx7wVn2Po9Mo/3QRVExsSZDfWeKL./',0,'admin'),(8,'clemence','$P$B8z4BCHhLk1CsZ3dgvSQDd/pUa3xj5.','clemence','clemence@ditaymedia.com','','2018-01-29 10:57:54','1517223475:$P$B4my6wpyvTe/jrLjfa0A0boMtY1KQR.',0,'Clemence'); /*!40000 ALTER TABLE `backupdb_wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `backupdb_wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `backupdb_wp_woocommerce_order_items` ( `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_name` longtext NOT NULL, `order_item_type` varchar(200) NOT NULL DEFAULT '', `order_id` bigint(20) NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `backupdb_wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `backupdb_wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `backupdb_wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `wor5384_commentmeta` WRITE; /*!40000 ALTER TABLE `wor5384_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wor5384_commentmeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_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)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `wor5384_comments` WRITE; /*!40000 ALTER TABLE `wor5384_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wor5384_comments` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_duplicator_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `hash` varchar(50) NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) NOT NULL, `package` mediumblob NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `wor5384_duplicator_packages` WRITE; /*!40000 ALTER TABLE `wor5384_duplicator_packages` DISABLE KEYS */; INSERT INTO `wor5384_duplicator_packages` VALUES (7,'20200527_ditaymedia','5252feed2c7a1ed94402_20200527174310',20,'2020-05-27 17:43:31','unknown',0x4F3A31313A224455505F5061636B616765223A32353A7B733A373A2243726561746564223B733A31393A22323032302D30352D32372031373A34333A3130223B733A373A2256657273696F6E223B733A363A22312E332E3134223B733A393A2256657273696F6E5750223B733A353A22352E322E32223B733A393A2256657273696F6E4442223B733A363A22352E362E3437223B733A31303A2256657273696F6E504850223B733A363A22372E322E3330223B733A393A2256657273696F6E4F53223B733A353A224C696E7578223B733A323A224944223B693A373B733A343A224E616D65223B733A31393A2232303230303532375F64697461796D65646961223B733A343A2248617368223B733A33353A2235323532666565643263376131656439343430325F3230323030353237313734333130223B733A383A224E616D6548617368223B733A35353A2232303230303532375F64697461796D656469615F35323532666565643263376131656439343430325F3230323030353237313734333130223B733A343A2254797065223B693A303B733A353A224E6F746573223B733A303A22223B733A393A2253746F726550617468223B733A33373A222F686F6D652F64697461796D65647A662F7777772F77702D736E617073686F74732F746D70223B733A383A2253746F726555524C223B733A33353A22687474703A2F2F64697461796D656469612E636F6D2F77702D736E617073686F74732F223B733A383A225363616E46696C65223B733A36353A2232303230303532375F64697461796D656469615F35323532666565643263376131656439343430325F32303230303532373137343331305F7363616E2E6A736F6E223B733A31303A2254696D65725374617274223B693A2D313B733A373A2252756E74696D65223B4E3B733A373A2245786553697A65223B4E3B733A373A225A697053697A65223B4E3B733A363A22537461747573223B693A32303B733A363A22575055736572223B733A373A22756E6B6E6F776E223B733A373A2241726368697665223B4F3A31313A224455505F41726368697665223A32313A7B733A31303A2246696C74657244697273223B733A303A22223B733A31313A2246696C74657246696C6573223B733A303A22223B733A31303A2246696C74657245787473223B733A303A22223B733A31333A2246696C74657244697273416C6C223B613A303A7B7D733A31343A2246696C74657246696C6573416C6C223B613A303A7B7D733A31333A2246696C74657245787473416C6C223B613A303A7B7D733A383A2246696C7465724F6E223B693A303B733A31323A224578706F72744F6E6C794442223B693A303B733A343A2246696C65223B733A36373A2232303230303532375F64697461796D656469615F35323532666565643263376131656439343430325F32303230303532373137343331305F617263686976652E7A6970223B733A363A22466F726D6174223B733A333A225A4950223B733A373A225061636B446972223B733A32303A222F686F6D652F64697461796D65647A662F777777223B733A343A2253697A65223B693A303B733A343A2244697273223B613A303A7B7D733A353A2246696C6573223B613A303A7B7D733A31303A2246696C746572496E666F223B4F3A32333A224455505F417263686976655F46696C7465725F496E666F223A383A7B733A343A2244697273223B4F3A33343A224455505F417263686976655F46696C7465725F53636F70655F4469726563746F7279223A353A7B733A373A225761726E696E67223B613A303A7B7D733A31303A22556E7265616461626C65223B613A303A7B7D733A343A22436F7265223B613A303A7B7D733A363A22476C6F62616C223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A353A2246696C6573223B4F3A32393A224455505F417263686976655F46696C7465725F53636F70655F46696C65223A363A7B733A343A2253697A65223B613A303A7B7D733A373A225761726E696E67223B613A303A7B7D733A31303A22556E7265616461626C65223B613A303A7B7D733A343A22436F7265223B613A303A7B7D733A363A22476C6F62616C223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A343A2245787473223B4F3A32393A224455505F417263686976655F46696C7465725F53636F70655F42617365223A333A7B733A343A22436F7265223B613A303A7B7D733A363A22476C6F62616C223B613A303A7B7D733A383A22496E7374616E6365223B613A303A7B7D7D733A393A2255446972436F756E74223B693A303B733A31303A225546696C65436F756E74223B693A303B733A393A2255457874436F756E74223B693A303B733A383A225472656553697A65223B613A303A7B7D733A31313A22547265655761726E696E67223B613A303A7B7D7D733A31343A225265637572736976654C696E6B73223B613A303A7B7D733A31303A2266696C655F636F756E74223B693A2D313B733A31303A22002A005061636B616765223B4F3A31313A224455505F5061636B616765223A32353A7B733A373A2243726561746564223B733A31393A22323032302D30352D32372031373A34333A3130223B733A373A2256657273696F6E223B733A363A22312E332E3134223B733A393A2256657273696F6E5750223B733A353A22352E322E32223B733A393A2256657273696F6E4442223B733A363A22352E362E3437223B733A31303A2256657273696F6E504850223B733A363A22372E322E3330223B733A393A2256657273696F6E4F53223B733A353A224C696E7578223B733A323A224944223B4E3B733A343A224E616D65223B733A31393A2232303230303532375F64697461796D65646961223B733A343A2248617368223B733A33353A2235323532666565643263376131656439343430325F3230323030353237313734333130223B733A383A224E616D6548617368223B733A35353A2232303230303532375F64697461796D656469615F35323532666565643263376131656439343430325F3230323030353237313734333130223B733A343A2254797065223B693A303B733A353A224E6F746573223B733A303A22223B733A393A2253746F726550617468223B733A33373A222F686F6D652F64697461796D65647A662F7777772F77702D736E617073686F74732F746D70223B733A383A2253746F726555524C223B733A33353A22687474703A2F2F64697461796D656469612E636F6D2F77702D736E617073686F74732F223B733A383A225363616E46696C65223B4E3B733A31303A2254696D65725374617274223B693A2D313B733A373A2252756E74696D65223B4E3B733A373A2245786553697A65223B4E3B733A373A225A697053697A65223B4E3B733A363A22537461747573223B693A303B733A363A22575055736572223B4E3B733A373A2241726368697665223B723A32333B733A393A22496E7374616C6C6572223B4F3A31333A224455505F496E7374616C6C6572223A31313A7B733A343A2246696C65223B733A36393A2232303230303532375F64697461796D656469615F35323532666565643263376131656439343430325F32303230303532373137343331305F696E7374616C6C65722E706870223B733A343A2253697A65223B693A303B733A31303A224F7074734442486F7374223B733A303A22223B733A31303A224F7074734442506F7274223B733A303A22223B733A31303A224F70747344424E616D65223B733A303A22223B733A31303A224F707473444255736572223B733A303A22223B733A31323A224F7074735365637572654F6E223B693A303B733A31343A224F70747353656375726550617373223B733A303A22223B733A31333A226E756D46696C65734164646564223B693A303B733A31323A226E756D446972734164646564223B693A303B733A31303A22002A005061636B616765223B723A36333B7D733A383A224461746162617365223B4F3A31323A224455505F4461746162617365223A31343A7B733A343A2254797065223B733A353A224D7953514C223B733A343A2253697A65223B4E3B733A343A2246696C65223B733A36383A2232303230303532375F64697461796D656469615F35323532666565643263376131656439343430325F32303230303532373137343331305F64617461626173652E73716C223B733A343A2250617468223B4E3B733A31323A2246696C7465725461626C6573223B733A303A22223B733A383A2246696C7465724F6E223B693A303B733A343A224E616D65223B4E3B733A31303A22436F6D70617469626C65223B733A303A22223B733A383A22436F6D6D656E7473223B733A32383A224D7953514C20436F6D6D756E69747920536572766572202847504C29223B733A343A22696E666F223B4F3A31363A224455505F4461746162617365496E666F223A31353A7B733A393A226275696C644D6F6465223B4E3B733A31333A22636F6C6C6174696F6E4C697374223B613A303A7B7D733A31373A2269735461626C6573557070657243617365223B4E3B733A31353A2269734E616D65557070657243617365223B4E3B733A343A226E616D65223B4E3B733A31353A227461626C657342617365436F756E74223B4E3B733A31363A227461626C657346696E616C436F756E74223B4E3B733A31343A227461626C6573526F77436F756E74223B4E3B733A31363A227461626C657353697A654F6E4469736B223B4E3B733A31383A227661724C6F776572436173655461626C6573223B693A303B733A373A2276657273696F6E223B4E3B733A31343A2276657273696F6E436F6D6D656E74223B4E3B733A31383A227461626C6557697365526F77436F756E7473223B613A303A7B7D733A33333A22004455505F4461746162617365496E666F00696E744669656C6473537472756374223B613A303A7B7D733A34323A22004455505F4461746162617365496E666F00696E64657850726F636573736564536368656D6153697A65223B613A303A7B7D7D733A31303A22002A005061636B616765223B723A313B733A32353A22004455505F446174616261736500646253746F726550617468223B4E3B733A32333A22004455505F446174616261736500454F464D61726B6572223B733A303A22223B733A32363A22004455505F4461746162617365006E6574776F726B466C757368223B623A303B7D733A31333A224275696C6450726F6772657373223B4F3A31383A224455505F4275696C645F50726F6772657373223A31323A7B733A31373A227468726561645F73746172745F74696D65223B4E3B733A31313A22696E697469616C697A6564223B623A303B733A31353A22696E7374616C6C65725F6275696C74223B623A303B733A31353A22617263686976655F73746172746564223B623A303B733A32303A22617263686976655F6861735F6461746162617365223B623A303B733A31333A22617263686976655F6275696C74223B623A303B733A32313A2264617461626173655F7363726970745F6275696C74223B623A303B733A363A226661696C6564223B623A303B733A373A2272657472696573223B693A303B733A31343A226275696C645F6661696C75726573223B613A303A7B7D733A31393A2276616C69646174696F6E5F6661696C75726573223B613A303A7B7D733A32373A22004455505F4275696C645F50726F6772657373007061636B616765223B723A36333B7D7D733A32393A22004455505F4172636869766500746D7046696C74657244697273416C6C223B613A303A7B7D733A32343A22004455505F41726368697665007770436F72655061746873223B613A353A7B693A303B733A32393A222F686F6D652F64697461796D65647A662F7777772F77702D61646D696E223B693A313B733A33393A222F686F6D652F64697461796D65647A662F7777772F77702D636F6E74656E742F75706C6F616473223B693A323B733A34313A222F686F6D652F64697461796D65647A662F7777772F77702D636F6E74656E742F6C616E677561676573223B693A333B733A33383A222F686F6D652F64697461796D65647A662F7777772F77702D636F6E74656E742F7468656D6573223B693A343B733A33323A222F686F6D652F64697461796D65647A662F7777772F77702D696E636C75646573223B7D733A32393A22004455505F41726368697665007770436F726545786163745061746873223B613A323A7B693A303B733A32303A222F686F6D652F64697461796D65647A662F777777223B693A313B733A33313A222F686F6D652F64697461796D65647A662F7777772F77702D636F6E74656E74223B7D7D733A393A22496E7374616C6C6572223B723A38363B733A383A224461746162617365223B723A39383B733A31333A224275696C6450726F6772657373223B723A3132383B7D); /*!40000 ALTER TABLE `wor5384_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', 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 */; LOCK TABLES `wor5384_links` WRITE; /*!40000 ALTER TABLE `wor5384_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wor5384_links` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=22172 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `wor5384_options` WRITE; /*!40000 ALTER TABLE `wor5384_options` DISABLE KEYS */; INSERT INTO `wor5384_options` VALUES (1,'siteurl','http://ditaymedia.com','yes'),(2,'home','http://ditaymedia.com','yes'),(3,'blogname','Ditay Media','yes'),(4,'blogdescription','Ditay Media','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','miguel@ditaymedia.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','j F, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:171:{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:53:\"project-type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?project-type=$matches[1]&feed=$matches[2]\";s:48:\"project-type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?project-type=$matches[1]&feed=$matches[2]\";s:29:\"project-type/([^/]+)/embed/?$\";s:45:\"index.php?project-type=$matches[1]&embed=true\";s:41:\"project-type/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?project-type=$matches[1]&paged=$matches[2]\";s:23:\"project-type/([^/]+)/?$\";s:34:\"index.php?project-type=$matches[1]\";s:59:\"project-attributes/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?project-attributes=$matches[1]&feed=$matches[2]\";s:54:\"project-attributes/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?project-attributes=$matches[1]&feed=$matches[2]\";s:35:\"project-attributes/([^/]+)/embed/?$\";s:51:\"index.php?project-attributes=$matches[1]&embed=true\";s:47:\"project-attributes/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?project-attributes=$matches[1]&paged=$matches[2]\";s:29:\"project-attributes/([^/]+)/?$\";s:40:\"index.php?project-attributes=$matches[1]\";s:57:\"slider-locations/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?slider-locations=$matches[1]&feed=$matches[2]\";s:52:\"slider-locations/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?slider-locations=$matches[1]&feed=$matches[2]\";s:33:\"slider-locations/([^/]+)/embed/?$\";s:49:\"index.php?slider-locations=$matches[1]&embed=true\";s:45:\"slider-locations/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?slider-locations=$matches[1]&paged=$matches[2]\";s:27:\"slider-locations/([^/]+)/?$\";s:38:\"index.php?slider-locations=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"amn_exact-metrics/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"amn_exact-metrics/([^/]+)/embed/?$\";s:50:\"index.php?amn_exact-metrics=$matches[1]&embed=true\";s:38:\"amn_exact-metrics/([^/]+)/trackback/?$\";s:44:\"index.php?amn_exact-metrics=$matches[1]&tb=1\";s:46:\"amn_exact-metrics/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?amn_exact-metrics=$matches[1]&paged=$matches[2]\";s:53:\"amn_exact-metrics/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?amn_exact-metrics=$matches[1]&cpage=$matches[2]\";s:42:\"amn_exact-metrics/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?amn_exact-metrics=$matches[1]&page=$matches[2]\";s:34:\"amn_exact-metrics/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"amn_exact-metrics/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"amn_exact-metrics/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amn_exact-metrics/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"amn_exact-metrics/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"amn_exact-metrics/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"home_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"home_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"home_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"home_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"home_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"home_slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"home_slider/([^/]+)/embed/?$\";s:44:\"index.php?home_slider=$matches[1]&embed=true\";s:32:\"home_slider/([^/]+)/trackback/?$\";s:38:\"index.php?home_slider=$matches[1]&tb=1\";s:40:\"home_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?home_slider=$matches[1]&paged=$matches[2]\";s:47:\"home_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?home_slider=$matches[1]&cpage=$matches[2]\";s:36:\"home_slider/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?home_slider=$matches[1]&page=$matches[2]\";s:28:\"home_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"home_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"home_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"home_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"home_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"home_slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"nectar_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"nectar_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"nectar_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"nectar_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"nectar_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"nectar_slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"nectar_slider/([^/]+)/embed/?$\";s:46:\"index.php?nectar_slider=$matches[1]&embed=true\";s:34:\"nectar_slider/([^/]+)/trackback/?$\";s:40:\"index.php?nectar_slider=$matches[1]&tb=1\";s:42:\"nectar_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?nectar_slider=$matches[1]&paged=$matches[2]\";s:49:\"nectar_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?nectar_slider=$matches[1]&cpage=$matches[2]\";s:38:\"nectar_slider/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?nectar_slider=$matches[1]&page=$matches[2]\";s:30:\"nectar_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"nectar_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"nectar_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"nectar_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"nectar_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"nectar_slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=6218&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:47:\"asesor-cookies-para-la-ley-en-espana/plugin.php\";i:2;s:26:\"conditional-menus/init.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";i:6;s:35:\"js_composer_salient/js_composer.php\";i:7;s:21:\"say-what/say-what.php\";i:8;s:33:\"update-control/update-control.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:57:\"/home/ditaymedzf/www/wp-content/themes/salient/header.php\";i:2;s:73:\"/home/ditaymedzf/www/wp-content/themes/salient/includes/header-search.php\";i:3;s:56:\"/home/ditaymedzf/www/wp-content/themes/salient/style.css\";i:4;s:60:\"/home/ditaymedzf/www/wp-content/themes/salient/functions.php\";i:5;s:69:\"/home/ditaymedzf/www/wp-content/themes/salient/template-portfolio.php\";}','no'),(40,'template','salient','yes'),(41,'stylesheet','salient','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','administrator','yes'),(48,'db_version','44719','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:5:{i:1;a:3:{s:5:\"title\";s:14:\"About The Blog\";s:4:\"text\";s:119:\"Lorem ipsum dolor sit amet, consectetur elit porta. Vestibulum ante justo, volutpat quis porta non, vulputate id diam. \";s:6:\"filter\";b:0;}i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:37:\"Calle Cañaveral 92B \r\n28029 \r\nMadrid\";s:6:\"filter\";b:0;s:6:\"visual\";b:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:106:\"<a title=\"letspicyou@ditaymedia.com\" href=\"mailto:letspicyou@ditaymedia.com\">letspicyou@ditaymedia.com</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<strong>91 060 89 45</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:2:{s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','6218','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','8835','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wor5384_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:123:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"aiosp_manage_seo\";b:1;s:14:\"edit_portfolio\";b:1;s:15:\"edit_portfolios\";b:1;s:21:\"edit_other_portfolios\";b:1;s:18:\"publish_portfolios\";b:1;s:14:\"read_portfolio\";b:1;s:23:\"read_private_portfolios\";b:1;s:17:\"delete_portfolios\";b:1;s:16:\"delete_portfolio\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{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:14:\"read_portfolio\";b:1;s:23:\"read_private_portfolios\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:12:{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:14:\"read_portfolio\";b:1;s:23:\"read_private_portfolios\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{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:14:\"read_portfolio\";b:1;s:23:\"read_private_portfolios\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(93,'fresh_site','0','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:9:\"show_date\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:8:{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:6:\"text-1\";i:7;s:14:\"recent-posts-3\";}s:12:\"page-sidebar\";a:0:{}s:19:\"woocommerce-sidebar\";a:0:{}s:20:\"nectar-extra-sidebar\";a:0:{}s:13:\"footer-area-1\";a:2:{i:0;s:6:\"text-3\";i:1;s:14:\"recent-posts-4\";}s:13:\"footer-area-2\";a:1:{i:0;s:6:\"text-2\";}s:13:\"footer-area-3\";a:1:{i:0;s:6:\"text-4\";}s:13:\"footer-area-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'cron','a:8:{i:1590602680;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:1590621874;a:2:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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:1590628753;a:1:{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;}}}i:1590665315;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1590665316;a:1:{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;}}}i:1590666457;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1590671368;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;}}}s:7:\"version\";i:2;}','yes'),(110,'theme_mods_twentyseventeen','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1539007244;s:4:\"data\";a:9:{s:13:\"footer-area-4\";a:1:{i:0;s:14:\"recent-posts-4\";}s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:8:{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:6:\"text-1\";i:7;s:14:\"recent-posts-3\";}s:12:\"page-sidebar\";a:0:{}s:19:\"woocommerce-sidebar\";a:0:{}s:20:\"nectar-extra-sidebar\";a:0:{}s:13:\"footer-area-1\";a:1:{i:0;s:6:\"text-3\";}s:13:\"footer-area-2\";a:1:{i:0;s:6:\"text-2\";}s:13:\"footer-area-3\";a:1:{i:0;s:6:\"text-4\";}}}}','yes'),(127,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"miguel@ditaymedia.com\";s:7:\"version\";s:5:\"4.9.8\";s:9:\"timestamp\";i:1536751497;}','no'),(3758,'db_upgraded','','yes'),(145,'recently_activated','a:0:{}','yes'),(473,'duplicator_version_plugin','1.3.14','yes'),(13166,'project-type_children','a:0:{}','yes'),(13222,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1590583533;s:7:\"checked\";a:1:{s:7:\"salient\";s:6:\"10.0.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(478,'gadwp_options','{\"client_id\":\"\",\"client_secret\":\"\",\"access_front\":[\"administrator\"],\"access_back\":[\"administrator\"],\"tableid_jail\":\"83239116\",\"theme_color\":\"#1e73be\",\"switch_profile\":0,\"tracking_type\":\"universal\",\"ga_anonymize_ip\":0,\"user_api\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"token\":\"\",\"ga_profiles_list\":[[\"Todos los datos de sitios web\",\"198330646\",\"UA-143682013-1\",\"http:\\/\\/www.ditaymedia.com\",7200,\"Europe\\/Madrid\",null]],\"ga_enhanced_links\":0,\"ga_remarketing\":0,\"network_mode\":0,\"ga_speed_samplerate\":1,\"ga_user_samplerate\":100,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":\"1\",\"backend_item_reports\":1,\"backend_realtime_report\":0,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"amp_tracking_tagmanager\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ecommerce_mode\":\"disabled\",\"ga_formsubmit_tracking\":0,\"optimize_tracking\":0,\"optimize_containerid\":\"\",\"optimize_pagehiding\":0,\"superadmin_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"with_endpoint\":1,\"ga_optout\":0,\"ga_dnt_optout\":0,\"tm_optout\":0,\"tm_dnt_optout\":0,\"ga_with_gtag\":0,\"usage_tracking\":0,\"hide_am_notices\":0,\"network_hide_am_notices\":0,\"ga_enhanced_excludesa\":0,\"ga_hash_tracking\":0,\"gadwp_hidden\":\"Y\"}','yes'),(479,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(480,'_amn_exact-metrics_last_checked','1560297600','yes'),(488,'exactmetrics_tracking_notice','1','yes'),(562,'dismissed_update_core','a:2:{s:11:\"4.9.8|es_ES\";b:1;s:11:\"5.2.1|es_ES\";b:1;}','no'),(182,'woocommerce_store_city','','yes'),(183,'woocommerce_default_country','GB','yes'),(184,'woocommerce_store_postcode','','yes'),(157,'current_theme','Salient','yes'),(158,'theme_mods_salient','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"top_nav\";i:38;s:18:\"top_nav_pull_right\";i:0;s:13:\"secondary_nav\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:25:\"themify_conditional_menus\";a:1:{s:7:\"top_nav\";a:1:{i:1;a:2:{s:4:\"menu\";s:2:\"72\";s:9:\"condition\";s:25:\"general%5Bportfolio%5D=on\";}}}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1539007243;s:4:\"data\";a:9:{s:13:\"footer-area-4\";a:1:{i:0;s:14:\"recent-posts-4\";}s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:8:{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:6:\"text-1\";i:7;s:14:\"recent-posts-3\";}s:12:\"page-sidebar\";a:0:{}s:19:\"woocommerce-sidebar\";a:0:{}s:20:\"nectar-extra-sidebar\";a:0:{}s:13:\"footer-area-1\";a:1:{i:0;s:6:\"text-3\";}s:13:\"footer-area-2\";a:1:{i:0;s:6:\"text-2\";}s:13:\"footer-area-3\";a:1:{i:0;s:6:\"text-4\";}}}}','yes'),(159,'theme_switched','','yes'),(160,'widget_nectar_popular_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(161,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"375\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(162,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"630\";s:4:\"crop\";i:1;}','yes'),(163,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"130\";s:6:\"height\";s:3:\"130\";s:4:\"crop\";i:1;}','yes'),(1361,'portfolio_category_children','a:0:{}','yes'),(164,'salient_redux','a:428:{s:8:\"last_tab\";s:1:\"1\";s:10:\"theme-skin\";s:6:\"ascend\";s:14:\"button-styling\";s:23:\"slightly_rounded_shadow\";s:16:\"overall-bg-color\";s:7:\"#f9f9f9\";s:18:\"overall-font-color\";s:7:\"#000000\";s:11:\"body-border\";s:1:\"0\";s:17:\"body-border-color\";s:7:\"#ffffff\";s:16:\"body-border-size\";s:2:\"20\";s:11:\"back-to-top\";s:1:\"1\";s:18:\"back-to-top-mobile\";s:1:\"1\";s:18:\"one-page-scrolling\";s:1:\"1\";s:10:\"responsive\";s:1:\"1\";s:14:\"ext_responsive\";s:1:\"1\";s:19:\"max_container_width\";s:4:\"1425\";s:15:\"lightbox_script\";s:8:\"magnific\";s:16:\"default-lightbox\";s:1:\"1\";s:23:\"disable-mobile-parallax\";s:1:\"0\";s:24:\"disable-mobile-video-bgs\";s:1:\"0\";s:23:\"column_animation_easing\";s:12:\"easeOutQuart\";s:23:\"column_animation_timing\";s:3:\"700\";s:20:\"external-dynamic-css\";s:1:\"0\";s:16:\"google-analytics\";s:0:\"\";s:19:\"google-maps-api-key\";s:0:\"\";s:10:\"custom-css\";s:0:\"\";s:11:\"disable_tgm\";s:1:\"0\";s:22:\"disable_home_slider_pt\";s:1:\"0\";s:24:\"disable_nectar_slider_pt\";s:1:\"0\";s:12:\"accent-color\";s:7:\"#000000\";s:13:\"extra-color-1\";s:7:\"#ff1053\";s:13:\"extra-color-2\";s:7:\"#898989\";s:13:\"extra-color-3\";s:7:\"#ffffff\";s:20:\"extra-color-gradient\";a:2:{s:4:\"from\";s:7:\"#ff2323\";s:2:\"to\";s:7:\"#ff1053\";}s:22:\"extra-color-gradient-2\";a:2:{s:4:\"from\";s:7:\"#2AC4EA\";s:2:\"to\";s:7:\"#32d6ff\";}s:12:\"boxed_layout\";s:1:\"0\";s:16:\"background-color\";s:7:\"#f1f1f1\";s:16:\"background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"background-repeat\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:16:\"background-cover\";s:1:\"0\";s:19:\"extended-theme-font\";s:1:\"0\";s:22:\"navigation_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"14px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:31:\"navigation_dropdown_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"14px\";s:14:\"letter-spacing\";s:0:\"\";}s:24:\"page_heading_font_family\";a:10:{s:11:\"font-family\";s:6:\"Nunito\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"60px\";s:14:\"letter-spacing\";s:0:\"\";}s:33:\"page_heading_subtitle_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:26:\"off_canvas_nav_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"35px\";s:14:\"letter-spacing\";s:0:\"\";}s:34:\"off_canvas_nav_subtext_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:16:\"body_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"30px\";s:14:\"letter-spacing\";s:0:\"\";}s:14:\"h1_font_family\";a:10:{s:11:\"font-family\";s:6:\"Nunito\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:5:\"110px\";s:11:\"line-height\";s:5:\"118px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:14:\"h2_font_family\";a:10:{s:11:\"font-family\";s:6:\"Nunito\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"48px\";s:11:\"line-height\";s:4:\"62px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:14:\"h3_font_family\";a:10:{s:11:\"font-family\";s:6:\"Nunito\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"30px\";s:11:\"line-height\";s:4:\"40px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:14:\"h4_font_family\";a:10:{s:11:\"font-family\";s:6:\"Nunito\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"34px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:14:\"h5_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"25px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:14:\"h6_font_family\";a:10:{s:11:\"font-family\";s:5:\"Dosis\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"26px\";s:14:\"letter-spacing\";s:3:\"2px\";}s:13:\"i_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"22px\";s:14:\"letter-spacing\";s:0:\"\";}s:17:\"label_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:33:\"nectar_slider_heading_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:31:\"home_slider_caption_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:23:\"testimonial_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"37px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:28:\"sidebar_footer_h_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:4:\"none\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"16px\";s:14:\"letter-spacing\";s:3:\"0px\";}s:29:\"portfolio_filters_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"16px\";s:14:\"letter-spacing\";s:0:\"\";}s:29:\"portfolio_caption_font_family\";a:10:{s:11:\"font-family\";s:6:\"Roboto\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:10:\"capitalize\";s:9:\"font-size\";s:4:\"14px\";s:11:\"line-height\";s:4:\"30px\";s:14:\"letter-spacing\";s:0:\"\";}s:25:\"team_member_h_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:26:\"nectar_dropcap_font_family\";a:10:{s:11:\"font-family\";s:6:\"Nunito\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";s:14:\"text-transform\";s:9:\"uppercase\";s:9:\"font-size\";s:4:\"60px\";s:11:\"line-height\";s:4:\"53px\";s:14:\"letter-spacing\";s:0:\"\";}s:41:\"nectar_sidebar_footer_headers_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:41:\"nectar_woo_shop_product_title_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:45:\"nectar_woo_shop_product_secondary_font_family\";a:10:{s:11:\"font-family\";s:0:\"\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";}s:33:\"use-responsive-heading-typography\";s:0:\"\";s:26:\"h1-small-desktop-font-size\";s:2:\"75\";s:19:\"h1-tablet-font-size\";s:2:\"70\";s:18:\"h1-phone-font-size\";s:2:\"65\";s:26:\"h2-small-desktop-font-size\";s:2:\"85\";s:19:\"h2-tablet-font-size\";s:2:\"80\";s:18:\"h2-phone-font-size\";s:2:\"70\";s:26:\"h3-small-desktop-font-size\";s:2:\"85\";s:19:\"h3-tablet-font-size\";s:2:\"80\";s:18:\"h3-phone-font-size\";s:2:\"70\";s:26:\"h4-small-desktop-font-size\";s:3:\"100\";s:19:\"h4-tablet-font-size\";s:2:\"90\";s:18:\"h4-phone-font-size\";s:2:\"90\";s:26:\"h5-small-desktop-font-size\";s:3:\"100\";s:19:\"h5-tablet-font-size\";s:3:\"100\";s:18:\"h5-phone-font-size\";s:3:\"100\";s:26:\"h6-small-desktop-font-size\";s:3:\"100\";s:19:\"h6-tablet-font-size\";s:3:\"100\";s:18:\"h6-phone-font-size\";s:3:\"100\";s:28:\"body-small-desktop-font-size\";s:3:\"100\";s:21:\"body-tablet-font-size\";s:3:\"100\";s:20:\"body-phone-font-size\";s:3:\"100\";s:8:\"use-logo\";s:1:\"1\";s:4:\"logo\";a:5:{s:3:\"url\";s:78:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Gris-con-mosca.png\";s:2:\"id\";s:4:\"8840\";s:6:\"height\";s:3:\"497\";s:5:\"width\";s:4:\"1465\";s:9:\"thumbnail\";s:86:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Gris-con-mosca-150x150.png\";}s:11:\"retina-logo\";a:5:{s:3:\"url\";s:78:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Gris-con-mosca.png\";s:2:\"id\";s:4:\"8840\";s:6:\"height\";s:3:\"497\";s:5:\"width\";s:4:\"1465\";s:9:\"thumbnail\";s:86:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Gris-con-mosca-150x150.png\";}s:11:\"logo-height\";s:2:\"24\";s:18:\"mobile-logo-height\";s:0:\"\";s:11:\"mobile-logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header-padding\";s:2:\"30\";s:19:\"header-remove-fixed\";s:1:\"0\";s:19:\"header-mobile-fixed\";s:1:\"1\";s:29:\"header-menu-mobile-breakpoint\";s:4:\"1000\";s:17:\"header-box-shadow\";s:4:\"none\";s:24:\"header-menu-item-spacing\";s:2:\"20\";s:17:\"header-bg-opacity\";s:2:\"96\";s:12:\"header-color\";s:5:\"light\";s:23:\"header-background-color\";s:7:\"#ffffff\";s:17:\"header-font-color\";s:7:\"#000000\";s:23:\"header-font-hover-color\";s:7:\"#006faf\";s:32:\"header-dropdown-background-color\";s:7:\"#252c30\";s:38:\"header-dropdown-background-hover-color\";s:7:\"#006faf\";s:26:\"header-dropdown-font-color\";s:7:\"#ffffff\";s:32:\"header-dropdown-font-hover-color\";s:7:\"#ffffff\";s:34:\"header-dropdown-heading-font-color\";s:7:\"#ffffff\";s:40:\"header-dropdown-heading-font-hover-color\";s:7:\"#ffffff\";s:22:\"header-separator-color\";s:7:\"#30383d\";s:33:\"secondary-header-background-color\";s:7:\"#F8F8F8\";s:27:\"secondary-header-font-color\";s:7:\"#666666\";s:33:\"secondary-header-font-hover-color\";s:7:\"#222222\";s:45:\"header-slide-out-widget-area-background-color\";s:7:\"#006faf\";s:47:\"header-slide-out-widget-area-background-color-2\";s:0:\"\";s:41:\"header-slide-out-widget-area-header-color\";s:7:\"#ffffff\";s:34:\"header-slide-out-widget-area-color\";s:7:\"#ffffff\";s:40:\"header-slide-out-widget-area-hover-color\";s:7:\"#ffffff\";s:43:\"header-slide-out-widget-area-close-bg-color\";s:7:\"#ff1053\";s:45:\"header-slide-out-widget-area-close-icon-color\";s:7:\"#ffffff\";s:13:\"header_format\";s:13:\"centered-menu\";s:16:\"header-fullwidth\";s:1:\"0\";s:21:\"header-disable-search\";s:1:\"1\";s:26:\"header-disable-ajax-search\";s:1:\"0\";s:21:\"header-account-button\";s:1:\"0\";s:25:\"header-account-button-url\";s:0:\"\";s:13:\"header_layout\";s:8:\"standard\";s:21:\"secondary-header-text\";s:0:\"\";s:21:\"secondary-header-link\";s:0:\"\";s:23:\"enable_social_in_header\";s:1:\"0\";s:24:\"use-facebook-icon-header\";s:1:\"0\";s:23:\"use-twitter-icon-header\";s:1:\"0\";s:27:\"use-google-plus-icon-header\";s:1:\"0\";s:21:\"use-vimeo-icon-header\";s:1:\"0\";s:24:\"use-dribbble-icon-header\";s:1:\"0\";s:25:\"use-pinterest-icon-header\";s:1:\"0\";s:23:\"use-youtube-icon-header\";s:1:\"0\";s:22:\"use-tumblr-icon-header\";s:1:\"0\";s:24:\"use-linkedin-icon-header\";s:1:\"0\";s:19:\"use-rss-icon-header\";s:1:\"0\";s:23:\"use-behance-icon-header\";s:1:\"0\";s:25:\"use-instagram-icon-header\";s:1:\"1\";s:22:\"use-flickr-icon-header\";s:1:\"0\";s:23:\"use-spotify-icon-header\";s:1:\"0\";s:22:\"use-github-icon-header\";s:1:\"0\";s:29:\"use-stackexchange-icon-header\";s:1:\"0\";s:26:\"use-soundcloud-icon-header\";s:1:\"0\";s:18:\"use-vk-icon-header\";s:1:\"0\";s:20:\"use-vine-icon-header\";s:0:\"\";s:21:\"use-houzz-icon-header\";s:1:\"0\";s:20:\"use-yelp-icon-header\";s:1:\"0\";s:24:\"use-mixcloud-icon-header\";s:1:\"0\";s:24:\"use-snapchat-icon-header\";s:1:\"0\";s:24:\"use-bandcamp-icon-header\";s:1:\"0\";s:27:\"use-tripadvisor-icon-header\";s:1:\"0\";s:24:\"use-telegram-icon-header\";s:1:\"0\";s:21:\"use-slack-icon-header\";s:1:\"0\";s:22:\"use-medium-icon-header\";s:1:\"0\";s:21:\"use-email-icon-header\";s:1:\"0\";s:21:\"use-phone-icon-header\";s:1:\"0\";s:18:\"transparent-header\";s:1:\"1\";s:20:\"header-starting-logo\";a:5:{s:3:\"url\";s:80:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Blanco-con-mosca.png\";s:2:\"id\";s:4:\"8838\";s:6:\"height\";s:3:\"497\";s:5:\"width\";s:4:\"1465\";s:9:\"thumbnail\";s:88:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Blanco-con-mosca-150x150.png\";}s:27:\"header-starting-retina-logo\";a:5:{s:3:\"url\";s:80:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Blanco-con-mosca.png\";s:2:\"id\";s:4:\"8838\";s:6:\"height\";s:3:\"497\";s:5:\"width\";s:4:\"1465\";s:9:\"thumbnail\";s:88:\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-Blanco-con-mosca-150x150.png\";}s:25:\"header-starting-logo-dark\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:32:\"header-starting-retina-logo-dark\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:21:\"header-starting-color\";s:7:\"#ffffff\";s:29:\"header-transparent-dark-color\";s:7:\"#000000\";s:28:\"header-permanent-transparent\";s:1:\"0\";s:24:\"header-inherit-row-color\";s:1:\"0\";s:20:\"header-remove-border\";s:1:\"1\";s:32:\"transparent-header-shadow-helper\";s:1:\"0\";s:19:\"header-hover-effect\";s:18:\"animated_underline\";s:24:\"header-hide-until-needed\";s:1:\"0\";s:23:\"header-resize-on-scroll\";s:1:\"0\";s:34:\"header-resize-on-scroll-shrink-num\";s:0:\"\";s:25:\"condense-header-on-scroll\";s:0:\"\";s:21:\"header-dropdown-style\";s:7:\"classic\";s:23:\"header-dropdown-opacity\";s:3:\"100\";s:22:\"header-dropdown-arrows\";s:7:\"inherit\";s:21:\"header-megamenu-width\";s:10:\"full-width\";s:34:\"header-megamenu-remove-transparent\";s:1:\"1\";s:28:\"header-slide-out-widget-area\";s:1:\"0\";s:34:\"header-slide-out-widget-area-style\";s:20:\"slide-out-from-right\";s:46:\"header-slide-out-widget-area-dropdown-behavior\";s:7:\"default\";s:35:\"header-slide-out-widget-area-social\";s:1:\"0\";s:40:\"header-slide-out-widget-area-bottom-text\";s:0:\"\";s:44:\"header-slide-out-widget-area-overlay-opacity\";s:4:\"dark\";s:46:\"header-slide-out-widget-area-top-nav-in-mobile\";s:1:\"0\";s:23:\"enable-main-footer-area\";s:1:\"0\";s:14:\"footer_columns\";s:1:\"3\";s:19:\"footer-custom-color\";s:1:\"1\";s:23:\"footer-background-color\";s:7:\"#000000\";s:17:\"footer-font-color\";s:7:\"#ffffff\";s:27:\"footer-secondary-font-color\";s:7:\"#ffffff\";s:33:\"footer-copyright-background-color\";s:7:\"#ffffff\";s:27:\"footer-copyright-font-color\";s:7:\"#777777\";s:33:\"footer-copyright-icon-hover-color\";s:7:\"#ffffff\";s:21:\"footer-copyright-line\";s:0:\"\";s:17:\"footer-full-width\";s:1:\"0\";s:13:\"footer-reveal\";s:1:\"0\";s:20:\"footer-reveal-shadow\";s:7:\"large_2\";s:23:\"footer-copyright-layout\";s:7:\"default\";s:29:\"disable-copyright-footer-area\";s:1:\"0\";s:21:\"footer-copyright-text\";s:0:\"\";s:22:\"disable-auto-copyright\";s:1:\"0\";s:23:\"footer-background-image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"footer-background-image-overlay\";s:3:\"0.8\";s:17:\"use-facebook-icon\";s:1:\"0\";s:16:\"use-twitter-icon\";s:0:\"\";s:20:\"use-google-plus-icon\";s:1:\"0\";s:14:\"use-vimeo-icon\";s:0:\"\";s:17:\"use-dribbble-icon\";s:0:\"\";s:18:\"use-pinterest-icon\";s:0:\"\";s:16:\"use-youtube-icon\";s:1:\"0\";s:15:\"use-tumblr-icon\";s:0:\"\";s:17:\"use-linkedin-icon\";s:1:\"0\";s:12:\"use-rss-icon\";s:0:\"\";s:16:\"use-behance-icon\";s:0:\"\";s:18:\"use-instagram-icon\";s:1:\"0\";s:15:\"use-flickr-icon\";s:0:\"\";s:16:\"use-spotify-icon\";s:0:\"\";s:15:\"use-github-icon\";s:0:\"\";s:22:\"use-stackexchange-icon\";s:0:\"\";s:19:\"use-soundcloud-icon\";s:0:\"\";s:11:\"use-vk-icon\";s:0:\"\";s:13:\"use-vine-icon\";s:0:\"\";s:14:\"use-houzz-icon\";s:1:\"0\";s:13:\"use-yelp-icon\";s:1:\"0\";s:17:\"use-snapchat-icon\";s:1:\"0\";s:17:\"use-mixcloud-icon\";s:1:\"0\";s:17:\"use-bandcamp-icon\";s:1:\"0\";s:20:\"use-tripadvisor-icon\";s:1:\"0\";s:17:\"use-telegram-icon\";s:1:\"0\";s:14:\"use-slack-icon\";s:1:\"0\";s:15:\"use-medium-icon\";s:1:\"0\";s:17:\"ajax-page-loading\";s:1:\"1\";s:17:\"transition-method\";s:8:\"standard\";s:32:\"disable-transition-fade-on-click\";s:1:\"0\";s:28:\"disable-transition-on-mobile\";s:1:\"1\";s:17:\"transition-effect\";s:16:\"horizontal_swipe\";s:12:\"loading-icon\";s:8:\"material\";s:19:\"loading-icon-colors\";a:2:{s:4:\"from\";s:7:\"#000000\";s:2:\"to\";s:7:\"#000000\";}s:13:\"loading-image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:23:\"loading-image-animation\";s:4:\"none\";s:19:\"transition-bg-color\";s:7:\"#1a1c1e\";s:21:\"transition-bg-color-2\";s:7:\"#131314\";s:17:\"header-auto-title\";s:1:\"0\";s:24:\"header-animate-in-effect\";s:8:\"zoom-out\";s:23:\"header-down-arrow-style\";s:16:\"scroll-animation\";s:10:\"form-style\";s:7:\"minimal\";s:17:\"form-fancy-select\";s:1:\"0\";s:21:\"form-submit-btn-style\";s:7:\"regular\";s:8:\"cta-text\";s:0:\"\";s:7:\"cta-btn\";s:0:\"\";s:12:\"cta-btn-link\";s:0:\"\";s:20:\"cta-background-color\";s:7:\"#ECEBE9\";s:14:\"cta-text-color\";s:7:\"#4B4F52\";s:13:\"cta-btn-color\";s:12:\"accent-color\";s:21:\"main_portfolio_layout\";s:9:\"fullwidth\";s:28:\"main_portfolio_project_style\";s:1:\"5\";s:27:\"main_portfolio_item_spacing\";s:3:\"5px\";s:21:\"portfolio_use_masonry\";s:1:\"1\";s:29:\"portfolio_masonry_grid_sizing\";s:7:\"default\";s:24:\"portfolio_inline_filters\";s:1:\"1\";s:20:\"portfolio_single_nav\";s:15:\"after_project_2\";s:27:\"portfolio_loading_animation\";s:11:\"perspective\";s:24:\"portfolio_sidebar_follow\";s:1:\"1\";s:16:\"portfolio_social\";s:1:\"0\";s:22:\"portfolio_social_style\";s:18:\"fixed_bottom_right\";s:26:\"portfolio-facebook-sharing\";s:1:\"1\";s:25:\"portfolio-twitter-sharing\";s:1:\"1\";s:29:\"portfolio-google-plus-sharing\";s:1:\"1\";s:27:\"portfolio-pinterest-sharing\";s:1:\"1\";s:26:\"portfolio-linkedin-sharing\";s:1:\"1\";s:14:\"portfolio_date\";s:1:\"0\";s:20:\"portfolio_pagination\";s:1:\"0\";s:25:\"portfolio_pagination_type\";s:7:\"default\";s:26:\"portfolio_extra_pagination\";s:1:\"0\";s:27:\"portfolio_pagination_number\";s:0:\"\";s:25:\"portfolio_remove_comments\";s:1:\"0\";s:22:\"portfolio_rewrite_slug\";s:0:\"\";s:14:\"carousel-title\";s:0:\"\";s:13:\"carousel-link\";s:0:\"\";s:23:\"portfolio-sortable-text\";s:0:\"\";s:19:\"main-portfolio-link\";s:0:\"\";s:34:\"portfolio_same_category_single_nav\";s:1:\"0\";s:9:\"blog_type\";s:30:\"masonry-blog-full-screen-width\";s:18:\"blog_standard_type\";s:7:\"minimal\";s:17:\"blog_masonry_type\";s:16:\"classic_enhanced\";s:25:\"blog_auto_masonry_spacing\";s:3:\"8px\";s:22:\"blog_loading_animation\";s:11:\"perspective\";s:16:\"blog_header_type\";s:15:\"default_minimal\";s:17:\"blog_hide_sidebar\";s:1:\"1\";s:14:\"blog_enable_ss\";s:1:\"0\";s:24:\"blog_hide_featured_image\";s:1:\"1\";s:21:\"blog_archive_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:39:\"blog_post_header_inherit_featured_image\";s:1:\"0\";s:10:\"author_bio\";s:1:\"1\";s:17:\"blog_auto_excerpt\";s:1:\"1\";s:19:\"blog_excerpt_length\";s:2:\"15\";s:19:\"blog_next_post_link\";s:1:\"1\";s:25:\"blog_next_post_link_style\";s:19:\"fullwidth_next_prev\";s:18:\"blog_related_posts\";s:1:\"0\";s:24:\"blog_related_posts_style\";s:8:\"material\";s:29:\"blog_related_posts_title_text\";s:13:\"related_posts\";s:11:\"blog_social\";s:1:\"1\";s:17:\"blog_social_style\";s:18:\"fixed_bottom_right\";s:21:\"blog-facebook-sharing\";s:1:\"1\";s:20:\"blog-twitter-sharing\";s:1:\"1\";s:24:\"blog-google-plus-sharing\";s:1:\"1\";s:22:\"blog-pinterest-sharing\";s:1:\"1\";s:21:\"blog-linkedin-sharing\";s:1:\"1\";s:12:\"display_tags\";s:1:\"0\";s:17:\"display_full_date\";s:1:\"0\";s:20:\"blog_pagination_type\";s:15:\"infinite_scroll\";s:16:\"extra_pagination\";s:1:\"0\";s:18:\"recent-posts-title\";s:0:\"\";s:17:\"recent-posts-link\";s:0:\"\";s:23:\"blog_remove_single_date\";s:0:\"\";s:25:\"blog_remove_single_author\";s:0:\"\";s:33:\"blog_remove_single_comment_number\";s:0:\"\";s:30:\"blog_remove_single_nectar_love\";s:0:\"\";s:21:\"blog_remove_post_date\";s:0:\"\";s:23:\"blog_remove_post_author\";s:0:\"\";s:31:\"blog_remove_post_comment_number\";s:0:\"\";s:28:\"blog_remove_post_nectar_love\";s:0:\"\";s:21:\"search-results-layout\";s:15:\"list-no-sidebar\";s:30:\"search-results-header-bg-color\";s:0:\"\";s:32:\"search-results-header-font-color\";s:0:\"\";s:30:\"search-results-header-bg-image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"page-404-bg-color\";s:0:\"\";s:19:\"page-404-font-color\";s:0:\"\";s:17:\"page-404-bg-image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:31:\"page-404-bg-image-overlay-color\";s:0:\"\";s:20:\"page-404-home-button\";s:1:\"1\";s:24:\"sharing_btn_accent_color\";s:1:\"1\";s:12:\"facebook-url\";s:0:\"\";s:11:\"twitter-url\";s:0:\"\";s:15:\"google-plus-url\";s:0:\"\";s:9:\"vimeo-url\";s:0:\"\";s:12:\"dribbble-url\";s:0:\"\";s:13:\"pinterest-url\";s:0:\"\";s:11:\"youtube-url\";s:0:\"\";s:10:\"tumblr-url\";s:0:\"\";s:12:\"linkedin-url\";s:0:\"\";s:7:\"rss-url\";s:0:\"\";s:11:\"behance-url\";s:0:\"\";s:10:\"flickr-url\";s:0:\"\";s:11:\"spotify-url\";s:0:\"\";s:13:\"instagram-url\";s:33:\"https://www.instagram.com/DitayM/\";s:10:\"github-url\";s:0:\"\";s:17:\"stackexchange-url\";s:0:\"\";s:14:\"soundcloud-url\";s:0:\"\";s:6:\"vk-url\";s:0:\"\";s:8:\"vine-url\";s:0:\"\";s:9:\"houzz-url\";s:0:\"\";s:8:\"yelp-url\";s:0:\"\";s:12:\"snapchat-url\";s:0:\"\";s:12:\"mixcloud-url\";s:0:\"\";s:12:\"bandcamp-url\";s:0:\"\";s:15:\"tripadvisor-url\";s:0:\"\";s:12:\"telegram-url\";s:0:\"\";s:9:\"slack-url\";s:0:\"\";s:10:\"medium-url\";s:0:\"\";s:9:\"email-url\";s:0:\"\";s:9:\"phone-url\";s:0:\"\";s:10:\"zoom-level\";s:2:\"15\";s:15:\"enable-map-zoom\";s:1:\"1\";s:10:\"center-lat\";s:9:\"40.470688\";s:10:\"center-lng\";s:9:\"-3.691852\";s:14:\"use-marker-img\";s:1:\"1\";s:10:\"marker-img\";a:5:{s:3:\"url\";s:72:\"http://ditaymedia.com/wp-content/uploads/2018/09/LETSPICYOU_Cuadrado.png\";s:2:\"id\";s:4:\"6257\";s:6:\"height\";s:3:\"988\";s:5:\"width\";s:3:\"989\";s:9:\"thumbnail\";s:80:\"http://ditaymedia.com/wp-content/uploads/2018/09/LETSPICYOU_Cuadrado-150x150.png\";}s:20:\"enable-map-animation\";s:1:\"1\";s:11:\"map-point-1\";s:1:\"0\";s:9:\"latitude1\";s:0:\"\";s:10:\"longitude1\";s:0:\"\";s:9:\"map-info1\";s:0:\"\";s:11:\"map-point-2\";s:1:\"0\";s:9:\"latitude2\";s:0:\"\";s:10:\"longitude2\";s:0:\"\";s:9:\"map-info2\";s:0:\"\";s:11:\"map-point-3\";s:1:\"0\";s:9:\"latitude3\";s:0:\"\";s:10:\"longitude3\";s:0:\"\";s:9:\"map-info3\";s:0:\"\";s:11:\"map-point-4\";s:1:\"0\";s:9:\"latitude4\";s:0:\"\";s:10:\"longitude4\";s:0:\"\";s:9:\"map-info4\";s:0:\"\";s:11:\"map-point-5\";s:1:\"0\";s:9:\"latitude5\";s:0:\"\";s:10:\"longitude5\";s:0:\"\";s:9:\"map-info5\";s:0:\"\";s:11:\"map-point-6\";s:1:\"0\";s:9:\"latitude6\";s:0:\"\";s:10:\"longitude6\";s:0:\"\";s:9:\"map-info6\";s:0:\"\";s:11:\"map-point-7\";s:1:\"0\";s:9:\"latitude7\";s:0:\"\";s:10:\"longitude7\";s:0:\"\";s:9:\"map-info7\";s:0:\"\";s:11:\"map-point-8\";s:1:\"0\";s:9:\"latitude8\";s:0:\"\";s:10:\"longitude8\";s:0:\"\";s:9:\"map-info8\";s:0:\"\";s:11:\"map-point-9\";s:1:\"0\";s:9:\"latitude9\";s:0:\"\";s:10:\"longitude9\";s:0:\"\";s:9:\"map-info9\";s:0:\"\";s:12:\"map-point-10\";s:1:\"0\";s:10:\"latitude10\";s:0:\"\";s:11:\"longitude10\";s:0:\"\";s:10:\"map-info10\";s:0:\"\";s:20:\"add-remove-locations\";s:0:\"\";s:13:\"map-greyscale\";s:1:\"0\";s:9:\"map-color\";s:0:\"\";s:14:\"map-ultra-flat\";s:0:\"\";s:21:\"map-dark-color-scheme\";s:0:\"\";s:24:\"slider-caption-animation\";s:1:\"1\";s:23:\"slider-background-cover\";s:1:\"1\";s:15:\"slider-autoplay\";s:1:\"1\";s:20:\"slider-advance-speed\";s:0:\"\";s:22:\"slider-animation-speed\";s:0:\"\";s:13:\"slider-height\";s:0:\"\";s:15:\"slider-bg-color\";s:7:\"#000000\";}','yes'),(165,'salient_redux-transients','a:4:{s:14:\"changed_values\";a:2:{s:8:\"last_tab\";s:2:\"35\";s:23:\"enable_social_in_header\";s:1:\"1\";}s:9:\"last_save\";i:1563266956;s:13:\"last_compiler\";i:1561024823;s:11:\"last_import\";i:1561024823;}','yes'),(185,'woocommerce_allowed_countries','all','yes'),(186,'woocommerce_all_except_countries','','yes'),(187,'woocommerce_specific_allowed_countries','','yes'),(188,'woocommerce_ship_to_countries','','yes'),(189,'woocommerce_specific_ship_to_countries','','yes'),(190,'woocommerce_default_customer_address','geolocation','yes'),(191,'woocommerce_calc_taxes','no','yes'),(192,'woocommerce_enable_coupons','yes','yes'),(176,'vc_version','5.6','yes'),(177,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.1.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1536752606;s:7:\"version\";s:5:\"5.0.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(180,'woocommerce_store_address','','yes'),(181,'woocommerce_store_address_2','','yes'),(193,'woocommerce_calc_discounts_sequentially','no','no'),(194,'woocommerce_currency','GBP','yes'),(195,'woocommerce_currency_pos','left','yes'),(196,'woocommerce_price_thousand_sep',',','yes'),(197,'woocommerce_price_decimal_sep','.','yes'),(198,'woocommerce_price_num_decimals','2','yes'),(199,'woocommerce_shop_page_id','','yes'),(200,'woocommerce_cart_redirect_after_add','no','yes'),(201,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(202,'woocommerce_weight_unit','kg','yes'),(203,'woocommerce_dimension_unit','cm','yes'),(204,'woocommerce_enable_reviews','yes','yes'),(205,'woocommerce_review_rating_verification_label','yes','no'),(206,'woocommerce_review_rating_verification_required','no','no'),(207,'woocommerce_enable_review_rating','yes','yes'),(208,'woocommerce_review_rating_required','yes','no'),(209,'woocommerce_manage_stock','yes','yes'),(210,'woocommerce_hold_stock_minutes','60','no'),(211,'woocommerce_notify_low_stock','yes','no'),(212,'woocommerce_notify_no_stock','yes','no'),(213,'woocommerce_stock_email_recipient','miguel@ditaymedia.com','no'),(214,'woocommerce_notify_low_stock_amount','2','no'),(215,'woocommerce_notify_no_stock_amount','0','yes'),(216,'woocommerce_hide_out_of_stock_items','no','yes'),(217,'woocommerce_stock_format','','yes'),(218,'woocommerce_file_download_method','force','no'),(219,'woocommerce_downloads_require_login','no','no'),(220,'woocommerce_downloads_grant_access_after_payment','yes','no'),(221,'woocommerce_prices_include_tax','no','yes'),(222,'woocommerce_tax_based_on','shipping','yes'),(223,'woocommerce_shipping_tax_class','inherit','yes'),(224,'woocommerce_tax_round_at_subtotal','no','yes'),(225,'woocommerce_tax_classes','Tasa reducida\nTasa cero','yes'),(226,'woocommerce_tax_display_shop','excl','yes'),(227,'woocommerce_tax_display_cart','excl','yes'),(228,'woocommerce_price_display_suffix','','yes'),(229,'woocommerce_tax_total_display','itemized','no'),(230,'woocommerce_enable_shipping_calc','yes','no'),(231,'woocommerce_shipping_cost_requires_address','no','yes'),(232,'woocommerce_ship_to_destination','billing','no'),(233,'woocommerce_shipping_debug_mode','no','yes'),(234,'woocommerce_enable_guest_checkout','yes','no'),(235,'woocommerce_enable_checkout_login_reminder','no','no'),(236,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(237,'woocommerce_enable_myaccount_registration','no','no'),(238,'woocommerce_registration_generate_username','yes','no'),(239,'woocommerce_registration_generate_password','yes','no'),(240,'woocommerce_erasure_request_removes_order_data','no','no'),(241,'woocommerce_erasure_request_removes_download_data','no','no'),(242,'wp_page_for_privacy_policy','','yes'),(243,'woocommerce_registration_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web, gestionar el acceso a tu cuenta y otros propósitos descritos en nuestra [privacy_policy].','yes'),(244,'woocommerce_checkout_privacy_policy_text','Tus datos personales se utilizarán para procesar tu pedido, mejorar tu experiencia en esta web y otros propósitos descritos en nuestra [privacy_policy].','yes'),(245,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(246,'woocommerce_trash_pending_orders','','no'),(247,'woocommerce_trash_failed_orders','','no'),(248,'woocommerce_trash_cancelled_orders','','no'),(249,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(250,'woocommerce_email_from_name','WordPress','no'),(251,'woocommerce_email_from_address','miguel@ditaymedia.com','no'),(252,'woocommerce_email_header_image','','no'),(253,'woocommerce_email_footer_text','{site_title}','no'),(254,'woocommerce_email_base_color','#96588a','no'),(255,'woocommerce_email_background_color','#f7f7f7','no'),(256,'woocommerce_email_body_background_color','#ffffff','no'),(257,'woocommerce_email_text_color','#3c3c3c','no'),(258,'woocommerce_cart_page_id','','yes'),(259,'woocommerce_checkout_page_id','','yes'),(260,'woocommerce_myaccount_page_id','','yes'),(261,'woocommerce_terms_page_id','','no'),(262,'woocommerce_force_ssl_checkout','no','yes'),(263,'woocommerce_unforce_ssl_checkout','no','yes'),(264,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(265,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(266,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(267,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(268,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(269,'woocommerce_myaccount_orders_endpoint','orders','yes'),(270,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(271,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(272,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(273,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(274,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(275,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(276,'woocommerce_logout_endpoint','customer-logout','yes'),(277,'woocommerce_api_enabled','no','yes'),(278,'woocommerce_single_image_width','600','yes'),(279,'woocommerce_thumbnail_image_width','300','yes'),(280,'woocommerce_checkout_highlight_required_fields','yes','yes'),(281,'woocommerce_demo_store','no','no'),(282,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"producto\";s:13:\"category_base\";s:18:\"categoria-producto\";s:8:\"tag_base\";s:17:\"etiqueta-producto\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(283,'current_theme_supports_woocommerce','yes','yes'),(284,'woocommerce_queue_flush_rewrite_rules','no','yes'),(328,'product_cat_children','a:0:{}','yes'),(287,'default_product_cat','15','yes'),(341,'new_admin_email','miguel@ditaymedia.com','yes'),(345,'widget_recent-projects','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(308,'woocommerce_meta_box_errors','a:0:{}','yes'),(290,'woocommerce_version','3.4.5','yes'),(291,'woocommerce_db_version','3.4.5','yes'),(292,'woocommerce_admin_notices','a:2:{i:0;s:7:\"install\";i:1;s:20:\"no_secure_connection\";}','yes'),(294,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(295,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(296,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(297,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(298,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(299,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(300,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(301,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(302,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(303,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(304,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(305,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(346,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','yes'),(492,'update_control_options','a:12:{s:6:\"active\";s:2:\"no\";s:4:\"core\";s:5:\"minor\";s:11:\"translation\";b:1;s:11:\"emailactive\";s:3:\"yes\";s:12:\"successemail\";b:1;s:12:\"failureemail\";b:1;s:13:\"criticalemail\";b:1;s:6:\"plugin\";b:0;s:5:\"theme\";b:0;s:14:\"toggleadvanced\";s:4:\"hide\";s:8:\"vcscheck\";b:0;s:10:\"debugemail\";b:0;}','yes'),(344,'widget_recent-posts-extra','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(340,'WPLANG','es_ES','yes'),(315,'wbc_import_progress','a:3:{s:10:\"total_post\";i:49;s:14:\"imported_count\";i:49;s:9:\"remaining\";i:0;}','yes'),(796,'category_children','a:0:{}','yes'),(780,'slider-locations_children','a:0:{}','yes'),(782,'project-attributes_children','a:0:{}','yes'),(323,'wbc_imported_demos','a:4:{s:12:\"wbc-import-9\";a:6:{s:9:\"directory\";s:15:\"Company-Startup\";s:8:\"imported\";s:8:\"imported\";s:7:\"widgets\";s:11:\"widgets.txt\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:13:\"theme_options\";s:17:\"theme-options.txt\";}s:13:\"wbc-import-20\";a:6:{s:9:\"directory\";s:17:\"Minimal Portfolio\";s:12:\"content_file\";s:11:\"content.xml\";s:13:\"theme_options\";s:17:\"theme-options.txt\";s:7:\"widgets\";s:11:\"widgets.txt\";s:5:\"image\";s:16:\"screen-image.jpg\";s:8:\"imported\";s:8:\"imported\";}s:13:\"wbc-import-11\";a:6:{s:9:\"directory\";s:11:\"Corporate-2\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:7:\"widgets\";s:11:\"widgets.txt\";s:13:\"theme_options\";s:17:\"theme-options.txt\";s:8:\"imported\";s:8:\"imported\";}s:13:\"wbc-import-24\";a:6:{s:9:\"directory\";s:11:\"Photography\";s:12:\"content_file\";s:11:\"content.xml\";s:5:\"image\";s:16:\"screen-image.jpg\";s:13:\"theme_options\";s:17:\"theme-options.txt\";s:7:\"widgets\";s:11:\"widgets.txt\";s:8:\"imported\";s:8:\"imported\";}}','yes'),(419,'wpb_js_templates','a:2:{s:19:\"contacto_2015143136\";a:2:{s:4:\"name\";s:8:\"Contacto\";s:8:\"template\";s:2865:\"[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" enable_gradient=\"true\" color_overlay=\"rgba(52,82,255,0.93)\" color_overlay_2=\"rgba(255,16,83,0.92)\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" bottom_padding=\"7%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\n<h5>Available booking space</h5>\n<h2>Have a project in mind?</h2>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\n<h5 style=\"text-align: center;\">Check this out.</h5>\n<h2 style=\"text-align: center;\">This are is where\nyour text or contact\nform can go.</h2>\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]\";}s:15:\"mapa_1670107722\";a:2:{s:4:\"name\";s:4:\"Mapa\";s:8:\"template\";s:843:\"[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"39.955\" map_center_lng=\"-75.171\" map_markers=\"39.949|-75.171|Our Location\"][/vc_column][/vc_row]\";}}','no'),(859,'duplicator_settings','a:12:{s:7:\"version\";s:5:\"1.3.4\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"active_package_id\";i:7;}','yes'),(1359,'vp_general','','yes'),(1360,'vp_popup_gallery','','yes'),(5141,'wpsupercache_start','1548951248','yes'),(5142,'wpsupercache_count','0','yes'),(910,'gadwp_redeemed_code','4/gwGHKy8i4_FWcEddHlF8QADNkBL5-g0eC6N2fomnhWOnEZyOpE4DuQE','yes'),(905,'aioseop_options','a:80:{s:16:\"aiosp_home_title\";N;s:22:\"aiosp_home_description\";s:0:\"\";s:20:\"aiosp_togglekeywords\";i:1;s:19:\"aiosp_home_keywords\";N;s:26:\"aiosp_use_static_home_info\";i:0;s:9:\"aiosp_can\";i:1;s:30:\"aiosp_no_paged_canonical_links\";i:0;s:31:\"aiosp_customize_canonical_links\";i:0;s:20:\"aiosp_rewrite_titles\";i:1;s:20:\"aiosp_force_rewrites\";i:1;s:24:\"aiosp_use_original_title\";i:0;s:28:\"aiosp_home_page_title_format\";s:12:\"%page_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:30:\"%archive_title% | %blog_title%\";s:23:\"aiosp_date_title_format\";s:21:\"%date% | %blog_title%\";s:25:\"aiosp_author_title_format\";s:23:\"%author% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:45:\"No se ha encontrado nada para %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:17:\"aiosp_cpostactive\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_cpostadvanced\";i:0;s:18:\"aiosp_cpostnoindex\";a:0:{}s:19:\"aiosp_cpostnofollow\";a:0:{}s:17:\"aiosp_cposttitles\";i:0;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"aiosp_google_verify\";s:0:\"\";s:17:\"aiosp_bing_verify\";s:0:\"\";s:22:\"aiosp_pinterest_verify\";s:0:\"\";s:22:\"aiosp_google_publisher\";s:0:\"\";s:28:\"aiosp_google_disable_profile\";i:0;s:29:\"aiosp_google_sitelinks_search\";N;s:26:\"aiosp_google_set_site_name\";N;s:30:\"aiosp_google_specify_site_name\";N;s:28:\"aiosp_google_author_advanced\";i:0;s:28:\"aiosp_google_author_location\";a:1:{i:0;s:3:\"all\";}s:29:\"aiosp_google_enable_publisher\";s:2:\"on\";s:30:\"aiosp_google_specify_publisher\";N;s:25:\"aiosp_google_analytics_id\";N;s:25:\"aiosp_ga_advanced_options\";s:2:\"on\";s:15:\"aiosp_ga_domain\";N;s:21:\"aiosp_ga_multi_domain\";i:0;s:21:\"aiosp_ga_addl_domains\";N;s:21:\"aiosp_ga_anonymize_ip\";N;s:28:\"aiosp_ga_display_advertising\";N;s:22:\"aiosp_ga_exclude_users\";N;s:29:\"aiosp_ga_track_outbound_links\";i:0;s:25:\"aiosp_ga_link_attribution\";i:0;s:27:\"aiosp_ga_enhanced_ecommerce\";i:0;s:20:\"aiosp_use_categories\";i:0;s:26:\"aiosp_use_tags_as_keywords\";i:1;s:32:\"aiosp_dynamic_postspage_keywords\";i:1;s:22:\"aiosp_category_noindex\";i:1;s:26:\"aiosp_archive_date_noindex\";i:1;s:28:\"aiosp_archive_author_noindex\";i:1;s:18:\"aiosp_tags_noindex\";i:0;s:20:\"aiosp_search_noindex\";i:0;s:17:\"aiosp_404_noindex\";i:0;s:17:\"aiosp_tax_noindex\";a:0:{}s:23:\"aiosp_paginated_noindex\";i:0;s:24:\"aiosp_paginated_nofollow\";i:0;s:27:\"aiosp_generate_descriptions\";i:0;s:18:\"aiosp_skip_excerpt\";i:0;s:20:\"aiosp_run_shortcodes\";i:0;s:33:\"aiosp_hide_paginated_descriptions\";i:0;s:32:\"aiosp_dont_truncate_descriptions\";i:0;s:19:\"aiosp_schema_markup\";i:1;s:20:\"aiosp_unprotect_meta\";i:0;s:33:\"aiosp_redirect_attachement_parent\";i:0;s:14:\"aiosp_ex_pages\";s:0:\"\";s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:21:\"aiosp_front_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:12:\"aiosp_do_log\";N;s:19:\"last_active_version\";s:5:\"3.1.1\";}','yes'),(5316,'wpsc_feed_list','a:0:{}','yes'),(887,'cdp_cookies_posicion_solapa','ocultar','yes'),(888,'cdp_cookies_alineacion','cen','yes'),(889,'cdp_cookies_tema','gris','yes'),(890,'cdp_cookies_enlace_politica','http://ditaymedia.com/','yes'),(891,'cdp_cookies_enlace_mas_informacion','http://ditaymedia.com/','yes'),(892,'cdp_cookies_texto_aviso','<p {estilo_texto}>Este sitio web utiliza cookies para que usted tenga la mejor experiencia de usuario. Si continúa navegando está dando su consentimiento para la aceptación de las mencionadas cookies.</p>','yes'),(893,'cdp_cookies_tam_fuente','12px','yes'),(3757,'show_comments_cookies_opt_in','0','yes'),(12602,'recovery_keys','a:0:{}','yes'),(22165,'gadwp_cache_errors_count','a:2:{s:5:\"value\";i:3;s:7:\"expires\";i:1590652800;}','no'),(12735,'_transient_health-check-site-status-result','{\"good\":\"10\",\"recommended\":\"4\",\"critical\":\"1\",\"0\":\"NaN\"}','yes'),(3734,'duplicator_package_active','O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-27 17:43:10\";s:7:\"Version\";s:6:\"1.3.14\";s:9:\"VersionWP\";s:5:\"5.2.2\";s:9:\"VersionDB\";s:6:\"5.6.47\";s:10:\"VersionPHP\";s:6:\"7.2.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"20200527_ditaymedia\";s:4:\"Hash\";s:35:\"5252feed2c7a1ed94402_20200527174310\";s:8:\"NameHash\";s:55:\"20200527_ditaymedia_5252feed2c7a1ed94402_20200527174310\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:37:\"/home/ditaymedzf/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:35:\"http://ditaymedia.com/wp-snapshots/\";s:8:\"ScanFile\";s:65:\"20200527_ditaymedia_5252feed2c7a1ed94402_20200527174310_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:20:\"/home/ditaymedzf/www\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":5:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":6:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":25:{s:7:\"Created\";s:19:\"2020-05-27 17:43:10\";s:7:\"Version\";s:6:\"1.3.14\";s:9:\"VersionWP\";s:5:\"5.2.2\";s:9:\"VersionDB\";s:6:\"5.6.47\";s:10:\"VersionPHP\";s:6:\"7.2.30\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:19:\"20200527_ditaymedia\";s:4:\"Hash\";s:35:\"5252feed2c7a1ed94402_20200527174310\";s:8:\"NameHash\";s:55:\"20200527_ditaymedia_5252feed2c7a1ed94402_20200527174310\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:37:\"/home/ditaymedzf/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:35:\"http://ditaymedia.com/wp-snapshots/\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:23;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:28:\"MySQL Community Server (GPL)\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":15:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:29:\"/home/ditaymedzf/www/wp-admin\";i:1;s:39:\"/home/ditaymedzf/www/wp-content/uploads\";i:2;s:41:\"/home/ditaymedzf/www/wp-content/languages\";i:3;s:38:\"/home/ditaymedzf/www/wp-content/themes\";i:4;s:32:\"/home/ditaymedzf/www/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:20:\"/home/ditaymedzf/www\";i:1;s:31:\"/home/ditaymedzf/www/wp-content\";}}s:9:\"Installer\";r:86;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:128;}','yes'),(12561,'duplicator_exe_safe_mode','0','yes'),(3735,'duplicator_ui_view_state','a:5:{s:22:\"dup-pack-storage-panel\";s:1:\"1\";s:22:\"dup-pack-archive-panel\";s:1:\"1\";s:19:\"dup-pack-build-try1\";s:1:\"1\";s:19:\"dup-pack-build-try2\";s:1:\"1\";s:24:\"dup-pack-installer-panel\";s:1:\"1\";}','yes'),(5134,'ossdl_off_cdn_url','http://ditaymedia.com','yes'),(5135,'ossdl_off_blog_url','http://ditaymedia.com','yes'),(5136,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(5137,'ossdl_off_exclude','.php','yes'),(5138,'ossdl_cname','','yes'),(5146,'wpsupercache_gc_time','1560359297','yes'),(5139,'wp_super_cache_index_detected','3','no'),(22168,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1590644543','no'),(22169,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1590601343','no'),(22170,'_transient_timeout_dash_v2_c05853b002c443ec8e57ff884f56cdde','1590644543','no'),(22171,'_transient_dash_v2_c05853b002c443ec8e57ff884f56cdde','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://es.wordpress.org/2020/04/30/wordpress-5-4-1/\'>WordPress 5.4.1</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ma.tt/2020/05/celebrate-seventeen/\'>Matt: Celebrate Seventeen</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/how-the-wordpress-community-contributes-to-human-development/#utm_source=rss&utm_medium=rss&utm_campaign=how-the-wordpress-community-contributes-to-human-development\'>HeroPress: How the WordPress community contributes to human development</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/diving-into-automattics-block-experiments?utm_source=rss&utm_medium=rss&utm_campaign=diving-into-automattics-block-experiments\'>WPTavern: Diving Into Automattic’s Block Experiments</a></li></ul></div>','no'),(22166,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1590644543','no'),(22167,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Celebrate Seventeen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=51577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2020/05/celebrate-seventeen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1158:\"<p>May 27th, 17 years ago, the first release of WordPress was put into the world by Mike Little and myself. It did not have an installer, upgrades, WYSIWYG editor (or hardly any Javascript), comment spam protection, clean permalinks, caching, widgets, themes, plugins, business model, or any funding.</p>\n\n\n\n<p><em>The main feedback we got at the time was that the blogging software market was saturated and there wasn’t room or need for anything new.</em></p>\n\n\n\n<p>WordPress did have a philosophy, an active blog, a license that protected the freedom of its users and developers, a love of typography, a belief that code is poetry, fantastic support forums and mailing lists and IRC, and firm sense that building software is more fun when you do it together as a community.</p>\n\n\n\n<p>We have relentlessly iterated across 38 major releases since then, and here we are.</p>\n\n\n\n<p>If you’d like to celebrate with me, put on some jazz, eat some BBQ, light a candle for the contributors who have passed on, help a friend or stranger less technical than you build a home online, and remember that technology is at its best when it brings people together.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 May 2020 15:48:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"HeroPress: How the WordPress community contributes to human development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"https://heropress.com/essays/how-the-wordpress-community-contributes-to-human-development/#utm_source=rss&utm_medium=rss&utm_campaign=how-the-wordpress-community-contributes-to-human-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9273:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2020/05/052620-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress and the open-source community in general seem to reflect the “ubuntu” ethics.\" /><p><i>In the beginning WordPress being an “</i><a href=\"https://www.wpbeginner.com/glossary/open-source/\">open-source</a><i>” platform concept was only an idea by Matt Mullenweg that was supposed to gather people to contribute for free for a greater cause with no guaranteed success. The idea to gather people around a vague and non-profit cause would not have succeeded without the generosity of WordPress pioneers, believing in humanity and transferring their knowledge to others for free.</i></p>\n<p><i>Nowadays, the WordPress community gathers millions of professionals worldwide. </i></p>\n<p><b><i>WordPress enthusiasts have changed the world we live in and contributed to human development from many aspects.</i></b></p>\n<p><i>In the later text we will explain how contributing to WordPress would be considered contributing to humanity development, similar to “<a href=\"https://en.wikipedia.org/wiki/Ubuntu_philosophy\">ubuntu</a>” African philosophy.</i></p>\n<p> </p>\n<p>So, let’s start from the beginning.</p>\n<p>Many socio-economic theorists condition the survival of humanity by their members’ regular contribution. So, <a href=\"https://www.nature.com/articles/nnano.2015.317?error=cookies_not_supported&code=8c384729-1d47-488b-aa97-8908ba88d642\">physicists or chemists work jointly</a> as professional communities contributing to overall science development. Farmers work closely with the agricultural industry in finding the solution to resolve the issue of hunger worldwide, etc.</p>\n<p>All those community members contribute in many different forms; either by revealing their discoveries to other members, or testing their new hypotheses. Sustainability and survival of communities depend on the contribution of their members.</p>\n<p>Thanks to Internet development and its ease of access, breakthroughs in human development are just a click away from us.</p>\n<p>As such, web designers and developers play an important role in numerous web data systematizations and content design of each website, enabling a wider global audience to find relevant information and apply those new discoveries in their activities.</p>\n<p>Sometimes one-click localization is required, or a plugin/theme code change. Very often those requests are repetitive and come from different territories, and this is where the WordPress community jumps in with their skills relevant to resolving those requests.</p>\n<p>Roughly there are <a href=\"https://www.infoplease.com/askeds/how-many-spoken-languages\">6.500 different languages</a> in the world. If there were no WP community efforts, each WordPress developer would have to localize or translate each plugin for themselves for instance. Just imagine the amount of time each of us would have had to spend in order to create a desired website.</p>\n<p>WordPress group contributions save significant amount of time for #MakersOfTheWeb, assisting the global non-tech community to present their business or philanthropic achievements worldwide. Timely published information or findings could change people’s lives.</p>\n<p>Deductive conclusion could be that efforts related to WordPress development are the direct assistance to human sustainable development.</p>\n<h3>Time of crisis</h3>\n<p>Nowadays more than ever, solidarity and compassion have become building blocks of humanity. One could say that hard times bring people together; or perhaps could bring out the best in them, consciously or subconsciously. The current world health crisis has surfaced many social and economic problems, but also has led us to understand new and, perhaps, some forgotten values.</p>\n<p><b><i>Joining forces, creating new values or adding to the existing ones are critical to community sustainability in general, similar to the concept of “</i></b><a href=\"https://www.thoughtco.com/the-meaning-of-ubuntu-43307\"><b>ubuntu</b></a><b><i>.” </i></b></p>\n<h3>What is the digital “ubuntu” of WordPress?</h3>\n<p>For all the tech geeks out there, the free, open-source Linux distribution is not the center of our pledge. The “ubuntu” concept, as said by <a href=\"https://en.wikipedia.org/wiki/Nelson_Mandela\">Nelson Mandela</a>, is the profound sense <a href=\"https://www.revolt.tv/2018/7/18/20822300/remembering-nelson-mandela-through-the-power-of-ubuntu-and-essential-quotes\">“<b>that we are human only through the humanity of others</b></a>. If we are to accomplish anything in this world, it will in equal measure be due to the work and achievements of others”.</p>\n<p>WordPress and the open-source community in general seem to reflect the “ubuntu” ethics.</p>\n<p>The number of WordPress contributors have been increasing over the time, surging in the past couple of weeks, aiming at providing ease for groups or individuals worldwide in the time of crisis. Companies and individuals are joining forces to support each other in crisis time proving the postulate that humanity can only exist if individuals join forces.</p>\n<h3>How can you contribute?</h3>\n<p>Choose your own way.</p>\n<ol>\n<li>You might want to share knowledge, expertise or perhaps come up with new tech solutions and there are plenty of opportunities out there. Each WordCamp hosts a number of tracks which you could join; Polyglots, WPTV, Marketing, Community, Core, etc. Your contribution might look insignificant to you from the perspective of what should be done in general, but combined efforts do make change. After all, <a href=\"https://en.wikipedia.org/wiki/Rome_wasn%27t_built_in_a_day\">Rome was not built in a day</a>.</li>\n<li>You might be creative enough and propose a new business model within a certain industry. Challenging times bring out the leaders with unconventional visions. As Roy. T Bennett said: “Never stop dreaming, never stop believing, never give up, never stop trying, and never stop learning.”</li>\n<li>You might want to assist elderly in your neighborhood, or provide online support to vulnerable communities.</li>\n<li>You might want to save strained animals, or feed those while searching for new owners.</li>\n</ol>\n<p>Everything you do, regardless of your intention has a much larger reach that you can even imagine.</p>\n<p>Now is the time to adopt new habits and start understanding the consequence of our behavior and intentions. It’s about achieving “ubuntu”, and not getting the recognition for contribution or efforts made.</p>\n<p>We found our “ubuntu” and we were not surprised when we learned that WordPress is all about it.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: How the WordPress community contributes to human development\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=How%20the%20WordPress%20community%20contributes%20to%20human%20development&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-the-wordpress-community-contributes-to-human-development%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: How the WordPress community contributes to human development\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-the-wordpress-community-contributes-to-human-development%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fhow-the-wordpress-community-contributes-to-human-development%2F&title=How+the+WordPress+community+contributes+to+human+development\" rel=\"nofollow\" target=\"_blank\" title=\"Share: How the WordPress community contributes to human development\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/how-the-wordpress-community-contributes-to-human-development/&media=https://heropress.com/wp-content/uploads/2020/05/052620-min-150x150.jpg&description=How the WordPress community contributes to human development\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: How the WordPress community contributes to human development\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/how-the-wordpress-community-contributes-to-human-development/\" title=\"How the WordPress community contributes to human development\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/how-the-wordpress-community-contributes-to-human-development/\">How the WordPress community contributes to human development</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 May 2020 08:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Maja LoncarNoah PlumbPredrag Zdravkovic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Diving Into Automattic’s Block Experiments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/diving-into-automattics-block-experiments?utm_source=rss&utm_medium=rss&utm_campaign=diving-into-automattics-block-experiments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5741:\"<p class=\"has-drop-cap\">One of the repositories I have been keeping an eye on over the past few months is <a href=\"https://github.com/Automattic/block-experiments\">Block Experiments</a>. It is a <em>monorepo</em> of blocks in various stages of development from Automattic. In total, five of the team’s block experiments are now available for download from the plugin directory. Three others seem to still be under development.</p>\n\n\n\n<p>My interest was first piqued when I saw the company’s <a href=\"https://wordpress.org/plugins/starscape/\">Starscape Block</a> plugin. The plugin essentially did something that I had needed on a separate project more than a year ago. If it had existed at the time, it would have saved me from a headache or two, attempting to mix custom HTML into a page that was mostly made from blocks. Since then, I have taken a few moments to check in on what the team has been building.</p>\n\n\n\n<p>Except for <a href=\"https://wordpress.org/plugins/bauhaus-centenary/\">Bauhaus Centenary Block</a>, which is likely only of interest to designers as something fun, most of the block plugins should be useful for many users. </p>\n\n\n\n<p>Surprisingly, the team has failed to add the “block” tag to all of its block plugins, so not all of these are listed in the official <a href=\"https://wordpress.org/plugins/browse/block/\">block directory</a>. It is likely an oversight that will be corrected at some point. For now, it just makes it a little harder for those of us looking for standalone block plugins to find them.</p>\n\n\n\n<h2>Starscape Block</h2>\n\n\n\n<img />Configuring the Starscape block.\n\n\n\n<p class=\"has-drop-cap\">The <a href=\"https://wordpress.org/plugins/starscape/\">Starscape Block</a> plugin creates a container with a background of moving stars. End-users can control the density and speed of the stars. The block provides two gradient background options (linear or radial) along with 12 predefined gradient colors to select from. Users can also control the color of the single text input it provides.</p>\n\n\n\n<p>The biggest downside of this block at the moment is that it does not behave the same way as the core Cover or Group block. There is no way for users to add anything but a single line of text through a rich text field. If the team would open it up to allow for nested blocks, it would be far more useful.</p>\n\n\n\n<p>There is a lot that is possible with this block if the team pushes the envelope a little more. For example, it would also be interesting to have the ability to layer the stars over an image background, such as a cityscape or forest.</p>\n\n\n\n<h2>Waves Block</h2>\n\n\n\n<img />Adding custom content within the Waves block.\n\n\n\n<p class=\"has-drop-cap\">Similar to Starscape Block, the <a href=\"https://wordpress.org/plugins/waves/\">Waves Block</a> plugin creates a container block with a moving background. Instead of stars, the background is made up of — you guessed it — waves. It is not a simple copy of a plugin that does the same thing. The Waves block is a more robust solution. It works almost the same as the core Cover block and allows other blocks nested inside.</p>\n\n\n\n<p>End-users can control the complexity, mouse speed, and fluid speed of the waves. They can also set the minimum height of the container and choose the four colors that create the effect of flowing waves.</p>\n\n\n\n<p>This block was fun to play around with. Users could create some interesting hero-style page headers with this plugin, especially when WordPress treats the post title/header area as a block container in the future.</p>\n\n\n\n<h2>Event Block</h2>\n\n\n\n<img />Setting up a custom event with the Event block.\n\n\n\n<p class=\"has-drop-cap\">More often than not, on most projects that I have worked on that posted events, it was typically a single event once in a while. Many of the event management plugins were overkill. Several times in the past, I have built a widget or a simple shortcode to output a basic event notice. For end-users who need a basic method of outputting an event notification on their sites, the <a href=\"https://wordpress.org/plugins/event/\">Event Block</a> plugin may be the best option.</p>\n\n\n\n<p>It is a standalone block that allows users to enter an event title, date, location, description, and image. It is a simple, no-fuss solution.</p>\n\n\n\n<p>One missing component I would like to see with this block is the ability to add both a start and end date. For multi-day events, users must provide that information in the description box, which would be acceptable for most use cases. However, the full event date would be better served via the “when” field.</p>\n\n\n\n<h2>Layout Grid Block</h2>\n\n\n\n<img />Creating a book section with the Layout Grid block.\n\n\n\n<p class=\"has-drop-cap\">We have previously covered the <a href=\"https://wordpress.org/plugins/layout-grid\">Layout Grid Block</a> plugin in a post on whether core <a href=\"https://wptavern.com/should-the-block-editor-have-a-grid-system\">WordPress should include a grid system</a>. However, it is worth noting this block is a part of Automattic’s experimental block repository. The plugin has also been updated and improved since the Tavern’s last look. It worked well before, but some minor bug fixes have drastically improved its usability.</p>\n\n\n\n<p>Layout Grid Block is quickly becoming one of my favorite plugins for creating columns. It is easy to set up between two and four columns of content and change how the content is displayed based on the screen size. Some of the other plugins I have tested are more powerful. However, some of those tend to be more complicated than what the average user may need. This plugin will likely fit the bill for many use cases.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 May 2020 20:34:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPTavern: WordCamp Europe 2020 Announces Schedule, Plans to Debut Networking Rooms and Virtual Sponsor Booths\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:261:\"https://wptavern.com/wordcamp-europe-2020-announces-schedule-plans-to-debut-networking-rooms-and-virtual-sponsor-booths?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-announces-schedule-plans-to-debut-networking-rooms-and-virtual-sponsor-booths\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2328:\"<p>The 8th annual <a href=\"https://2020.europe.wordcamp.org\">WordCamp Europe</a> is only 9 days away and organizers have just announced the schedule. Friday and Saturday sessions are split into two tracks that will run 30-minute talks simultaneously. Each talk is followed by a 10-minute Q&A. The schedule also mixes in a few 10-minute lightning talks, with 15-minute breaks every hour.</p>\n\n\n\n<p>The WordCamp will feature a variety of topics of interest to WordPress professionals and enthusiasts, including freelancing, code review, art direction with Gutenberg, website security, growing communities, and the challenges of headless WordPress. The online <a href=\"https://2020.europe.wordcamp.org/schedule/\">schedule</a> allows users to save their favorite sessions and then email them, share a link, or print the customized schedule.</p>\n\n\n\n<img />\n\n\n\n<p>In converting the event to be fully online, WCEU PR Team co-organizer Evangelia Pappa said they had to re-work some of their original plans for speakers. Not all previously scheduled speakers were available for an online session. The organizers also had to start from scratch in planning the event, determining the platforms and tools to use, as well as figuring out a new routine for working together from home.</p>\n\n\n\n<p>For the first time in WCEU history, both the networking activities and sponsor booths are going virtual using Zoom. Organizers are planning to have two networking rooms, which can also be used for speakers who want to continue Q&A times with attendees following their sessions. Sponsors will have their own schedule of activities and webinars, expanding the event to 3-4 total tracks.</p>\n\n\n\n<p>Pappa said the organizing team was inspired by WordCamp Spain, which has so far been the largest online WordPress event. The camp used Zoom to support 5,515 online attendees. </p>\n\n\n\n<p>More than 5,650 people have already registered for WCEU 2020. <a href=\"https://2020.europe.wordcamp.org/tickets/\">Tickets</a> continue to be released in batches, and organizers say they have an unlimited number available. Tickets for the virtual Contributor Day, which precedes the<strong> </strong>camp on June 4, are also still available. Attendees can indicate interest by checking the box for Contributor Day during the regular ticket signup process.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 May 2020 15:03:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Shinobi Blocks WordPress Plugin Adds How-To and FAQ Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=100011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/shinobi-blocks-wordpress-plugin-adds-how-to-and-faq-blocks?utm_source=rss&utm_medium=rss&utm_campaign=shinobi-blocks-wordpress-plugin-adds-how-to-and-faq-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4929:\"<p class=\"has-drop-cap\">Shinobi Works, a web development and illustration company based in Japan, released <a href=\"https://wordpress.org/plugins/shinobi-blocks\">Shinobi Blocks</a> last week. It is the second plugin the team has added to the WordPress plugin directory. The plugin is a block collection that currently has two blocks for creating how-to and FAQ sections on a site.</p>\n\n\n\n<p>Overall, the blocks work well. The developers also make sure to only load any scripts or styles on the front end when the blocks are in use, so it should not add any weight to page speed across the site.</p>\n\n\n\n<p>The largest downside of the plugin is that neither of its blocks has wide or full alignment options. This is one feature that I am hoping more block developers begin to add support for. It takes <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-registration/#supports-optional\">minimal code</a> and would make blocks more flexible for end-users. The workaround is to wrap the blocks in a core Group block and add alignment to it.</p>\n\n\n\n<p>As a user, I would like to see the How-To block split into its own, single-purpose block. It would be a nice addition to the official WordPress <a href=\"https://wordpress.org/plugins/browse/block\">block directory</a> as a standalone solution for users.</p>\n\n\n\n<p>Right now, there seems to be a bit of a mad race toward who can build the biggest block collection plugins. It is unclear what the future of Shinobi Blocks holds. Given that it is early in its life as a plugin, I would urge the plugin authors to consider building single-use blocks. This way, users can install only the blocks they need on their sites.</p>\n\n\n\n<p>In this particular case, the How-To block would make a good option as a single block plugin. As for the FAQ block, users can find such blocks in several other plugins with more options.</p>\n\n\n\n<h2>How-To Block</h2>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Adding a how-to item.</li><li class=\"blocks-gallery-item\"><img />How-to second step.</li></ul>Adding step-by-step instructions via the How-To block.\n\n\n\n<p class=\"has-drop-cap\">The plugin’s How-To block is what drew me in. Its purpose is to allow end-users to provide step-by-step instructions with both a text block and an image for each step. It is a pattern that is common on sites such as wikiHow and other tutorial websites.</p>\n\n\n\n<p>The design of the block is well thought out and easy to use. For more complex tutorials, users can split their how-to into multiple sections, each with their own steps. In tests against several themes, I ran into no issues inputting custom content in the editor and it appearing correctly on the front end.</p>\n\n\n\n<p>The plugin provides an option to change the <em>dot type</em>, which is the number for each step. Users can choose between displaying numbers or using an icon for individual steps. The available icons are from the core WordPress Dashicons set. The color of the dot type can also be customized. By default, it displays a gradient, but the user can select a solid color if preferred.</p>\n\n\n\n<p>The downside of the available color options is the block does not make use of the active theme’s color palette if registered. Using this would help the block better blend into the user’s current site design.</p>\n\n\n\n<p>One option that I would add is to allow the user to input optional, additional text below the image while using the main text as a sort of headline. This would provide more flexibility for how-to instructions that need more information. However, it would also add an extra layer of complexity that may not be desired.</p>\n\n\n\n<h2>FAQ Block</h2>\n\n\n\n<img />FAQ block accordion on the front end.\n\n\n\n<p class=\"has-drop-cap\">The FAQ block almost feels like an afterthought. It does not have the level of detail that was put into the How-To block. There are no color or other options for changing the design. It is basically a bare-bones tabbed accordion. The block works well enough for what it needs to do. Nevertheless, it still feels like a letdown after tinkering with the plugin’s first block.</p>\n\n\n\n<p>Inputting content on the admin side is simple. Both the question and answer inputs are rich text fields, which allow the same formatting as a standard Paragraph block.</p>\n\n\n\n<p>Each inner block for the FAQ block offers a single option that allows users to choose whether to display the tab in an open state. One issue I ran into with disabling this option is that it closes the tab in the editor, which essentially disabled editing the answer’s content for the item, at least until I re-ticked the checkbox.</p>\n\n\n\n<p>It is not a poorly-designed block. For the most part, I would rather see the How-To and FAQ blocks split into separate, standalone block plugins. They serve two different purposes and would allow users to install just the pieces that they need.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 May 2020 20:34:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: Local Brings Back Support for Apache and Site Cloning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://wptavern.com/local-brings-back-support-for-apache-and-site-cloning?utm_source=rss&utm_medium=rss&utm_campaign=local-brings-back-support-for-apache-and-site-cloning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2899:\"<p>Flywheel’s <a href=\"https://localwp.com/\">Local development app</a> has received several major updates during the past month. The most recent release brings back support for Apache as a web server choice (version 5.5.1), in response to user feedback. This was the <a href=\"https://feedback.localwp.com/feature-requests/p/apache-web-server-option\">most highly requested feature</a> on the app’s community voting board. </p>\n\n\n\n<p>Although nginx is the leader in <a href=\"https://www.similartech.com/compare/apache-vs-nginx\">web server market share</a> for the top 10k, top 100k, and top 1M sites, Apache is still used by more of the web. Lack of support for Apache was a deal breaker for many Local users who support clients on shared hosting, which often runs Apache and MySQL. It was also a blocker for potential new users switching from MAMP. Having the option to choose the web server on a per-site basis makes Local much more flexible.</p>\n\n\n\n<img />\n\n\n\n<p>Site cloning is another highly requested feature that was brought back in <a href=\"https://localwp.com/community/t/local-5-3-3/19132\">version 5.3.3</a> at the end of April. Users can now right-click on a site in Local’s sites sidebar and click on “Clone Site.” This feature is useful for using one site as a jumping off point or even for setting up a “blueprint” for future sites to use. </p>\n\n\n\n<p>Flywheel is gradually adding back a list of features after rebuilding Local’s core architecture in 2019. The <a href=\"https://wptavern.com/local-lightning-now-in-public-beta-with-major-performance-improvements\">“Local Lightning” update</a> moved the app away from virtualization in favor of native, system-level software for running WordPress locally.</p>\n\n\n\n<p>“Feature parity with Local Classic is the top item for us in our Q2 roadmap,” Local creator Clay Griffiths said. So far his team has already brought back 64-bit PHP binaries for Windows, site cloning, and Apache support as part of this process.</p>\n\n\n\n<p>The app has become an indispensable development tool for many WordPress developers. In February, WP Engine <a href=\"https://wptavern.com/after-the-acquisition-flywheel-in-the-new-year\">reported</a> that Local is used by more than 50,000 developers. The company has a long-term roadmap that aims to make it easier for users to customize their development environments. </p>\n\n\n\n<p>Local has a fairly transparent development process with community feature requests highly prioritized. The app’s <a href=\"https://feedback.localwp.com/\">community feedback site</a> gives users an overview of all the features that are currently planned, in progress, and complete. Updates currently in progress include a setting for a default browser and improvements to the Live Link feature. The team is also exploring a Local CLI as part of the Q2 roadmap.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 May 2020 22:21:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Should WordPress Provide an API for Third-Party Editors?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/should-wordpress-provide-an-api-for-third-party-editors?utm_source=rss&utm_medium=rss&utm_campaign=should-wordpress-provide-an-api-for-third-party-editors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6858:\"<p class=\"has-drop-cap\">Imagine a future where you log into your website’s admin. You head over to the editor. This particular editor has all the tools and features in place that make you more efficient at producing whatever content you put out for the world to see. You immediately start tapping keys or dragging your mouse around the screen, satisfied with what the software you’re using has to offer.</p>\n\n\n\n<p>Today, that editor may be the default block editor for WordPress. Some may be running the Classic Editor plugin for a familiar writing experience. Others will be crafting beautiful layouts with the Elementor page builder.</p>\n\n\n\n<p>As of this week, people are finding themselves at home with <a href=\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress\">Iceberg</a>, an interface built on top of the block editor for folks who prefer a minimalist environment and love Markdown.</p>\n\n\n\n<p>Some bloggers post by email. Others use apps from their phone. And, an entire class of people works in third-party, offline editors such as Microsoft Word, Atom, and plain ol’ Notepad.</p>\n\n\n\n<p>If there is one thing I have come to realize over the years it is that editing environments are as varied as the people who use them. There is no one-size-fits-all solution. The experience I am looking for is not necessarily the same experience you need.</p>\n\n\n\n<p>Given the freedom to choose, most people would rearrange their desk, use a different notepad, and opt for a different writing utensil than their neighbor. Even if starting with the same tools, we eventually make tweaks to accommodate our personal tastes.</p>\n\n\n\n<p>Throughout most of its history, WordPress has had a single editor that its users shared. It has changed over time — even the addition of TinyMCE was once controversial. However, the default editor has never been sufficient for every user. Personally, I abhorred the classic editing experience. It led me to write in various Markdown editors over the years for efficiency and a true distraction-free experience. It has also led to developers taking on the challenge of creating alternative experiences for large swaths of end-users.</p>\n\n\n\n<p>As much as many people love the classic WordPress editor, it was a pain for many others. Otherwise, all of the tools that have cropped up over the years would have been unnecessary.</p>\n\n\n\n<p>In much the same way, the block editor is often a love-it-or-hate-it experience. It is the ideal editing environment for many users. For others, it is a roadblock at best. At worst, it is worthy of a gasoline soaking and a book of matches.</p>\n\n\n\n<p>The promise of WordPress is to provide an editing experience that allows people from all walks of life to publish their content on the web. The promise is to make that experience as pain-free as possible and to continue iterating toward that unattainable-but-worthwhile-goal of perfecting the publishing process.</p>\n\n\n\n<p>WordPress — any publishing platform for that matter — is only as good as its editor.</p>\n\n\n\n<p>It is a predicament. There is no way to make the ideal editor for all people.</p>\n\n\n\n<p><em>What’s the next move?</em></p>\n\n\n\n<h2>An Editors Registry and API</h2>\n\n\n\n<p class=\"has-drop-cap\">In the comments of the Tavern’s Iceberg editor coverage, Phil Johnston <a href=\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress#comment-328746\">proposed a solution</a> for WordPress going forward. “With all of the amazing publishing experiences coming out, I wonder if it’s time for WP to include the concept of ‘Editors,\'”, he wrote. “Like an official registry of installed Editors.”</p>\n\n\n\n<p>He later created a <a href=\"https://core.trac.wordpress.org/ticket/50214\">feature request</a> that called for an API that would make it easier for plugin authors to create new editing experiences on top of WordPress. The proposal is a high-level idea about how the editing screen could allow users to choose their preferred editor.</p>\n\n\n\n<p>Potentially, users could install and use various editors, depending on what type of content they are building. A user may want something akin to a Markdown editor for blog posts but switch over to a page builder for their site’s pages. eCommerce plugins might have custom editing interfaces that are ideal for shop owners. Ultimately, the possibilities are endless. But, it all starts down at the WordPress level.</p>\n\n\n\n<p>The idea is not about dropping the default WordPress editor. It is about creating a flexible framework for plugin developers to cater to more users’ needs. Additional methods of editing content would make WordPress a stronger CMS, drawing in users who would otherwise prefer a different experience, regardless of the type of site they are building.</p>\n\n\n\n<p>It is possible to do this now. However, what could WordPress be doing to improve this process for developers?</p>\n\n\n\n<p>Jeffrey Carandang, co-creator of Iceberg, believes that core could open the editing space to more third-party solutions. “Creating our own editor mode was challenging but a super exciting experience overall,” he said. “Gutenberg is still far from being extensible compared to other parts of WordPress, but we managed to hack on some areas that needed to work.”</p>\n\n\n\n<p>Carandang identified a few hurdles his team had to overcome when building the Iceberg editor:</p>\n\n\n\n<ul><li>Limited hooks and filters outside of block development, such as the top and bottom areas of the editor and wrappers.</li><li>Little-to-no options to remove editor components, relying on CSS hacks to hide them.</li><li>The core editor’s reliance on <code>localStorage</code>.</li></ul>\n\n\n\n<p>In addition to the primary issues, his team had to develop against multiple versions of the block editor to ensure a seamless experience for users. Despite the issues, he still believes in a future where the block editor project can open up “potential innovations” in the space.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Today, I am composing this post in an offline Markdown editor. I will copy and paste my second or third draft into the block editor, which does a great job of converting Markdown into blocks, before final edits. On other days, I work directly in WordPress, depending on my mood. However, my preferred writing experience is as simple as it gets and often happens in Atom. It is what I am accustomed to.</p>\n\n\n\n<p>I wonder if there will one day be an editor that will convert me to writing full time from within WordPress. I eagerly await the plugin developers who will make the attempt. My hope is that WordPress cultivates these ideas without standing in the way.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 May 2020 19:05:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Molly Burke on the Power of Universal Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:153:\"https://wptavern.com/molly-burke-on-the-power-of-universal-design?utm_source=rss&utm_medium=rss&utm_campaign=molly-burke-on-the-power-of-universal-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1814:\"<p>In a 2017 speech titled “<a href=\"https://www.youtube.com/watch?v=3kIfwE4vJrI\">Stop trying to fix disability</a>,” YouTube and motivational speaker Molly Burke says, “I live in a world that wasn’t built for me, but what if it was?” Burke was born with a rare, genetic eye disease that caused her to go blind. In this short but moving 8 minute video, she contends that making the world accessible helps everyone. She introduces the concept of universal design to her audience in simple terms: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Universal design [is] designing and building everything to be accessed, enjoyed, and understood to its fullest extent by everyone, regardless of their size, their age, their ability, or their perceived disability.” </p></blockquote>\n\n\n\n<p>Burke identified Apple as one company that <a href=\"http://apple.com/accessibility/\">exemplifies universal design</a>. </p>\n\n\n\n<p>“Every product they release, I could buy at a store, open up, and use on my own independently, with no extra cost and no assistance needed,” she said. “I ask you to imagine how liberating, how empowering it is to be shown by a company that they view you as belonging to their customers, when so many others tell you the exact opposite.”</p>\n\n\n\n<p>In honor of <a href=\"https://en.wikipedia.org/wiki/Global_Accessibility_Awareness_Day\">Global Accessibility Awareness Day</a>, I wanted to highlight this video that tells just one person’s story on the powerful impact of technology that is built with everyone in mind. Burke’s speech is a poignant reminder of how designers and builders can extend a sense of belonging to their customers by making their products accessible.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 May 2020 23:03:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Gradually, Then Suddenly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=51510\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2020/05/gradually-then-suddenly/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4676:\"<img />\n\n\n\n<p>The two main theses of my professional career have been that <a href=\"https://distributed.blog/\">distributed is the future of work</a>, and that open source is the future of technology and innovation. I’ve built <a href=\"https://automattic.com/\">Automattic</a> and <a href=\"https://wordpress.org/\">WordPress</a> around these, and it’s also informed my investments and hobbies. Just today, <a href=\"https://techcrunch.com/2020/05/21/automattic-pumps-4-6m-into-new-vector-to-help-grow-matrix-an-open-decentralized-comms-ecosystem/\">we announced an investment into a distributed, open source, and encrypted communication company called New Vector</a>.</p>\n\n\n\n<p>On the distributed front, the future of work has been arriving quickly. This week, a wave of companies representing over $800B in market capitalization announced they’re embracing distributed work beyond what’s required by the pandemic:</p>\n\n\n\n<ul><li><a href=\"https://blog.coinbase.com/post-covid-19-coinbase-will-be-a-remote-first-company-cdac6e621df7\">Coinbase is going remote-first</a>.</li><li><a href=\"https://www.theverge.com/2020/5/21/21265780/facebook-remote-work-mark-zuckerberg-interview-wfh\">Facebook wants to be “the most forward-leaning on remote work.”</a></li><li><a href=\"https://www.buzzfeednews.com/article/alexkantrowitz/twitter-will-allow-employees-to-work-at-home-forever\">Twitter has allowed permanent work-from-home</a>.</li><li><a href=\"https://twitter.com/tobi/status/1263483496087064579\">Shopify is now a “digital by default” company</a>.</li><li><a href=\"https://www.theverge.com/2020/5/18/21261798/square-employees-work-from-home-remote-premanent-policy-ceo\">Square has indefinitely extended remote work</a>.</li><li><a href=\"https://variety.com/2020/music/news/spotify-employees-work-from-home-1234613095/\">Spotify is allowing work-from-home through 2021</a>.</li></ul>\n\n\n\n<p>Change happens slowly, then all at once. </p>\n\n\n\n<p>The forces that enable working in a distributed fashion have been in motion for decades, and if you talk to anyone who was working in technology in the ’60s and ’70s they expected this to happen much sooner. <a href=\"https://distributed.blog/2019/10/03/turning-ideas-into-real-things/\">Stephan Wolfram has been a remote CEO for 28 years</a>. Automattic has been distributed-first for 15 years.</p>\n\n\n\n<p>What’s been holding us back is fear of the unknown, and attachment to the familiar. I can’t tell you how many of the investors I see espousing distributed work once told me that Automattic would never scale past a few dozen people unless we brought everyone into an office. Or the CEOs who said this would never work for them, now proclaiming their company hasn’t missed a beat as tens of thousands of people started working from home.</p>\n\n\n\n<p>What’s going to be newsworthy by the end of the year is not technology companies saying they’re embracing distributed work, but those that aren’t. Those who thought this couldn’t work have been forced by the pandemic to do it anyway, and they’ve now seen that it’s possible.</p>\n\n\n\n<p>It was probably terrible at first, but now two or three months in it’s gotten better. We’ve learned and adapted, and will continue to do so. Necessity breeds invention. <strong>I promise you if you stick with it, <a href=\"https://ma.tt/2020/04/five-levels-of-autonomy/\">you’ll progress through the levels of distributed autonomy</a>.</strong> Over time people will be able to move houses, tweak furniture, buy equipment, upgrade their internet, and otherwise adapt to being more productive in a distributed environment than they ever could be in an office. Products and services are being developed all around the world that will make it even better. I’m so excited about how a majority of the economy going distributed will improve people’s quality of life, and unlock incredible creativity and innovation at work. (They go hand in hand.)</p>\n\n\n\n<p>At some point, we’ll break bread with our colleagues again, and that will be glorious. I can’t wait. But along the way we’ll discover that things we thought were impossible were just hard at first, and got easier the more we did it. Some will return to physically co-working with strangers, and some employers trapped in the past will force people to go to offices, but <strong>the illusion that the office was about work</strong> will be shattered forever, and companies that hold on to that legacy will be replaced by companies who embrace the antifragile nature of distributed organizations.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 May 2020 20:28:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: PHP and WordPress Version Checks Coming to Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99928\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/php-and-wordpress-version-checks-coming-to-themes?utm_source=rss&utm_medium=rss&utm_campaign=php-and-wordpress-version-checks-coming-to-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4753:\"<p class=\"has-drop-cap\">PHP and WordPress version checks are coming to the WordPress theme system — finally. The feature was <a href=\"https://core.trac.wordpress.org/changeset/47819\">pulled into core WordPress</a> three days ago. It will prevent end-users from installing or activating a theme that is incompatible with their current version of PHP or WordPress. The change is slated to land in WordPress 5.5.</p>\n\n\n\n<p>This feature has long been on many theme authors’ wish lists, particularly PHP version checking. Plugins authors gained the ability to support specific PHP versions starting with WordPress 5.2. However, theme authors were left feeling like the second-class citizens they usually are when it comes to the addition of core features, waiting patiently as plugin authors received the new and shiny tools they were looking forward to.</p>\n\n\n\n<p>Previously, the code for manually handling version checking within individual themes was more complex than in plugins. Theme authors needed to run compatibility checks after theme switch and block theme previews in the customizer using two different methods, depending on the user’s WordPress version. That is assuming theme authors were covering all their bases.</p>\n\n\n\n<p>Users had no real way of knowing whether a theme would work on their site before installing and attempting to activate it. It was a poor user experience, even when a theme gracefully failed for the end-user.</p>\n\n\n\n<p>This user experience has also held back some theme authors from transitioning to newer versions of PHP. For years, many were supporting PHP 5.2. Slowly, some of these same authors are now making the move toward newer features up to PHP 5.6, which is now the minimum that WordPress supports. However, not many have made the jump to PHP 7 and newer.</p>\n\n\n\n<p>Until now, there has been no mechanism for letting the user know they need to upgrade their PHP to use a particular theme.</p>\n\n\n\n<p>Some theme authors may choose to continue supporting older versions of PHP, such as 5.6, for a potentially wider user base. However, developers who want to switch to newer features can now do so with the support of the core platform.</p>\n\n\n\n<h2>Changes for Users</h2>\n\n\n\n<img />New WordPress and PHP versions added to Twenty Twenty theme.\n\n\n\n<p class=\"has-drop-cap\">Users who are browsing the WordPress theme directory may begin to notice new information available for some themes. Similar to plugins, visitors should see a WordPress Version and PHP Version listed for some themes. For example, the <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty</a> theme now lists the following minimum requirements:</p>\n\n\n\n<ul><li><strong>WordPress Version:</strong> 4.7 or higher</li><li><strong>PHP Version:</strong> 5.2.4 or higher</li></ul>\n\n\n\n<p>Not all themes will have these numbers listed yet. It will take some time before older themes are updated with the data required to populate these fields.</p>\n\n\n\n<p>In WordPress 5.5, the admin interface for themes will change. When attempting to install or activate a theme, WordPress will prevent such actions. If a user searches for a theme that has an incompatible WordPress or PHP version, the normal installation button will be replaced with a disabled button that reads “Cannot Install.” If a theme is installed but not activated, the activation link will similarly be replaced with a disabled “Cannot Activate” button. Users will also not be allowed to live preview incompatible themes.</p>\n\n\n\n<img />Cannot activate Twenty Twenty theme with incompatible PHP version.\n\n\n\n<p>The feature works the same from within the customizer interface as it does via the themes screen in the WordPress admin.</p>\n\n\n\n<h2>Changes for Theme Authors</h2>\n\n\n\n<p class=\"has-drop-cap\">The WordPress Themes Team recently announced two new <a href=\"https://make.wordpress.org/themes/2020/05/14/new-required-header-fields-for-style-css/\">required headers for theme authors</a> to place in their <code>style.css</code> files. The first required field is <code>Tested up to</code>, which is the latest version of WordPress the theme has been tested against. The second is a <code>Requires PHP</code> field, which is the minimum PHP version the theme supports.</p>\n\n\n\n<p>It is unclear is why the team decided to require those two fields but not the <code>Requires at least</code> field, which represents the minimum WordPress version needed. Most likely, theme authors will want to place all three headers in their themes.</p>\n\n\n\n<p>Theme authors who will still support versions of WordPress earlier than 5.5 will want to continue using their old compatibility checks. However, this is the first step in phasing such code out.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 May 2020 19:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: WordCamp Kent Online Features Business and Marketing Tracks, May 30-31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/wordcamp-kent-online-features-business-and-marketing-tracks-may-30-31?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-kent-online-features-business-and-marketing-tracks-may-30-31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2315:\"<p>One of the exciting things about WordCamps going virtual is the community gaining access to more events and presentations than ever before, from anywhere in the world. Even in this new online-only format, local camps still retain their unique character as they feature speakers from their respective communities. </p>\n\n\n\n<p><a href=\"http://2020.kent.wordcamp.org\">WordCamp Kent</a> (Ohio) is one of these upcoming events that has been forced online by the pandemic. Organizers will be broadcasting all sessions on the weekend of May 30-31, and <a href=\"https://2020.kent.wordcamp.org/tickets/\">tickets</a> are free for anyone who wants to attend. </p>\n\n\n\n<p>The schedule for this particular event runs heavy on the business and marketing side of working with WordPress, with very few talks geared towards developers. If you are a freelancer, run an agency, or have a WordPress product business, you will find WordCamp Kent’s program more tailored to topics that help you improve client services. </p>\n\n\n\n<p>The <a href=\"https://2020.kent.wordcamp.org/schedule/\">schedule</a> on the first day of the event is divided into two tracks: Freelance/Business and User/Marketing. These sessions will run alongside live Q&A and a Help Desk managed by volunteers in the <a rel=\"noreferrer noopener\" href=\"https://app.slack.com/client/T0AST04HG/C011U4S0LKW\" target=\"_blank\">#wp-help-desk channel</a> in the NEO WordPress Slack workspace. The second day of the event will be also be split into two tracks: Freelance/Business/Developer and WordPress 101/User. </p>\n\n\n\n<p>Topics include designing websites for generating leads, improving your business model for freelancers and small businesses, client consultations, content marketing, and customer support. </p>\n\n\n\n<p>This Kent, Ohio, WordCamp may not have made it on your radar in the past, but the pandemic has opened up events in some ways. It forces a greater number of camps online and allows attendees to join any event without the travel expenses that would ordinarily be prohibitive. In the past, many people who were not local would simply opt to save their money for the bigger camps. The WordPress community has a greater potential to accelerate their learning opportunities, as more smaller camps gain a global audience online.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 May 2020 17:19:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: CampusPress Releases Accessible Content Plugin in Time for Global Accessibility Awareness Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/campuspress-releases-accessible-content-plugin-in-time-for-global-accessibility-awareness-day?utm_source=rss&utm_medium=rss&utm_campaign=campuspress-releases-accessible-content-plugin-in-time-for-global-accessibility-awareness-day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10213:\"<p class=\"has-drop-cap\">While it is still Wednesday here in the U.S., some parts of the world are already awakening to the third Thursday in May, which is <a href=\"https://globalaccessibilityawarenessday.org/\">Global Accessibility Awareness Day</a> (GAAD). The purpose of the event is to get more people discussing, learning, and addressing issues related to the inclusion of people with disabilities in the digital world. That is what CampusPress hopes to do with its new plugin.</p>\n\n\n\n<p>The CampusPress team <a href=\"https://campuspress.com/free-accessibility-plugins-themes-for-wordpress/\">announced its Accessible Content plugin</a> for WordPress last week. The goal of the plugin is to help end-users address accessibility issues on their sites. Many tools are built for developers and designers, but the team wanted something to put into the hands of users to allow them to take the extra steps necessary in creating an accessible website.</p>\n\n\n\n<p>The plugin is currently <a href=\"https://github.com/campuspress/accessible-content\">available through GitHub</a>, but the team plans to submit it to the official WordPress plugin repository soon. The developers are gathering user feedback from customers and the community first.</p>\n\n\n\n<p>“Our Accessible Content plugin was developed specifically to help with training and putting real-time information into the hands of those creating WordPress pages and posts,” said Ronnie Burt, General Manager at CampusPress. “There are a ton of site checker tools out there, and many work quite well. But all of them will spit out false positives and list issues on a page that have nothing to do with the content (navigation issues and the like). So as a bit of a disclaimer, by design, this plugin will not find or help with all potential accessibility issues on a site. But if used over time, it will help train content creators to understand many of the best practices that they should be following and avoid mistakes.”</p>\n\n\n\n<p>CampusPress is a managed WordPress hosting and service provider for organizations in the educational sector. It is a sister service to Edublogs.org, which originally launched 15 years ago.</p>\n\n\n\n<p>“In that time, we’ve been quietly catering to the unique needs of schools and universities that use WordPress in various ways,” said Burt. “Historically, that was more on the blogging and learning side, but as WordPress has grown into the CMS of choice, we’ve moved along with it to high-level main websites too.”</p>\n\n\n\n<p>Development of the Accessible Content plugin will help the CampusPress team’s customers in education, particularly when diving into the world of accessibility guidelines.</p>\n\n\n\n<p>“Overall, awareness around accessibility has improved considerably in recent years, but for many, the topic is overwhelming,” said Burt. “In our case, school administrators know they need a ‘compliant’ site, but when you go to read the compliance standards, some are subjective and, at best, really complex. The biggest hurdle that we see is that we are still in a place where accessibility expertise is left up to specialists or tools that are usually brought in after the fact or at the end of a project. In an ideal world, we’ll get to where the expertise is shared by all developers, content creators, and anyone else working on the site. This is because accessibility is so much better and easier when it is built-in and thought about from the beginning and continuously.”</p>\n\n\n\n<p>The team is releasing this plugin not only to its customer base but as a free tool for all WordPress users.</p>\n\n\n\n<h2>How the Plugin Works</h2>\n\n\n\n<p class=\"has-drop-cap\">The plugin is simple enough for most people to use. When previewing a post, it labels and points out issues that need attention. The goal is not to focus on larger accessibility issues that may be coming from the theme. Instead, the plugin lists issues directly with the post content.</p>\n\n\n\n<p>The interface on the post preview screen is simple enough to understand without documentation. Preview a post and the plugin provides buttons on the sides of the screen to navigate through each issue found. At the bottom of the screen, it leaves a full description of the problem. Users can also access this feature via the toolbar on the site front end when viewing a post.</p>\n\n\n\n<img />Accessible Content plugin’s output on post preview.\n\n\n\n<p>In some cases, such as missing image alt text, the plugin provides a link to directly add the alt text in the admin. This is done through a custom Alt Text sub-menu under the Media screen in the WordPress admin. Users can also use this screen at any time to manage alt text for images used throughout the site in one location.</p>\n\n\n\n<img />\n\n\n\n<p>Burt said the original spec for the plugin had all of the accessibility checks and information within the block editor interface. However, the team hit a couple of roadblocks and ended up moving the plugin’s interface to the post preview screen as a result.</p>\n\n\n\n<p>“Gutenberg is still in flux at a pretty rapid pace,” he said. “Just as we were getting our first proof of concept working on the image block, there was a change and it all broke. No fun! But moving to the previewer had some nice unintended consequences. Namely, the plugin works just as well with Classic Editor and with most page builders. The trade-off is that the warnings and helpful text aren’t quite in as real-time as I hope to get them to someday.”</p>\n\n\n\n<p>In the long term, the team still plans on integrating directly with the block editor. For now, the plugin works well as part of the previewer. However, instant feedback in the editor would be a huge boost to fixing accessibility issues as they arise.</p>\n\n\n\n<h2>Community Accessibility Improvements</h2>\n\n\n\n<p class=\"has-drop-cap\">Burt was not shy about sharing his thoughts about what the WordPress community can be doing to improve accessibility around the web. He praised some of the work that the WordPress project has done thus far. He also shared some concerns.</p>\n\n\n\n<p>“One thing I’m worried about — there’s a trend out there with a few WordPress plugins and a growing number of third-party tools to add a little ‘accessibility’ icon to the corner of your website,” he said. “When clicked, these icons open up options for fonts, contrast ratios, and may give an alternative way of navigating the site. I’ve noticed them on bank websites, government sites, and now the schools we work with are buying into them too because it can be tempting to just add a few snippets of embed code to a site and call it a day. To me, this sorta lets all of us that work on websites off the hook to not be responsible for accessible design and development, which really should be our ultimate goal.”</p>\n\n\n\n<p>He stressed that using quality themes and plugins as a good step for most users along with being mindful of the content we create. Taking these simple steps should make for a more accessible user experience overall.</p>\n\n\n\n<p>“There is lots of good news when it comes to WordPress and accessibility that we should be shouting from the rooftops,” said Burt. “For one, while there’s still a bit of work to be done, the majority of the issues identified in the WPCampus sponsored audit of Gutenberg have been resolved. That was a great example of the higher-ed community leading the charge to impact change. Without the change, simply put, schools, universities, and government agencies may be forced or encouraged to drop their adoption of WordPress.”</p>\n\n\n\n<p>The <a href=\"https://wptavern.com/wpcampus-gutenberg-accessibility-audit-finds-significant-and-pervasive-accessibility-problems\">WPCampus-sponsored audit</a> in 2019 resulted in a 329-page technical analysis by Tenon, LLC. It covered user-based testing that included people with various disabilities. Since then, the Gutenberg project has worked to overcome issues identified by the audit.</p>\n\n\n\n<p>“As I use Gutenberg more and more, there are some nice little accessibility Easter eggs for content creators, such as warnings about contrast ratios and the Headings block won’t show you the option for H1 by default,” said Burt. “I love it! If our community can just continue to highlight these improvements whenever possible, it will make a big difference. I’m also hopeful that some of our checks from this plugin can eventually not be needed as future improvements to blocks and the editor are made.”</p>\n\n\n\n<p>Burt described the best thing the community can do is to be responsive and treat all accessibility issues as a major bug or even a release blocker before plugins or themes go live. In part, it is about being open to communicating and resolving issues that users bring up.</p>\n\n\n\n<p>“With so many competing priorities, it can be tempting to just write off a complaint or suggestion as coming from one user,” he said. “But really this is how we continue to make the most progress on all of our tools and services. Feedback from users on barriers and problems they face in using our stuff is pure gold and useful to help ensure we don’t repeat those same mistakes.”</p>\n\n\n\n<p>Burt listed some key questions he believes the community should continue having conversations around:</p>\n\n\n\n<ul><li>Should all new themes to WordPress.org be required to meet the ‘accessibility-ready’ standards?</li><li>Are there similar standards and checks we could add to plugins? How can plugin authors declare if their plugin may impact accessibility?</li><li>Is a separate ‘Accessibility’ team for WordPress core still the best way? How do we improve accessible design and development earlier on in practice? It is usually much harder to fix accessibility issues than it is to prevent them to begin with.</li></ul>\n\n\n\n<p>These are definitely worth discussing further. For now, his team is trying to do its small part with the Accessible Content plugin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 May 2020 19:39:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: New Iceberg Plugin Brings a Distraction-Free Writing Experience to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8656:\"<p>Ever on the hunt for a more beautiful, simplified writing experience inside WordPress, I jumped at the chance to beta test the new<a href=\"https://useiceberg.com/\"> Iceberg</a> plugin. Rich Tabor and Jeffrey Caradang, the same team behind CoBlocks, have created a new markdown editor built on top of Gutenberg that provides the best writing experience for WordPress since core’s retired <a href=\"https://wptavern.com/wordpress-zen-mode-5-compelling-reasons-to-turn-on-distraction-free-writing\">Distraction Free Writing</a> mode.</p>\n\n\n\n<img />\n\n\n\n<p>Iceberg features a minimalist editor with four color themes, the ability to create a custom theme, and a set of typography controls. In switching to Iceberg, there is not much missing much from the default block editor that would be necessary for writing. Users can drag and drop media into Iceberg and the backslash command works to trigger the block inserter. It also includes a Table of Contents, word and character counts, reading time, keyboard shortcuts, and support for emoji.</p>\n\n\n\n<p>“Iceberg was brought to fruition out of an experiment to make WordPress look and feel more like my favorite writing applications,” Tabor said. “My personal publishing flow was to write in an external application, paste it all into the block editor, followed by fixing/adjusting/resizing everything–honestly not fun. You see, writing with blocks is just ‘ok’ – and doesn’t feel natural.</p>\n\n\n\n<p>“After chatting with others, I realized a lot of folks shared the same sentiment and that such a small number of folks I talked to actually composed articles within WordPress. And although I appreciate how far the block editor has come over the years as a site editor and page builder, I wanted to morph the experience to better support publishing.”</p>\n\n\n\n<p>The Iceberg name is a nod towards Guten “berg.” Tabor said he wanted the project to seem more approachable, without being tied to WordPress or emphasizing blocks.</p>\n\n\n\n<p>Tabor said he was inspired by dedicated writing applications like Bear, Ulysses, Dropbox Paper, and Google Docs. What he loves most about Iceberg is that its design is centered around the writer’s preferences. </p>\n\n\n\n<p>“The editor themes that sit at the core of Iceberg’s design language empower each writer to define their flavor of the editor,” he said. “Every color variable is auto-generated based on the editor theme and applied throughout the interface as necessary.”</p>\n\n\n\n<p>Gutenberg was also a strong inspiration for the design principles that guided Tabor in creating Iceberg.</p>\n\n\n\n<p>“Gutenberg itself is undergoing quite a transformation with what’s being dubbed as ‘G2’ – a new design system geared towards improved contrast, modern lines and an overall cleaner look,” he said. “I knew I wanted to push Iceberg in that direction, bringing a clean and modern look to the writing environment.”</p>\n\n\n\n<p>Under the hood, Iceberg is simply an extension of the block editor that de-emphasizes blocks to better enable writers. Since the plugin manipulates the editor itself, users’ content remains intact even if it is deactivated. </p>\n\n\n\n<p>“It’s a clever combination of React components, styles, CSS custom variables and UX that is centered entirely around the art of writing,” Tabor said. “In short, if folks are familiar with Gutenberg development, they’ll find Iceberg similarly structured.”</p>\n\n\n\n<p>Tabor said he wants to keep the plugin simple while also exploring where he can push the writing experience further forward. Possible features coming to the roadmap include goal setting, readability analysis, an improved pre-publish checklist, and better post previews/live previewing.</p>\n\n\n\n<h2>Iceberg Gets Positive Reviews at Launch, Fills a Gap in the Block Editor’s Support for Writers</h2>\n\n\n\n<p>Iceberg is launching as a commercial product, priced at $39 for a single site or<strong> </strong>$99 for unlimited sites. The product seems to have filled a gap in the market, covering Gutenberg’s long-standing deficiency in supporting writers. Community feedback during the beta and on Twitter and Product Hunt has so far been overwhelmingly positive.</p>\n\n\n\n<p>“Iceberg is like a noise-cancellation for the WordPress editor,” Rajendra Zore <a href=\"https://twitter.com/rajendrazore/status/1262798934252023808\">said</a>. </p>\n\n\n\n<p>Nick Hamze offered feedback in a Twitter <a href=\"https://twitter.com/NickHamze/status/1262749430844801030\">thread</a>, saying he was excited to see a product that can “take markdown back from developers.” He views Iceberg as a positive development in the WordPress product space, and urged the community to support these kinds of innovations:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The fun thing about Iceberg is it’s an enhancement of the block editor not a replacement. No editor can be everything to everyone. Iceberg takes all the parts that are great for writers and emphasizes them while moving everything else into the background.</p><p>It’s not a criticism of the block editor but a celebration of it. Even if you aren’t a writer I think you should buy a copy. As a community we need to support people who are doing stuff like this. They’re never going to stop making cool stuff but they might stop making it for WP.</p></blockquote>\n\n\n\n<p>After beta testing the plugin I found that it provides the kind of writing experience that I have been missing in the block editor. Iceberg removes the cumbersome feeling of forcing your writing into blocks. More than anything, I want to see something like this land in WordPress core someday.</p>\n\n\n\n<p>It’s somewhat bittersweet to see a better writing experience arrive as a commercial plugin, instead of from core improvements. I desperately want WordPress to be home to the best tools for writers, because it is a publishing platform that is so powerful in nearly every other way. This is not to say that core developers cannot adopt something similar. That’s the beauty of open source software – products inspiring new and improved solutions in a never-ending cycle.</p>\n\n\n\n<p>Gutenberg designers and engineers have been <a href=\"https://wptavern.com/gutenberg-contributors-considering-a-focus-mode-for-writing\">working for the past two years</a> to bring the writing experience in the editor to a functional place that meets the needs of those who use WordPress primarily for writing. So far the block editor’s <a href=\"https://wptavern.com/gutenberg-for-writers-how-to-configure-the-editor-for-fewer-distractions\">Fullscreen mode</a> is incapable of producing the kind of zen writing experience that most writers crave when turning to third-party writing apps.</p>\n\n\n\n<p>Iceberg is GPL-licensed and is even <a href=\"https://github.com/useIceberg/iceberg-editor\">available on GitHub</a> for download and collaboration. I asked Tabor what he planned to do if someone proposed that some version of Iceberg be added to core.</p>\n\n\n\n<p>“Honestly, I think it would be great if WordPress adopted the same high level of support for writers as Iceberg does,” he said. “Sure it may not be completely ideal economically, but Iceberg is built on an editor built by thousands of hands. If Iceberg is deemed a clever enough solution to be a part of core, then that’s ok. Although I’m positive there’s room to continue experimenting within the realm of empowering writers.”</p>\n\n\n\n<p>As WordPress continues to move full steam ahead on the site building aspects of the editor, a truly distraction-free writing experience is not likely to become a high priority anytime soon. Tabor sees this as an opportunity for products that can transform the editor for different types of users who may not be focused on building websites.</p>\n\n\n\n<p>“We’re in such a transformative period of WordPress right now,” Tabor said. “The editing experience we’re building with the block editor is much more focused on designing and publishing websites – not writing posts. Consequently, there’s been much more focus on the<em> site building</em> experience, in lieu of the <em>writing</em> experience. That’s not to say I don’t love the direction WordPress is heading–I absolutely do. But rather that I feel there’s room for a tool to improve the writing experience within the block editor.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 May 2020 23:16:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: WooCommerce Payments Allows Shop Owners to Manage Payments Without Leaving WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"https://wptavern.com/woocommerce-payments-allows-shop-owners-to-manage-payments-without-leaving-wordpress-admin?utm_source=rss&utm_medium=rss&utm_campaign=woocommerce-payments-allows-shop-owners-to-manage-payments-without-leaving-wordpress-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5670:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Automattic-owned eCommerce platform WooCommerce <a href=\"https://woocommerce.com/posts/woocommerce-payments/\">launched its new WooCommerce Payments</a> feature today. The company seeks to make it easier for plugin users to manage the entirety of their shop from a single location. For users based in the U.S. with WordPress.com-connected accounts, they can begin managing payments directly from their WordPress admin.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/woocommerce-payments/\">WooCommerce Payments</a> is available as a free download via the WordPress plugin directory. Any costs associated with the plugin are on a per-transaction basis. Fees start at 2.9% + $0.30 per transaction for cards issued in the U.S. An additional 1% fee is tacked on for cards outside the U.S.</p>\n\n\n\n<p>Under the hood, payments are handled through <a href=\"https://docs.woocommerce.com/document/payments/powered-by-stripe/\">Stripe Express</a>. The WooCommerce team developed the front-end so that it would match the look and feel of WooCommerce, making it function like a native part of the plugin. Stripe handles the processing from the backend.</p>\n\n\n\n<p>The team began work on the system in 2019 and launched an invitational beta in late February 2020. Since then, it has seen over 1,000 accounts connect to WooCommerce Payments.</p>\n\n\n\n<p>“New users have been able to add it to their stores in onboarding,” said Paul Maiorana, General Manager of WooCommerce. “Current customers have heard about it through either our newsletter or virtual community meetups. Through this period, we’ve learned what store owners like about WooCommerce Payments — managing their store and payments in one place; intuitive dashboard views; ‘flow’ and ‘ease.’ We’ve also heard their questions, which are mostly related to features we’ve got planned and are working hard to make available as soon as possible.”</p>\n\n\n\n<p>WooCommerce Payments creates an integrated payments dashboard in the WordPress admin. It allows shop owners to manage charges, deposits, refunds, and disputes without leaving their store. By not having to toggle between the store and third-party payment processors, administrators should be able to enjoy a more seamless experience.</p>\n\n\n\n<p>The following are some screenshots from a demo install of the WooCommerce Payments plugin:</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Transaction Details</li><li class=\"blocks-gallery-item\"><img />Dispute Overview</li><li class=\"blocks-gallery-item\"><img />Challenge Dispute</li><li class=\"blocks-gallery-item\"><img />Deposits</li><li class=\"blocks-gallery-item\"><img />Transactions</li></ul>\n\n\n\n<p>On the customer end, the experience should also be more convenient for shoppers. Instead of being redirected to a processor like PayPal, customers can make payments directly on the site. This may also help curb cart abandonment, which can often happen when shoppers are redirected.</p>\n\n\n\n<p>“Now that we’re announcing general availability in the U.S. and putting focused marketing effort behind it, we’re hoping to draw more store owners to join us on the journey,” said Maiorana.</p>\n\n\n\n<p>New account holders will need to wait for seven business days before receiving their first deposit from sales. Afterward, the payments system will bundle daily revenue into a single deposit and automatically transfer it to the users’ bank accounts. This also cuts out the process of logging into an account with a payment processor to manually deposit earnings.</p>\n\n\n\n<h2>On the Roadmap</h2>\n\n\n\n<p class=\"has-drop-cap\">Currently, WooCommerce Payments is only available to U.S.-based shops. However, the team expects to begin rolling out support for more countries and local payment methods in 2020.</p>\n\n\n\n<p>“We’re launching in the U.S. to start to manage scope, but WooCommerce is a global platform and global support for WooCommerce Payments is a priority for us,” said Maiorana. “Payments is obviously a complex and highly-regulated space. We have a three-year roadmap for WooCommerce Payments that includes feature and geographical expansion. Our legal and business teams are investing the appropriate time and resources to lay a strong foundation for future growth.”</p>\n\n\n\n<p>Upcoming releases of the WooCommerce Payments plugin are slated to receive support for subscriptions, saved cards, wallets, and instant deposits.</p>\n\n\n\n<p>The WooCommerce team also has no plans of stopping with online sales. It is already taking some steps toward moving into the physical world. “WooCommerce’s mission is to democratize commerce — not only eCommerce — so yes, we’re thinking a lot about how to bring this great payment experience offline to point-of-sale devices too,” said Maiorana.</p>\n\n\n\n<p>It would be interesting to see small store owners with physical locations — from a fruit stand to a collectibles shop to a mom-and-pop restaurant — be able to manage payments from a central location, all backed with WooCommerce and the WordPress platform.</p>\n\n\n\n<p>The new system does not currently support CBD merchants. <a href=\"https://wptavern.com/woocommerce-partners-with-square-to-expand-services-for-cbd-merchants\">WooCommerce has a partnership with Square</a>, and shop owners who are selling CBD-derived products can still use that particular payment processor for the time being. This is likely tied to Stripe’s policies on <a href=\"https://stripe.com/restricted-businesses\">restricted businesses</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 May 2020 17:39:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: BuddyPress 6.0.0 Released with New Group and Members Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/buddypress-6-0-0-released-with-new-group-and-members-blocks?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-6-0-0-released-with-new-group-and-members-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4395:\"<p>BuddyPress has entered the world of blocks with the release of <a href=\"https://buddypress.org/2020/05/buddypress-6-0-0/\">version 6.0</a>, the latest major update that has been in development since November 2019. The release, code-named “iovine’s” for a favorite pizza restaurant in Paris, introduces blocks for Groups and Members. It also marks the completion of the BP Rest API, adding the final remaining endpoints for Blogs, Blog avatar, Friends, Group Cover Image, Member Cover Image, and User Signups.</p>\n\n\n\n<p>The first set of blocks allow community site owners to insert a specific Member or Group from the editor into any WordPress post or page. More<a href=\"https://bpdevel.wordpress.com/2020/03/30/welcome-to-the-first-buddypress-blocks/#advanced-customizations\"> advanced customizations</a> are available to developers who want to make blocks available to (or restricted from) specific custom post types. Developers can also override block output using new filters, disable blocks, and specify a custom stylesheet for a block.</p>\n\n\n\n<img />New BP Blocks in action\n\n\n\n<p>In a previous WP Tavern review of the 6.0 beta, Justin Tadlock noted that the block settings had each setting is placed within its own tabbed section, which increased the number of clicks required. This feedback was incorporated six weeks ago in a <a href=\"https://buddypress.trac.wordpress.org/ticket/8271\">patch</a> from BuddyPress core developer Mathieu Viet, which places all settings into one panel until such a time as more panels become necessary.</p>\n\n\n\n<h2>Next Up for BuddyPress: Block Versions of Existing Widgets and Community-Requested Blocks </h2>\n\n\n\n<p>The BuddyPress community has a unique opportunity to shape the future of block development for the plugin. The next blocks are not yet set in stone but Viet said contributors will probably start by adding block versions of the existing widgets, followed by block requests based on community feedback.</p>\n\n\n\n<p>“The <a href=\"https://poll.fm/10425422\">poll</a> we made about BuddyPress blocks showed there were expectations about a block to share a post or a page into the Activity Stream, so l think we should include such a block,” Viet said. “But we’re are very open to new ideas or contributions to the <a href=\"https://github.com/buddypress/bp-blocks\">GitHub repository</a> we use to develop them.”</p>\n\n\n\n<p>The poll results indicated that in addition to a block to share a post or a page via the Activity Stream, the community is also strongly interested a block to list the recently published posts from across a network, followed by a block to display Sitewide Notices posted by the site administrator. </p>\n\n\n\n<p>Viet said core contributors have not yet set a roadmap but are working in small steps and carefully following the Gutenberg project to see how they can incorporate it more into community features. A block-based activity posting form is one feature they are considering. </p>\n\n\n\n<p>Now is an important time for BuddyPress site owners to give input on the future of the project, whether through block recommendations or via the new <a href=\"https://mercime.survey.fm/2020-buddypress-survey\">2020 BuddyPress Survey</a>. It includes 17 questions, which take approximately 7-10 minutes to complete. Most of the questions are centered around how you are using BuddyPress on production sites, but one interesting question asks about the prospect of breaking up the plugin’s features to make it more modular:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>BuddyPress is a large plugin with optional components (3MB zipped). There’s a proposal to reconstitute BuddyPress as core + members only and improved upon with new functionalities and API’s among others for new BP plugins to hook into. The current optional components like groups, friends, private messaging, etc. can be migrated into separate plugins which can be activated as needed. What do you think?</p><p></p></blockquote>\n\n\n\n<p>Survey respondents have the opportunity to choose between keeping BuddyPress as is with core + members and optional components, or break it down to put the components into BP plugins. Feedback on this proposal and other important survey questions will help the BP core team know how to prioritize features for the next release and long-term roadmap.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 May 2020 22:06:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordPress Theme Review Team Changes Name, Now the Themes Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://wptavern.com/wordpress-theme-review-team-changes-name-now-the-themes-team?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-theme-review-team-changes-name-now-the-themes-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6243:\"<p class=\"has-drop-cap\">Last week, the official Theme Review Team (TRT) <a href=\"https://make.wordpress.org/themes/2020/05/12/meeting-notes-tuesday-12-may-2020/\">decided to change its name</a>. The re-branding was mostly about fixing a naming mistake for a team with multiple responsibilities outside of reviews. The hope is that it also shifts the public perception about what the team does.</p>\n\n\n\n<p>The idea isn’t new. The team has tossed the concept of a name change around for a few years. It was always going to become the Themes Team unless another naming idea came around and stole the spotlight.</p>\n\n\n\n<p>The original concept of changing the name was about inviting others in. To most, the team had been little more than the gatekeepers to the theme directory. However, its members and the work they do for the community reach beyond that scope. Few know or recognize its role outside of reviewing themes, which makes it tougher to bring people on board.</p>\n\n\n\n<p>“We realized that we are doing all these theme-related things — work on Twenty Twenty, coding standards, meta stuff, reviews, helping out with full-site editing in any capacity we can, etc. — that being just the Theme Review Team just didn’t make any sense,” said Denis Žoljom, the team’s automation representative. “So we discussed that idea with Josepha [Haden]. In principle, she had nothing against it, so we decided to just go ahead and do the name change.”</p>\n\n\n\n<p>The team is in the process of renaming some things, such as its <a href=\"https://github.com/WPTRT/\">GitHub organization</a>. It will take a little time to get everything in order.</p>\n\n\n\n<p>The Themes Team’s primary mission is not changing in terms of reviewing themes. They will continue taking on that role of making sure themes meet coding and security standards, which is a vital and oftentimes thankless task.</p>\n\n\n\n<p>“We are reviewing themes as usual, but we are more experimenting with full-site editing,” said Žoljom. “I’m playing with Gutenberg outside of the editor context in my own projects, so that also gives me a perspective to see what things will change. We are still maintaining the <a href=\"https://github.com/WPTRT/WPThemeReview\">WPThemeReview</a>. <a href=\"https://github.com/WordPress/theme-check\">Theme Check</a> has seen tons of improvements by Carolina [Nymark], which should be merged on .ORG soon. Ari [Stathopoulos] is working on some Gutenberg-related projects. I have the <a href=\"https://wptavern.com/proposal-to-move-wordpress-theme-review-process-to-github\">GitHub review flow</a> that I’d like to explore soon.”</p>\n\n\n\n<p>Žoljom recently dropped the <a href=\"https://github.com/WPTRT/theme-sniffer\">Theme Sniffer</a> plugin, which was a useful tool for theme authors to check their theme against the WPThemeReview coding standards. He did not have the help from the larger theme developer community to continue working on it. Developers can still use the CLI to check their themes. The plugin was a nice stepping stone for theme authors who are less savvy at typing commands, but projects live and die based on participation.</p>\n\n\n\n<p>The team representatives want to bring new contributors to the team. “Reviewing themes is an exhausting and complicated process,” said Žoljom, “and, unfortunately, most people give up very fast.” The team also needs fresh blood so that it can rotate through reps. Few people have the necessary experience to fill this role, and the current reps will eventually burn out.</p>\n\n\n\n<p>“We want to work on more interesting projects that will bring new people who are willing to help with them,” said Žoljom. “Especially around full-site editing that is coming to core soon. It’s a big change, and the more contributors we have to help and test things the better.”</p>\n\n\n\n<h2>The Evolving Team</h2>\n\n\n\n<p class=\"has-drop-cap\">Ari Stathopoulos, the theme packages representative, pointed out the elephant in the room. The name of the team represented a public perception issue. In part, the team name did not make an appealing case for a newcomer to join the team. On the other side of the aisle, it meant the team was sometimes left out on the .ORG side of things, such as not being brought in on key decisions that affect themes.</p>\n\n\n\n<p>“People don’t know that we do all the things we do,” said Stathopoulos. “They believe that all this team does is reviews because that’s what the name of the team was. The truth is that if something has to do with themes, we work on it. There are cases that we don’t, but that’s usually because of miscommunication. People don’t think of consulting with ‘reviewers’ before making changes that have an impact on themes. Hopefully, this re-branding of the team will eventually lead to better communication and understanding. It may take some time, but we’ll get there.”</p>\n\n\n\n<p>The Themes Team is beginning to take on even more responsibility. It has been holding <a href=\"https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting\">block-based themes meetings</a> every two weeks in an attempt to keep everyone updated with the rapid theme-related changes happening in the Gutenberg project. The Make Themes blog will also be <a href=\"https://make.wordpress.org/themes/2020/05/15/gutenberg-themes-week-of-may-11-2020/\">receiving weekly updates</a> to help those who are unable to attend the meetings and offer another line of communication.</p>\n\n\n\n<p>Arguably, the Themes Team will become one of the most important teams over the next year or so. It must bring in new volunteers to help the community transition to a different theme development experience.</p>\n\n\n\n<p>“There is a definite shift of focus, and future themes should be easier to review, leaving this team more time and energy to focus on actions that will have more impact for the community,” said Stathopoulos. “So changing the name was not only correcting an old mistake but also paving the way for future actions we want to take.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 May 2020 19:29:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: iA Writer Adds Expanded Support for IndieWeb Tools and WordPress Publishing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/ia-writer-adds-expanded-support-for-indieweb-tools-and-wordpress-publishing?utm_source=rss&utm_medium=rss&utm_campaign=ia-writer-adds-expanded-support-for-indieweb-tools-and-wordpress-publishing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2360:\"<img />\n\n\n\n<p><a href=\"https://ia.net/\">iA Writer</a> has been delighting users with its minimal writing experience for nearly a decade, racking up more than 3 million downloads. The most recent <a href=\"https://ia.net/writer/blog/new-pdf-preview-better-web-publishing-improved-editing\">version 5.5</a> release for Mac and iOS moves the bar higher for competing writing apps with new support for previewing PDFs and improved support for publishing to self-hosted WordPress sites.</p>\n\n\n\n<p>In 2019, MacStories selected iA Writer as <a href=\"https://www.macstories.net/stories/macstories-selects-2019-recognizing-the-best-apps-of-the-year/\">App of the Year</a>, describing it as “a case study on how to build a desktop-class iOS/iPadOS app in 2019 that understands the traits of each platform while offering an opinionated, sophisticated design at the same time.” MacStories’ writeup details many reasons why the app continues to find success in 2020.</p>\n\n\n\n<p>This week’s update introduces support for Micropub, which allows users to publish to Micro.blog and other IndieWeb tools. It also expands the availability of the the IndieAuth system for publishing to WordPress. Users are no longer limited to using Jetpack to authenticate their self-hosted sites. </p>\n\n\n\n<p>iA Writer users can now use the more lightweight <a href=\"https://wordpress.org/plugins/indieauth/\">IndieAuth plugin</a> to publish to their self-hosted sites. The plugin acts as an extension to OAuth, allowing the user’s website to be their own OAuth server. This option is helpful for iA Writer users who were <a href=\"https://steven.brokaw.org/posts/ulysses-vs-ia-writer\">reluctant to install Jetpack</a> just to hook up their accounts for publishing. </p>\n\n\n\n<p>Continued support for WordPress publishing comes as no surprise, not just because of its ubiquity on the web, but also because the <a href=\"https://ia.net/\">iA company website</a> and blog rely on WordPress. </p>\n\n\n\n<p>iA Writer 5.5 also improves account management for connected services, allowing for the use and reordering of multiple accounts for WordPress, Medium, Ghost and Micropub. Check out the <a href=\"https://ia.net/writer/blog/new-pdf-preview-better-web-publishing-improved-editing\">release</a> post for a more detailed look at the Mac and iOS-specific updates in this release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 May 2020 21:46:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Gutenberg 8.1 Includes Block Copying, Testimonials Pattern, and Patterns UI Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:225:\"https://wptavern.com/gutenberg-8-1-includes-block-copying-testimonials-pattern-and-patterns-ui-update?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-1-includes-block-copying-testimonials-pattern-and-patterns-ui-update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6337:\"<p class=\"has-drop-cap\">On Wednesday, the Gutenberg team <a href=\"https://make.wordpress.org/core/2020/05/13/whats-new-in-gutenberg-13-may/\">released version 8.1.0</a> of the plugin. The update includes a new block-copying feature, block pattern search, testimonials pattern, and API changes. The new version does not add a lot of major user-facing changes but improves the experience overall.</p>\n\n\n\n<p>The update included two dozen bug fixes and nearly as many enhancements. This release feels more like a solid update that addresses many minor items and nit-picks, such as the <a href=\"https://github.com/WordPress/gutenberg/pull/22082\">addition of black and white colors</a> for the default color palette. The ability to <a href=\"https://github.com/WordPress/gutenberg/pull/21758\">paste a document into the post title input</a>, which gets transformed into proper blocks, works great too.</p>\n\n\n\n<p>One nice improvement is the ability to <a href=\"https://github.com/WordPress/gutenberg/pull/21779\">transform the HTML block to the Code block</a> and vice versa. File this one under <em>why has this not already been possible?</em></p>\n\n\n\n<p>If you are following along with the Gutenberg plugin, there are some definite improvements to look forward to in this release, particularly around the block patterns feature.</p>\n\n\n\n<h2>Copy Blocks with Ease</h2>\n\n\n\n<img />Copying a pullquote block.\n\n\n\n<p class=\"has-drop-cap\">Admittedly, this is quickly becoming one of my favorite features of Gutenberg 8.1. The editor toolbar now has a copy button, which allows end-users to <a href=\"https://github.com/WordPress/gutenberg/pull/22214\">copy one or more blocks</a> at the click of a button. It is tucked under the “more rich text controls” dropdown menu.</p>\n\n\n\n<p>To use the new copy feature, simply select the block or blocks you want to copy. Then, click the copy button. From that point, the block can be pasted back into the editor.</p>\n\n\n\n<p>For theme authors, plugin developers, or anyone who wants to share the code for a block, copying a block also produces the HTML that can be pasted into a text editor. No more switching to the code view of the editor and hunting down the HTML you want to copy. For example, the pullquote copied from the post in the above screenshot produced the following HTML when pasting into my text editor:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><!-- wp:pullquote {\"align\":\"wide\"} -->\n<figure class=\"wp-block-pullquote alignwide\"><blockquote><p><span class=\"rtex-highlighter-0\">What has the Duke of Devonshire? The only great instance that I have ever known of the enjoyment of wealth was, that of Jamaica Dawkins...</span></p></blockquote></figure>\n<!-- /wp:pullquote --></code></pre>\n\n\n\n<p>This should make it easy for developers to copy the code of their custom block patterns.</p>\n\n\n\n<h2>Testimonials Pattern</h2>\n\n\n\n<img />New pattern for testimonials.\n\n\n\n<p class=\"has-drop-cap\">The team added to its growing collection of block patterns with the addition of the <a href=\"https://github.com/WordPress/gutenberg/pull/20894\">Testimonials pattern</a>. The new pattern brings the library to eight in total. It is unclear which patterns will launch when the feature lands in WordPress core. It is still under heavy development and is experimental.</p>\n\n\n\n<p>The Testimonials pattern is one of the more complex patterns the team has introduced. It is a mix of groups, columns, images, and paragraphs. At points, the blocks are six levels deep.</p>\n\n\n\n<p>Overall, it worked well among the various themes I tested it against with custom block styles. Visually, it is not inspiring, at least in comparison to what a good designer can do with a testimonials section, but it is a solid stepping stone on the way to more interesting layouts.</p>\n\n\n\n<h2>Inserter UI Adds Search and Titles</h2>\n\n\n\n<img />Search for block patterns via the inserter section.\n\n\n\n<p class=\"has-drop-cap\">Crossing off two out of three big wish list items from my <a href=\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\">Gutenberg 8.0</a> post, the team added search functionality and reintroduced the pattern titles below each pattern in the inserter. These are major improvements. The only item left on my list is for the team to introduce a categorization system for patterns.</p>\n\n\n\n<p>The search box switches from searching for blocks to patterns once clicking on the patterns tab. The one issue is the search label and placeholder reads “Search for a block” in both instances. Instead, it should read “Search for a pattern” when searching patterns.</p>\n\n\n\n<p>With my wish list nearly fulfilled for block patterns, I have one more item to add. I would like to see the team introduce slash commands to insert patterns. Typing <code>/testimonials</code> should provide users the option to insert the new Testimonials pattern without clicking the inserter button.</p>\n\n\n\n<h2>Developers: Block Patterns API Changes</h2>\n\n\n\n<p class=\"has-drop-cap\">The Block Patterns API methods of <a href=\"https://github.com/WordPress/gutenberg/pull/21970\">registering and unregistering patterns</a> have changed. In previous versions, developers used the <code>register_pattern()</code> and <code>unregister_pattern()</code> functions. These have been deprecated. Beginning with 8.1.0, developers should update their code to use the <code>register_block_pattern()</code> and <code>unregister_block_pattern()</code> functions.</p>\n\n\n\n<p>This API change is welcome. It is needed for clarity. However, this sort of API change, even on an experimental feature, is one of the many things that <a href=\"https://wptavern.com/where-gutenberg-went-wrong-theme-developer-edition\">frustrates developers</a> who are attempting to keep up with the project. It is especially frustrating when the discussion was originally opened when the feature was <a href=\"https://github.com/WordPress/gutenberg/pull/21074\">first merged</a>. Naming things is hard. It is one of the hardest things to do in programming, but good naming schemes can also be the difference between great software and poor software. There should be more careful thought and thorough explanations when these issues pop up in tickets.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 May 2020 20:04:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Google Patches Critical Vulnerability in Site Kit Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/google-patches-critical-vulnerability-in-site-kit-plugin?utm_source=rss&utm_medium=rss&utm_campaign=google-patches-critical-vulnerability-in-site-kit-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2865:\"<p>In late April Wordfence discovered a critical vulnerability in <a href=\"https://wordpress.org/plugins/google-site-kit/\">Google’s Site Kit plugin for WordPress</a> that would make it possible for any user on the site to gain full access to the Google Search Console without verifying ownership. Google patched the vulnerability and released the fix in version 1.8.0 on May 7, 2020.</p>\n\n\n\n<p>Wordfence <a href=\"https://www.wordfence.com/blog/2020/05/vulnerability-in-google-wordpress-plugin-grants-attacker-search-console-access/\">published</a> a timeline of the vulnerability, describing it as a proxySetupURL disclosure: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In order to establish the first connection with Site Kit and Google Search Console, the plugin generates a proxySetupURL that is used to redirect a site’s administrator to Google OAuth and run the site owner verification process through a proxy. Due to the lack of capability checks on the admin_enqueue_scripts action, the proxySetupURL was displayed as part of the HTML source code of admin pages to any authenticated user accessing the /wp-admin dashboard.</p></blockquote>\n\n\n\n<p>The other aspect of the vulnerability is related to the site ownership verification request, which used a registered admin action that was missing capability checks. As a result, any authenticated WordPress user was capable of initiating the request. </p>\n\n\n\n<p>Wordfence identified several ways a malicious attacker might use this vulnerability to the detriment of the site’s ranking and reputation, including manipulating search engine results, requesting removal of a competitor’s URLs from the search engine, modifying sitemaps, viewing performance data, and more.</p>\n\n\n\n<p>The security fixes are not detailed in the plugin’s <a href=\"https://github.com/google/site-kit-wp/releases/tag/1.8.0\">changelog on GitHub</a>. It does, however, include a note at the top that states, “This release includes security fixes. An update is strongly recommended.” Google has not published a post to notify users on the <a href=\"https://sitekit.withgoogle.com/news/\">news</a> section of the plugin’s official website. Without Wordfence’s public disclosure, users may not know about the importance of the update.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/google-site-kit/\">Google’s Site Kit plugin</a> has more than 400,000 active installs, according to WordPress.org. Details of the 1.8.0 update are not available to users in the admin, since the plugin’s changelog is hosted on GitHub. There is no way for users to know that the update includes security fixes without clicking through to research. Due to the great deal of sensitive information to which attackers could gain access, users are advised to update the plugin as soon as possible. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 May 2020 22:39:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"BuddyPress: BuddyPress 6.0.0 “iovine’s”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311679\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://buddypress.org/2020/05/buddypress-6-0-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9955:\"<p class=\"has-text-align-center\">This major release introduces the first two <strong>BuddyPress Blocks</strong>!!</p>\n\n\n\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link has-background no-border-radius\" href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0.zip\">Get BuddyPress 6.0.0</a></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>We are very excited to announce the immediate availability of <strong>BuddyPress 6.0.0</strong> code-named “<strong>iovine’s</strong>“. You can get it clicking on the above button, downloading it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or checking it out from our <a href=\"https://buddypress.trac.wordpress.org/browser/branches/6.0\">Subversion repository</a>.</p>\n\n\n\n<p><em>If you’re upgrading from a previous version of BuddyPress, it’s always a good idea to back-up your WordPress database and files ahead of time. </em></p>\n\n\n\n<p>You can review all of the changes in this 6.0.0 release in the <a href=\"https://codex.buddypress.org/releases/version-6-0-0/\">release notes</a>. Below are a few of the key features we know you are going to love!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">BP Blocks</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/05/bp-blocks.gif\" alt=\"\" class=\"wp-image-311685\" /></div>\n\n\n\n<p>BuddyPress 6.0.0 comes with two awesome new blocks for your WordPress Editor: Members and Groups. Made available from the BuddyPress blocks category of your WordPress Block menu, these lovely blocks let you insert a rich content block featuring a specific Member or Group from your community site inside any WordPress Post or Page.</p>\n\n\n\n<p>If you’re an Advanced BuddyPresser and wish to fine-tune the BuddyPress blocks for your community site, learn more in <a href=\"https://bpdevel.wordpress.com/2020/03/30/welcome-to-the-first-buddypress-blocks/#advanced-customizations\">this section of our development note</a> about these new blocks.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">The BP REST API is now complete!</h2>\n\n\n\n<div><span class=\"dashicons dashicons-rest-api\"></span></div>\n\n\n\n<p>In 5.0.0, we introduced the first REST API endpoints and provided <a href=\"https://developer.buddypress.org/bp-rest-api/\">reference documentation</a> for them. In 6.0.0, we are adding the 6 remaining endpoints you were waiting for: Blogs, Blog avatar, Friends, Group Cover Image, Member Cover Image, and User Signups. You can now build full-featured applications using the BuddyPress REST API!</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">BP Nouveau has been improved</h2>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/05/bp-nouveau-wide-aligns.png\" alt=\"\" class=\"wp-image-311692\" /></div>\n\n\n\n<p>Does your theme support wide layouts? Awesome! The BP Nouveau template-pack now supports wide (and really, really wide) content areas! This is the first of the many improvements we are bringing to our default set of styling components. It never looked so beautiful in your theme.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Under the hood</h2>\n\n\n\n<div><span class=\"dashicons dashicons-admin-generic\"></span></div>\n\n\n\n<p>6.0.0 includes more than 80 changes to improve your BuddyPress experience as users, as contributors to our code and as contributors to our translations. The biggest change moves local avatar management to the Members component. Read more about it in <a href=\"https://bpdevel.wordpress.com/2020/03/01/the-profile-photo-cover-image-features-belong-to-members/\">this development note</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">We want to hear your voice</h2>\n\n\n\n<div><span class=\"dashicons dashicons-microphone\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background no-border-radius\" href=\"https://mercime.survey.fm/2020-buddypress-survey\"><strong>Take the 2020 BuddyPress Survey.</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Knowing how you use BuddyPress and getting your point of view about future BuddyPress development is very important to us. Please, take some time to help us decide what’s best for the BuddyPress project.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Many thanks to our 42 contributors to 6.0.0</h2>\n\n\n\n<div><span class=\"dashicons dashicons-buddicons-buddypress-logo\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>This BuddyPress release is only possible thanks to the contributions of the community. Special thanks to the following folks who contributed code, translations, and testing to the release: <a href=\"https://profiles.wordpress.org/oztaser\">Adil Oztaser (oztaser)</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar\">Amit Dudhat (wpamitkumar)</a>, <a href=\"https://profiles.wordpress.org/dontdream\">Andrea Tarantini (dontdream)</a>, <a href=\"https://profiles.wordpress.org/ankitmaru\">Ankit Panchal (ankitmaru)</a>, <a href=\"https://profiles.wordpress.org/passoniate\">Arslan Ahmed (passoniate)</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone B Gorges (boonebgorges)</a>, <a href=\"https://profiles.wordpress.org/sbrajesh/\">Brajesh Singh (sbrajesh)</a>, <a href=\"https://profiles.wordpress.org/bhargavbhandari90\">Bunty (bhargavbhandari90)</a>, <a href=\"https://profiles.wordpress.org/dancaragea/\">Dan Caragea (dancaragea)</a>, <a href=\"https://profiles.wordpress.org/dcavins/\">David Cavins (dcavins)</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/etatus\">etatus</a>, <a href=\"https://profiles.wordpress.org/fayazgabol\">Fayaz Gabol (fayazgabol)</a>, <a href=\"https://profiles.wordpress.org/hnla\">Hugo Ashmore (hnla)</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras (audrasjb)</a>, <a href=\"https://profiles.wordpress.org/jenfraggle/\">Jennifer Burnett (jenfraggle)</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby (johnjamesjacoby)</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock (greenshady)</a>, <a href=\"https://profiles.wordpress.org/kashifgabol\">Kashif Gabol(kashifgabol)</a>, <a href=\"https://profiles.wordpress.org/laudag\">laudag</a>, <a href=\"https://profiles.wordpress.org/marbaque/\">Mario Badilla (marbaque)</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet (imath)</a>, <a href=\"https://profiles.wordpress.org/mattjones2207\">mattjones2207</a>, <a href=\"https://profiles.wordpress.org/mercime\">mercime</a>, <a href=\"https://profiles.wordpress.org/mo3aser\">mo3aser</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/man4toman\">Morteza Geransayeh (man4toman)</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal (mukesh27)</a>, <a href=\"https://profiles.wordpress.org/DJPaul/\">Paul Gibbs (DJPaul)</a>, <a href=\"https://profiles.wordpress.org/pooja1210\">Pooja N Muchandikar (pooja1210)</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/espellcaste/\">Renato Alves (espellcaste)</a>, <a href=\"https://profiles.wordpress.org/santiazpi2\">santiazpi2</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharaz\">Sharaz Shahid (sharaz)</a>, <a href=\"https://github.com/sjregan\">sjregan</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar (netweb)</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister (karmatosed)</a>, <a href=\"https://profiles.wordpress.org/tobifjellner\">Tor-Bjorn Fjellner (tobifjellner)</a>, <a href=\"https://profiles.wordpress.org/itowhid06\">Towhidul Islam (itowhid06)</a>, <a href=\"https://profiles.wordpress.org/twmcmahan\">twmcmahan</a>, <a href=\"https://profiles.wordpress.org/zishanj\">Zishan (zishanj)</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/05/iovines.jpg\" alt=\"\" class=\"wp-image-311706\" /><div class=\"wp-block-media-text__content\">\n<h2 class=\"has-text-align-center\">BuddyPress <a href=\"https://iovines.com/\"><em>iovine’s</em></a></h2>\n\n\n\n<p>If you come to Paris (France), you’ll probably want to visit the Louvre Museum. The greatest Pizza restaurant around is Nicola Iovine’s place. You’ll fall in love with how he cares to respect culinary traditions, share authentic flavors, select great quality products imported from Italy and use the real neapolitan pizza dough.</p>\n\n\n\n<p>Simply delicious, just like BuddyPress 6.0.0 <img src=\"https://s.w.org/images/core/emoji/12.0.0-1/72x72/1f609.png\" alt=\"?\" class=\"wp-smiley\" /> </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-small-font-size\"><em>Photo credits: <a href=\"https://iovines.com/\">iovine’s</a></em></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Feedback is always welcome <3</h2>\n\n\n\n<div><span class=\"dashicons dashicons-megaphone\"></span></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share your feedback about this version of BuddyPress in the comments area of this post. And of course, if you’ve found a bug: please tell us about it into our <a href=\"https://buddypress.org/support/\">Support forums</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 May 2020 22:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Envato Launches Template Kits Marketplace for Elementor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/envato-launches-template-kits-marketplace-for-elementor?utm_source=rss&utm_medium=rss&utm_campaign=envato-launches-template-kits-marketplace-for-elementor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6906:\"<p class=\"has-drop-cap\">Watch out <a href=\"https://wptavern.com/block-patterns-will-change-everything\">block patterns</a>. There is an old player in town making the hard sell before you have even rolled out of bed. Envato just <a href=\"https://envato.com/template-kits/\">dropped a massive library of template kits</a> for Elementor in your front yard.</p>\n\n\n\n<p>Not to worry, the company plans to open things up for the block editor in the future. The <a href=\"http://elementor.com/\">Elementor page builder</a> just makes the most sense right now. It was the first to market. It is mature and has a backing of <a href=\"https://twitter.com/elemntor/status/1260168009378934785\">5 million users</a>, many of whom will be accustomed to commercial upsells, and <a href=\"https://wptavern.com/elementor-raises-15-million-plans-to-invest-in-the-team-product-and-community\">$15 million in recent funding</a>. Financially, it is the smart play. The company can also test the waters of this new category of products before opening it to other page builders and the block editor in a proven market.</p>\n\n\n\n<p>Envato, the company behind ThemeForest and other marketplaces for creators, <a href=\"https://envato.com/blog/template-kits-wordpress-envato/\">launched over 200 template kits today</a> to its large audience of end-users and site builders. The kits cover a wide range of niches. Everything from book authors to medical practices to restaurants is covered.</p>\n\n\n\n<p>“Launching template kits is our latest response to the growing demand for page builders and customers looking for design inspiration that is simple and easy to apply to their website,” said Cameron Gough, General Manager of Envato’s Content team.</p>\n\n\n\n<p>While this is not an official partnership between Envato and Elementor, at least not on paper, it further broadens the appeal of the Elementor page builder. It is sure to spur massive growth beyond its current 5 million users. If there is one thing Envato knows how to do and do well, it is selling products. When we questioned <a href=\"https://wptavern.com/will-page-builders-remain-competitive-in-the-block-era\">whether page builders would be able to compete</a> in the long term with the block editor, the largest third-party theme marketplace is betting at least this one particular page builder can.</p>\n\n\n\n<p>The marketplace is completely open. “We’re encouraging new and existing authors in the Envato community to create their own template kits and upload them,” said Gough. “It’s a great way to break into this market, especially at this early point.”</p>\n\n\n\n<p>For site designers who have worked with Elementor, now is a great opportunity to submit a kit. You can set your own price — most kits range between $15-$30. The great thing is that designers are not responsible for building a full WordPress theme from scratch. Instead, they can essentially create multiple templates with a page builder, bundle them via the <a href=\"https://wordpress.org/plugins/template-kit-export/\">Template Kit – Export</a> plugin, and cash in.</p>\n\n\n\n<p>The interesting aspect here is that people with an eye for design and the skillset to build those designs in Elementor can sell their creations without learning to code.</p>\n\n\n\n<h2>What Are Template Kits?</h2>\n\n\n\n<div>\n\n</div>Template kits walk-through.\n\n\n\n<p>“A template kit is a collection of page and block templates or layouts, each with a similar visual style and typically focused on a particular niche,” said Gough. “See some of the examples in our launch collection like a restaurant, or a gym, or a web/design agency. You could liken it sort of the demo content layer that you can find in some premium themes.”</p>\n\n\n\n<p>Currently, end-users must have a theme installed that integrates with the Elementor page builder for these template kits to work. After purchasing and downloading a kit, users can simply upload templates to their sites via the <a href=\"https://wordpress.org/plugins/template-kit-import/\">Template Kit – Import</a> plugin.</p>\n\n\n\n<p>Kits are merely a starting point. Users will need to fill in their custom content. They also have the power to change the design through Elementor’s built-in tools.</p>\n\n\n\n<p>Envato launched the <a href=\"https://themeforest.net/category/template-kits/elementor\">template kits marketplace</a> on its ThemeForest website. The current 200+ kits are broken down into 22 categories, the most popular of which are Business Services, Food and Drink, and Technology Apps.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Example template kit screenshots.\n\n\n\n<p>Sales are already starting to roll in on launch day. There are no clear favorites at the moment with the top sellers hitting only two sales thus far. This should change in the coming days and weeks. The highest-priced kits tend to contain dozens of templates. Some kits, like <a href=\"https://themeforest.net/item/spring-watercolor-and-floral-template-kit/25853973\">Spring Watercolor and Floral</a>, contain over 100 in the collection.</p>\n\n\n\n<p>“We know many WordPress professionals that want a pre-packaged, fully functional website template may continue to favor our existing collection of WordPress themes,” said Gough. “But we increasingly see customers wanting to develop websites from a page builder foundation rather than a full WordPress theme. For these customers, template kits provide a leg up on design, and it’s important we continue to support those changing needs.”</p>\n\n\n\n<p>For the launch, there is at least one free template kit called <a href=\"https://themeforest.net/item/saasy-saas-app-landing-page-template-kit/26027930\">SaaSy</a>. It is a SaaS and app landing page kit that includes 10 page templates and 26 block templates. It will be available for free until May 31.</p>\n\n\n\n<img />SaaSy Template Kit – <a href=\"https://themeforest.net/item/saasy-saas-app-landing-page-template-kit/full_screen_preview/26027930\">Live Preview</a>\n\n\n\n<p>“We know that the WordPress world continues to evolve and respond exceptionally well to the changing needs of the wider web design industry, and you only have to look at Gutenberg as one example of how the platform is evolving to meet the increasing demand for easier tools that provide a leg up on website design,” said Gough.</p>\n\n\n\n<p>“Couple this with the strength of page builders such as Elementor and others, plus a vibrant and active community of developers, hosting providers, and more, we think there’s never been a better time to provide a new and easier way to bring WordPress websites to life.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 May 2020 20:03:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: WordPress Contributor Andy Fragen Shares His Experience as a Trauma Surgeon During the COVID-19 Pandemic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:273:\"https://wptavern.com/wordpress-contributor-andy-fragen-shares-his-experience-as-a-trauma-surgeon-during-the-covid-19-pandemic?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributor-andy-fragen-shares-his-experience-as-a-trauma-surgeon-during-the-covid-19-pandemic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3546:\"<img />\n\n\n\n<p>Last weekend I had the opportunity to interview <a href=\"https://thefragens.com/\">Andy Fragen</a>, a longtime member of the WordPress community and core contributor. He is also the author of the <a href=\"https://github.com/afragen/github-updater\">GitHub Updater</a> plugin, which allows developers to enable automatic updates to their GitHub, Bitbucket, GitLab, or Gitea hosted WordPress plugins, themes, and language packs. In the video below, Fragen gives us a window into his world on the frontlines as an acute care surgeon.</p>\n\n\n\n<p>After working his shifts at the hospital, Fragen returns home and voluntarily keeps himself in semi-isolation from his wife and kids. He spends his time <a href=\"https://thefragens.com/plugins/\">working on his plugins</a> and contributing to WordPress. In addition to improving GitHub Updater, he also recently became a maintainer for the core Site Health component and the WordPress Beta Tester plugin.</p>\n\n\n\n<p>“I look at computer programming and stuff like that as puzzle solving,” Fragen said. “It’s an interesting way to occupy time and figure out something to do. We have a little aphorism in surgery: the enemy of good is better. I don’t necessarily stick to that in plugin development, because otherwise we’d be at a standstill. Things would never get better and never improve.”</p>\n\n\n\n<p>During normal times when there isn’t a pandemic going on, Fragen enjoys attending local WordCamps in LA, Orange County, Riverside, San Diego, and Phoenix. When he first started getting involved with WordPress he decided if he was ever going to meet any of the people who make the software, he would have to get involved in some community events. He started sponsoring WordCamps so he could have the opportunity to meet the speakers and contributors, and then he was hooked. </p>\n\n\n\n<p>When he’s not stitching people back together, Fragen can be sometimes be found leading the the core Site Health meeting. He tries to pop into the core development meeting when his schedule permits. </p>\n\n\n\n<p>Durning our interview Fragen offered some good tips on navigating the many claims and conspiracy theories that are swirling around with the pandemic. The rampant misinformation campaigns have so far not affected his outlook as a healthcare worker.</p>\n\n\n\n<p>“For the most part, when we’re working, we’re working, and we don’t necessarily pay attention to all the extraneous things that are going on around,” he said. “You’re in the moment and doing what you need to do to get the work done and take care of the patient.”</p>\n\n\n\n<p>It has been months since he has been able to hug his wife and kids, but Fragen is maintaining a sense of normal by continuing his hobbies in isolation. Despite the increased requirements for PPE and vigilance at work, he said his training has prepared him for this time. </p>\n\n\n\n<p>“It’s amazing what you can get used to,” Fragen said. “A lot of these things affect people in different ways. For better or for worse, some of these things never bothered me. The training is hard enough. Because of that, you learn to adapt a little bit better, I guess. When there are things happening, as I like to say, ‘If I’m having a bad day, someone else is having a worse one.’ You are there to take care of them and to fix them as best they can be fixed, if they can be fixed.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 May 2020 05:11:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Post Status: On static WordPress, with Miriam Schwab of Strattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=78861\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://poststatus.com/static-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1112:\"<p>Miriam Schwab is co-founder and CEO of <a href=\"https://www.strattic.com/\">Strattic</a>, a business making a big bet on the future of WordPress — and in particular for using it to create static websites.</p>\n\n\n\n<p>They recently <a href=\"https://techcrunch.com/2020/02/26/strattic-raises-6-5m-to-bring-static-wordpress-to-the-masses/\">raised </a>$6.5 million dollars in an oversubscribed round. Strattic aims to enable the power and flexibility of a dynamic WordPress website like we all know, with the security and speed of a completely static website.</p>\n\n\n\n<p>In this interview, Cory Miller talks to Miriam about her journey to this moment, the Strattic product, raising money, and more.</p>\n\n\n\n\n\n\n\n<h3>Partner: <a href=\"https://poststatus.com/yoast\">Yoast</a></h3>\n\n\n\n<p>This episode is brought to you by Yoast, the best WordPress SEO solution, hands down. You can upgrade to Yoast SEO premium, or take advantage of their great bundles that include outstanding training resources so you can fully take advantage of all the awesome tools <a href=\"https://poststatus.com/yoast\">Yoast SEO</a> provides.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 May 2020 23:16:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Where Gutenberg Went Wrong: Theme Developer Edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/where-gutenberg-went-wrong-theme-developer-edition?utm_source=rss&utm_medium=rss&utm_campaign=where-gutenberg-went-wrong-theme-developer-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9283:\"<img />Themes with block editor styles on WordPress.org.\n\n\n\n<p class=\"has-drop-cap\">With full-site editing just around the bend, it is a fair question to ask whether the WordPress ecosystem is prepared for such a transition, particularly on the theme development side of things.</p>\n\n\n\n<p>It is no secret that theme developers have struggled to keep up with the barrage of changes between Gutenberg plugin updates and, ultimately, major WordPress versions. It is also a fair question to ask who is steering the ship. Where are the site developers, theme authors, and other designers who spend every day crafting the front end of the web? Where are the forward-thinking solutions that make sure the project maintains backward compatibility?</p>\n\n\n\n<p>There have been some efforts to mend the broken divide between the Gutenberg project and theme developers such as the fortnightly <a href=\"https://wptavern.com/key-takeaways-from-the-first-future-of-themes-meeting\">block-based themes meetings</a>. However, those meetings, by and large, are general updates on things the Gutenberg team has already developed or will ship soon. Those meetings are a good stepping stone toward better communication, but the project needs a project planner with both the vision of the future landscape and a sense of the day-to-day issues that theme authors contend with.</p>\n\n\n\n<p>The reality is that there are only 132 themes out of 7,455 that list <a href=\"https://wordpress.org/themes/tags/block-styles/\">block editor styles</a> as a feature in the official repository. We are a year and a half into the lifespan of the block editor officially merging into WordPress, yet the face of the platform is made up mostly of themes that have shoehorned some basic block styles into mediocre designs. The themes that truly stand out with full block-editor support are few and far between. Many of those are also bidding heavily on Elementor or other page builders.</p>\n\n\n\n<p>Whether you like the block editor is of little consequence when there is no buy-in from theme authors. Every week, I check the theme directory for new themes, hoping to find a hidden gem. Every week, I am disappointed to see new themes dropping in 2020 with no support for the block editor. There is an entire segment of users who might enjoy the editor if only they had something more than <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty</a> to play around with — it is a fine theme but is not everyone’s <em>cup of tea</em>.</p>\n\n\n\n<img />ThemeForest’s listing of block-styled themes.\n\n\n\n<p>ThemeForest sellers are besting free WordPress.org theme authors 18 to 1 in terms of support with over 2,300 themes listed as <a href=\"https://themeforest.net/attributes/gutenberg-optimized/yes\">Gutenberg-optimized</a>. Granted, themes from the massive marketplace are known to have every feature they can in an attempt to one-up the competition. Also, many of them either have built-in page builders or support third-party solutions.</p>\n\n\n\n<p>Still, for the flagship feature of the platform, end-users should expect something more from the official theme directory. A third-party marketplace should not be the only game in town. At the moment, much of the offerings on WordPress.org feel lackluster at best. The handful that go the extra mile, such as the <a href=\"https://wptavern.com/rosa-2-restaurant-theme-provides-a-frustrating-and-satisfying-experience\">Rosa 2</a> and <a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">Go</a> themes, have mature businesses funding the effort.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /><a href=\"https://wptavern.com/rosa-2-restaurant-theme-provides-a-frustrating-and-satisfying-experience\">Rosa 2 Theme</a></li><li class=\"blocks-gallery-item\"><img /><a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">Go Theme</a></li></ul>\n\n\n\n<p>There is some broken trust between theme authors and WordPress at the moment. Some shout it loudly (as folks can attest from WP Tavern comments section). Others are more quietly trying to figure all this out.</p>\n\n\n\n<p>Even Carolina Nymark, one of the representatives for the official Themes Team, shared some concern. “How do all of you theme authors keep up with the changes to Gutenberg?” she <a href=\"https://twitter.com/carolinapoena/status/1255324873137762306\">asked in a tweet</a>. When the team leads are not up to speed, it is not good for the project as a whole.</p>\n\n\n\n<p>“I don’t,” <a href=\"https://twitter.com/andersnoren/status/1256535507426856960\">replied Anders Norén</a>, the primary developer behind Twenty Twenty, to Nymark’s question. “I wait until something breaks (in the beta releases) and try to fix it then. Trying to support changes in the Gutenberg plugin while maintaining support for the block editor in Core is bad for your health.”</p>\n\n\n\n<p>There is a major concern from theme authors about the future. It is hard to get excited about the current possibilities when there is uncertainty over what theme development will look like in 12 months. There is no clear and detailed roadmap about how things will work, and many theme designers feel like they are playing catchup from week to week. Instead, they should be able to more clearly look ahead and push early ideas into play.</p>\n\n\n\n<p>My ultimate fear is that the Themes Team will one day flip the switch and require all themes going into the directory to support the block editor like it had to do with the <a href=\"https://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\">customizer in 2015</a>. If theme authors do not organically make the transition such a day may come. The team will be stuck as the <em>bad guys</em> in the middle.</p>\n\n\n\n<h2>Where Do We Go from Here?</h2>\n\n\n\n<p class=\"has-drop-cap\">It is easy to identify some of the major pain points for theme authors. Changes between updates will inevitably break something with the theme design.</p>\n\n\n\n<p>Breaking HTML changes.</p>\n\n\n\n<p>Breaking CSS changes.</p>\n\n\n\n<p>Missing class names.</p>\n\n\n\n<p>Different methods of handling alignment, depending on the block.</p>\n\n\n\n<p>Dealing with inline styles after years of being taught to avoid them.</p>\n\n\n\n<p>All of these issues are roadblocks for theme authors. And, when things get in the way of theme authors doing their jobs, they trickle down to end-users.</p>\n\n\n\n<p>This is not the WordPress of the last decade. The WordPress that promised to not break things with updates. The WordPress where a one-off theme by a non-professional designer still worked four months later.</p>\n\n\n\n<p>The Gutenberg project is still in its infancy. It can be fun to play with, but it can also be messy. I am as much of an evangelist for the block editor as anyone, but I can recognize when there is a clear and present issue of trust between theme authors and the developers of the project.</p>\n\n\n\n<p>Currently, theme authors who are attempting to cover all of their bases are designing for at least a couple of versions of WordPress, multiple versions of Gutenberg, and the classic editor plugin. It is a dizzying array of testing for one theme. Those with a dozen or more themes…well, it is not an ideal situation.</p>\n\n\n\n<p>A holistic approach needs to be taken toward theme and site design. Theme authors need to see the details of the roadmap and contribute to it, carving the features they see as relevant into stone for the coming years. They need to know that the buttons block design they sweated over for hours this past week will <a href=\"https://github.com/WordPress/gutenberg/pull/21923\">continue working next week</a>.</p>\n\n\n\n<p>It all starts at the project management level.</p>\n\n\n\n<p>If a breaking HTML change needs to happen, theme authors need more than, “X change needs to happen for Y feature to work.” They need to see ownership of the mistake in the initial planning phase for X, backward-compatible code solutions, and a path toward fewer of the same mistakes happening.</p>\n\n\n\n<p>Theme designers still need some sort of <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">design framework</a>. The current utility classes are like a poor man’s version of <a href=\"https://tailwindcss.com/\">Tailwind</a> that is being pieced together as the project adds new features without the foresight to look at the future landscape. Maybe the upcoming Global Styles feature can tackle that on a larger scale that provides compatibility across themes.</p>\n\n\n\n<p>Ultimately, there needs to be more communication between the Gutenberg team and theme authors who are building themes for the official WordPress theme directory. Perhaps there should even be a new team or sub-team formed focused solely on theming in the block era and working directly with Gutenberg developers to identify pain points. Whatever happens, someone needs to inspire the next generation of themes into being. Until then, most theme authors are stuck wondering what they will need to fix next.</p>\n\n\n\n<p><em>Up next: block/plugin development edition?</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 May 2020 20:19:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: GitHub Adds Account Successors Feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"https://wptavern.com/github-adds-account-successors-feature?utm_source=rss&utm_medium=rss&utm_campaign=github-adds-account-successors-feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2635:\"<p>Yesterday, GitHub added a new setting to user-owned repositories called “<a href=\"https://help.github.com/en/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories\">Account Successors</a>.” It allows users to designate repository access to another user to maintain ownership continuity in the event of any kind of personal disruption.</p>\n\n\n\n<p>“Open source maintainers, you can now invite a trusted user to manage your open source projects in the event that you are unable to do so yourself,” GitHub Senior Product Manager Ben Balter said in an announcement on Twitter. “Help ensure the future of your work (and the work of others) by inviting an account successor today.”</p>\n\n\n\n<p>The new feature can be found under the Settings » Account » Successor Settings menu in GitHub. Successors will not be given the ability to log into accounts but will have the following permissions: </p>\n\n\n\n<ul><li>Archive your public repositories.</li><li>Transfer your public repositories to their own user owned account.</li><li>Transfer your public repositories to an organization where they can create repositories.</li></ul>\n\n\n\n<p>Successors cannot be set on a per-project or per-organization basis yet, but Balter said that is something GitHub would like to build.</p>\n\n\n\n<p>This new setting complements <a href=\"https://help.github.com/en/github/site-policy/github-deceased-user-policy\">GitHub’s Deceased User Policy</a>, in which the company will work with the deceased person’s next of kin, a pre-designated successor, or other authorized individual to determine the future of the account.</p>\n\n\n\n<p>GitHub began testing the Account Successors feature last week, taking suggestions from the greater community. Public <a href=\"https://twitter.com/benbalter/status/1258832842857029633\">feedback from testers</a> has been positive so far. Users hope not to need the feature anytime soon, though some said it is a real worry they have regarding their projects on GitHub. Setting up a successor is now the easy part, where identifying a trusted individual may prove more difficult for some.</p>\n\n\n\n<p>Account Successors is a timely addition to the platform, as the pandemic continues to sweep the globe, although the feature can be useful for many other types of scenarios. Given the high fevers that can accompany COVID-19 and the rapid decline often associated with the worst outcomes, identifying a successor while still feeling healthy is an important precaution to ensure the continuity of your project.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 May 2020 22:51:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Highlight, Underline, and Control Font Size with RichText Extension\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/highlight-underline-and-control-font-size-with-richtext-extension?utm_source=rss&utm_medium=rss&utm_campaign=highlight-underline-and-control-font-size-with-richtext-extension\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3560:\"<p class=\"has-drop-cap\">Last week, Tetsuaki Hamano contributed his first plugin to the official WordPress plugin repository. <a href=\"https://wordpress.org/plugins/richtext-extension/\">RichText Extension</a> grants additional options for inline text in the block editor.</p>\n\n\n\n<p>RichText is a component in the editor that allows end-users to add and edit text. Typically, users may think of this component when dealing with paragraphs. However, it also applies to headings, lists, quotes, image captions, and any other area where textual content can be added.</p>\n\n\n\n<p>Many plugins add settings on the block level. This means when you apply a particular style, it applies to the entire block. Inline text refers to the individual characters and words within the block. By default, WordPress allows end-users to control inline text by adding links, creating italic or bold characters, changing the text color, and more. <a href=\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\">Superscript and subscript inline options</a> have already landed in the Gutenberg plugin, which should ship with WordPress 5.5.</p>\n\n\n\n<p>RichText Extension extends the editor toolbar to add new options for highlighting, underlining, and changing the font size of inline text. It also adds an option to clear all formatting.</p>\n\n\n\n<p>Overall, the plugin is a solid outing for a first-time contributor to the plugin directory. With luck, we will get to see more of Hamano’s work in the future.</p>\n\n\n\n<h2>Plugin Features</h2>\n\n\n\n<p class=\"has-drop-cap\">The primary feature of RichText Extension is its highlighter option, which allows users to highlight text. The plugin adds a paintbrush icon to the toolbar. Once clicked, it opens four highlighting options. By default, users can add a red or yellow marker effect or background directly behind a piece of text. This feature can be useful for adding a bit of flair to make specific words or characters to stand out.</p>\n\n\n\n<img />Using the marker highlight in a pullquote.\n\n\n\n<p>The plugin also adds a font size option to the toolbar. I am unsure how useful changing the font size for inline text is for the average end-user. Typically, this is best left to the block level. However, there may be some edge cases that others will want to use it for.</p>\n\n\n\n<p>Along with the core editor’s inline options in the toolbar’s dropdown menu, RichText extension adds Clear Format and Underline options. The former allows users to clear all inline formatting. The latter underlines text.</p>\n\n\n\n<p>Each of the plugin’s features can be configured via the plugin’s settings screen. Users can change the highlight colors, their thickness, and transparency. The four available font sizes can be adjusted. It also allows users to enable or disable each feature.</p>\n\n\n\n<img />RichText Extension’s settings screen.\n\n\n\n<p>It would be nice to see the plugin’s highlighting and font-size features use the theme-defined color palette and font sizes, respectively. The plugin could further allow users to define custom colors and sizes outside of those added by the theme.</p>\n\n\n\n<p>More than anything, I would like to see a fully-featured plugin tackle every conceivable inline text option with the ability to enable or disable each. This would give end-users ultimate flexibility over how they write their content. Perhaps RichText Extension can be that plugin in the future. Otherwise, another developer may step in and do the job.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 May 2020 19:51:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Accessibility Team to Host 24-Hour Online Event October 2, 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99528\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"https://wptavern.com/wordpress-accessibility-team-to-host-24-hour-online-event-october-2-2020?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-accessibility-team-to-host-24-hour-online-event-october-2-2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2464:\"<img />\n\n\n\n<p>The WordPress Accessibility Team is organizing a new online event called <a href=\"https://make.wordpress.org/accessibility/2020/05/07/announcing-the-first-wordpress-accessibility-day/\">WP Accessibility Day</a> that will take place on October 2, 2020. The event will feature 24 hours of educational sessions that focus on the intersection between WordPress and web accessibility. </p>\n\n\n\n<p>Inspired by the Polyglots’ Global Translation Day, which greatly <a href=\"https://wptavern.com/polyglots-team-experiences-record-annual-growth-expands-wordpress-reach-to-millions-with-new-translations\">expanded the team’s base of contributors</a> and fueled a record number of translations, the Accessibility Team aims to raise awareness about its work. Organizers will be featuring a variety of topics, including theme and plugin accessibility, writing accessible content, accessibility testing, current standards, and more from a diverse group of global speakers.</p>\n\n\n\n<p>Accessibility consultant and WordPress contributor Joe Dolson proposed the event use a model similar to the <a href=\"https://inclusivedesign24.org/2019/\">ID24</a> (Inclusive Design 24) conference, with one 30-40 minute talk per hour. This format merges aspects of virtual WordCamps and WordSesh, running a single-track of sessions over the span of 24 hours with live emcees to manage interviews and Q&A segments.</p>\n\n\n\n<p>Even though many events are going virtual due to the pandemic, accessibility contributors have been evaluating the possibility of hosting an online-only event <a href=\"https://wptavern.com/wordpress-contributors-explore-the-possibility-of-a-global-accessibility-event\">since mid-2019</a> and have been planning this one since December. The small size of the team and the travel expenses associated with larger WordCamps made it nearly impossible to scale the in-person collaboration happening at events.</p>\n\n\n\n<p><a href=\"https://wpaccessibilityday.org/\">WP Accessibility Day</a> has its own website where those who are interested can sign up to be notified about the call for speakers, sponsors, and other news. Organizers and volunteers are meeting in the #accessibility-events channel on WordPress’Slack. They will be discussing the event, along with other accessibility topics, during an online panel on Thursday, May 21st, 2020, for <a href=\"https://globalaccessibilityawarenessday.org/\">Global Accessibility Awareness Day</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 May 2020 20:17:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Simple Photoblogging with the Instapress WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/simple-photoblogging-with-the-instapress-wordpress-theme?utm_source=rss&utm_medium=rss&utm_campaign=simple-photoblogging-with-the-instapress-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4059:\"<p class=\"has-drop-cap\">It is not often that I come across a free WordPress theme that instantly impresses me. Far too often, I spend half an hour or more just getting to know a theme, checking its options, and figuring out how long it will take to recreate something that looks remotely like the demo. However, every now and then I come across one of those diamonds in the rough that makes me a taker a deeper look.</p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/instapress/\">Instapress</a> is one of those themes. It is yet another reason I am in favor of a <a href=\"https://wptavern.com/curated-list-of-featured-themes-coming-to-the-theme-directory\">curated featured themes list</a>. These types of unique themes tend to get lost in the crowd, and without the backing of a major company to market them, they usually go unnoticed by most WordPress users.</p>\n\n\n\n<p>What drew me to Instapress was its take on presenting posts on the front end. It is a photoblogging theme that is mostly good at showing individual photos but little else. It also has some of the old-school simplicity from the early WordPress theme era.</p>\n\n\n\n<p>Instapress is the first and only theme that Anton Lukin has submitted to the official WordPress theme directory. He runs the theme on his <a href=\"https://lukin.blog/\">personal blog</a>, in which he shares photos from the places he travels.</p>\n\n\n\n<h2>Beautiful Simplicity</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme is truly a photoblogging-only theme. It is not ideal for long-form, textual content or many other types of sites. Fair warning: if your plan is to do anything other than post photos, you should look elsewhere.</p>\n\n\n\n<p>This narrow design is what makes the theme stand out. On the blog page and other archive-type pages, the theme presents the featured image with an interesting JSON-style output of the post metadata such as the date, title, and author.</p>\n\n\n\n<img />Posts page display from Instapress.\n\n\n\n<p>Instapress has a few customizer options. Along with a custom footer description, end-users can decide whether to show the post author and any custom meta in post summaries on blog and archive pages. Custom meta in this sense means all public custom fields, which may not be desirable for everyone, depending on what metadata is assigned to the post. However, it can be useful for photobloggers who include location data, such as latitude and longitude for their posts.</p>\n\n\n\n<p>As shown in the following screenshot, Lukin includes the coordinates on his post (<code>latlng</code>):</p>\n\n\n\n<img />Custom metadata from <a href=\"https://lukin.blog/baikal/\">Baikal post</a>.\n\n\n\n<p>Themes rarely get much simpler than Instapress. It is intentionally lightweight. The stylesheet comes in under 20 kb, which is what any photoblogger should look for in a theme. The theme should not be the bottleneck for page speed on image-heavy websites.</p>\n\n\n\n<h2>Areas to Improve</h2>\n\n\n\n<p class=\"has-drop-cap\">While being a fan of the theme, some small things could drastically improve its appeal to end-users. I would not want the theme to add too many extra options. Its simplicity is part of its charm. However, a couple of home/archive views that offer a wider photo layout or grid would add a nice touch without bloating the theme.</p>\n\n\n\n<p>Typically, I would deduct massive points for a theme that has no block editor styles, particularly in 2020. It is such a huge user base to leave out. But, the biggest loss for this theme is not taking advantage of the built-in, image-related blocks. They provide theme authors with a ton of design freedom. Throw in a few custom styles and you can do something special for photoblogs. Even just supporting wide and full-width alignment goes a long way in providing users better options for photos.</p>\n\n\n\n<p>The other missing piece of the puzzle for this theme is that it has no site title output. End-users can shoehorn it into the nav menu or customizable footer description, but it would be nice to see it as part of the theme header, even if disabled by default.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 May 2020 19:52:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"WPTavern: WordCamp Spain 2020 Q&A: Matt Mullenweg Discusses Virtual Events, Decoupled WordPress, and the Future of Page Builders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99452\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:293:\"https://wptavern.com/wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-spain-2020-qa-matt-mullenweg-discusses-virtual-events-decoupled-wordpress-and-the-future-of-page-builders\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6424:\"<p>Matt Mullenweg joined Matías Ventura at WordCamp Spain yesterday for a lively Q&A session. The virtual event drew 5,000 registered users, and attendees came prepared with some thought-provoking questions about the future of WordPress. Here are a few highlights on some recent topics of interest.</p>\n\n\n\n<p>WordCamps around the globe have been going virtual, embracing the challenge of keeping communities connected through the screen. Mullenweg shared thoughts on how WordCamps have changed during the pandemic and what might be worthwhile to maintain after things go back to normal:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>WordCamps were always exclusionary. If you couldn’t make it to be in a physical point at a physical time, you couldn’t be there. Tickets were cheap but travel and other costs could be expensive. To our mission of democratizing publishing, if we could radically open up some of the value of WordCamps, not just the talks because the talks you could always watch later online, but some of that person-to-person connection and relationship-building that would happen at WordCamps – if we can recreate that online I feel like that could be something that would be amazing for the WordPress community. I feel like we used our in-person events as a crutch, actually. Because they were so good, and I love them, we overweighted towards them. This time allows us to reflect and also try new things that we might not have been pushed to otherwise. I hope that we don’t stop any of these new things. I hope there are more WordCamp events in every language.</p></blockquote>\n\n\n\n<p>Large regional events like WordCamp Europe and WordCamp US will be going virtual in the coming months and it will be interesting to see how they work to reproduce the intimate, in-person connections that are often forged at these events. </p>\n\n\n\n<p>One of the first questions was regarding <a href=\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund\">Automattic’s recent investment in Frontity</a>. Does Automattic’s interest mean that React might be implemented in the public part of WordPress? Mullenweg highlighted a few of the positive and negative aspects of decoupled WordPress setups but also confirmed that a React frontend is not on the roadmap for core:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I’m excited to be able to support Frontity. Automattic tries to support as many of the WordPress ecosystem companies as possible. If there is a company doing something interesting in WordPress, we would love to invest and support it. In terms of a React theme in default WordPress, I think that to me that stays in plugin and theme territory for the foreseeable future. The downside of that approach is that you lose all the capabilities of the decades of WordPress plugins and themes and integrations and everything when you move to that more decoupled React frontend. I don’t know if what you gain is that much better for a normal content website. In fact, so many single page applications in React when they get to version 2 or 3 usually work on server side rendering. We have server side rendering by default, and it’s really fast and really good, especially when you layer in AMP or some other things that can speed it up. It can actually be probably the best possible thing for content driven sites, the best practice, versus application driven sites where something like React might be better. If you take a really optimized PHP-served AMP page, performance-wise versus the same thing going through React, it’s hard for me to imagine the React page being faster. In fact, I think it would be much slower. That’s how I think about the defaults. But for people who are building more advanced applications or have some sort of constraint on their website where they need the React frontend, I think the decoupled use case of WordPress is stronger than ever. I don’t know why anyone would use a proprietary backend, like Contentful or something like that, when you have all the open source security, scalability, and robustness of WordPress available in a decoupled infrastructure as well.</p></blockquote>\n\n\n\n<p>Ventura noted that just because WordPress uses these technologies in the backend, doesn’t mean it has to be used on the frontend as well. Based on these comments, it doesn’t seem likely that WordPress will be adopting a React-based default theme anytime in the near future.</p>\n\n\n\n<p>The fate of page builders in the Gutenberg era is always a popular topic during Q&A sessions and WordCamp Spain was no exception. The general concern is whether Gutenberg’s full site editing capabilities will make these plugins obsolete, but Mullenweg seemed optimistic about WordPress leaving page builders a piece of the market:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I’m really excited for the future of page builders. Before every single page builder would have to do a fair amount of work to recreate their version of blocks. There was a lot of wasted effort with many talented and great developers all over the world essentially rebuilding the wheel or recreating the block over and over. Now that we have these rails in the core of this block infrastructure, it’s been widely adopted and implemented with thousands of blocks being created and many more to come, they don’t have to create that core fundamental infrastructure and can instead innovate on top of it, because there are so many cool things you can do in page builders that are out of scope of where we want to take Gutenberg.</p></blockquote>\n\n\n\n<p>Mullenweg also said he anticipates that page builders that are not built with Gutenberg in mind will likely be used less and less over time. However, it should be reassuring that there will still be a place in the WordPress ecosystem for products that build on top of the core standard.</p>\n\n\n\n<p>The Q&A session included many more questions on topics of interest, including when multi-language is coming to core, the future of themes, the present and future of the WP REST API, and what new business options may be coming to the WordPress ecosystem. Check out the recorded session embedded below to find out what Matt and Matías would improve in WordPress if they had a magic wand. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 May 2020 22:41:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Drag and Drop Nav Menu Items in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/drag-and-drop-nav-menu-items-in-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=drag-and-drop-nav-menu-items-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2941:\"<p class=\"has-drop-cap\">Earlier this week, Sajjad Hossain Sagor released the first version of his <a href=\"https://wordpress.org/plugins/drag-drop-menu-items/\">Drag & Drop Menu Items</a> plugin in the WordPress plugin repository. The plugin is a one-off, single-use plugin that does exactly what its name describes — it allows end-users to drag menu items from the meta boxes on the nav menu screen to the menu they are currently editing.</p>\n\n\n\n<p>Sagor is a freelance web developer from Bangladesh. Drag & Drop Menu Items is the latest of his 18 contributions to the free plugin directory.</p>\n\n\n\n<p>The plugin is simple in nature and does its one job well. To use it, users merely need to open the Appearance > Menus screen in the WordPress admin. Menu items from the meta boxes under the “Add menu items” section can then be dragged into the menu under the “Menu structure” section.</p>\n\n\n\n<img />Dragging an item into a custom menu.\n\n\n\n<p>When dragging a menu item over, a drop-box appears between each of the existing items in the menu. It is worth noting that you cannot drag items into a sub-menu slot directly from the meta boxes. This is on par with the default functionality and could be a limitation of WordPress. However, sub-menu organization works as usual.</p>\n\n\n\n<p>The Drag & Drop Menu Items plugin is limited to the Menus screen in the WordPress admin. It does not work in the customizer, which sports a different interface and method of adding menu items.</p>\n\n\n\n<p>The plugin code is minimal and does not appear to have any issues. The additional JavaScript, at less than 4 kb, should not add much weight to the page either.</p>\n\n\n\n<p>By default, WordPress requires two mouse clicks to add an item to a menu: one click to tick the checkbox and a button click to add the item. However, the default method also allows users to append multiple items at once.</p>\n\n\n\n<p>On the whole, the plugin is a good option for users who prefer the drag-and-drop method of adding items or those who prefer to have both methods at their disposal. It adds a nice touch that would make sense as an existing part of WordPress.</p>\n\n\n\n<h2>An Uncertain Future</h2>\n\n\n\n<img />Experimental Navigation screen from the Gutenberg plugin.\n\n\n\n<p class=\"has-drop-cap\">Eventually, Drag & Drop Menu Items may no longer function. The Gutenberg plugin team has already built an early experimental version of a <a href=\"https://github.com/WordPress/gutenberg/pull/21036\">new Navigation screen</a> in the admin. The plan is to incorporate this new screen into core WordPress in the future.</p>\n\n\n\n<p>The new screen will work within the block system and likely use the work that has gone into the existing Navigation block. This will provide consistency in how menus are added across the site.</p>\n\n\n\n<p>For now, if you would like the ability to drag and drop menu items, this plugin is a solid solution.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 May 2020 19:15:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Bringing Back Blogs in the Age of Social Media Censorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/bringing-back-blogs-in-the-age-of-social-media-censorship?utm_source=rss&utm_medium=rss&utm_campaign=bringing-back-blogs-in-the-age-of-social-media-censorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8292:\"<p class=\"is-style-default\">You’ve probably never heard of Robert B. Strassler. That’s OK, you’re not alone.</p>\n\n\n\n<p>Early in his career, Strassler worked in oil fields, but he always had an interest in <em>the classics</em> (the formal designation for the studies of ancient Greek and Roman civilizations). Eventually, Strassler’s hobby became an obsession. He went so far as to author his own translation of Thucydides, the Athenian historian of the Peloponnesian War.</p>\n\n\n\n<p>The problem was nobody wanted to read Strassler’s book. This was in the 1990s. It was more difficult to publish to the web and there was no social media. Strassler approached every Ivy League institution he could find. Nobody was interested in reading a manuscript about Thucydides penned by an oilman with no formal credentials. That was the situation until Strassler contacted Victor Davis Hanson, a classicist professor in Fresno, California. Hanson agreed to look at the manuscript and was astounded by Strassler’s work: a brilliant, highly readable translation of Thucydides including maps, diagrams, and charts. Hanson helped the disconnected oilman get in touch with a literary agent. Strassler’s landmark edition became the standard translation of Thucydides. Still read today, <a rel=\"noreferrer noopener\" href=\"https://www.amazon.com/Landmark-Thucydides-Comprehensive-Guide-Peloponnesian/dp/0684827905/ref=sr_1_4?dchild=1&keywords=strassler&qid=1588787709&sr=8-4\" target=\"_blank\"><em>The Landmark Thucydides: A Comprehensive Guide to the Peloponnesian War</em></a> is as successful as any book on the classics can be—in the age of Twitter.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Those of us who take the idea of democratic publishing seriously rejoice at how the field has opened to include anyone who has something to say and is willing to write it down. That’s why we should be more alarmed when we see social media companies crowd the spaces once occupied by blogs and do-it-yourself content creators. We see a decline in diverse opinions as the web quickly becomes less free and more autocratic.</p>\n\n\n\n<p>How many Robert B. Strasslers are being stifled today by biased algorithms and arbitrary “community guidelines”?</p>\n\n\n\n<p>In March, as COVID-19 exploded into a worldwide panic, the web gatekeepers we’ve come to rely on quickly massed around a singular interpretation of events and <a href=\"https://www.wsj.com/articles/controlling-the-virus-narrative-11584899715\">stifled dissenting voices</a>—even mild ones.</p>\n\n\n\n<p>YouTube, the second largest search engine in the world, demonetized all videos that mentioned “COVID-19,” “Coronavirus,” or any term related to the pandemic, and herded viewers away from content creators and toward the Center for Disease Control (CDC) — the same <a href=\"https://www.usatoday.com/story/news/politics/2020/04/01/coronavirus-surgeon-general-says-cdc-asked-review-mask-guidance/5101884002/\">CDC that first advised <em>against</em> wearing masks</a>. Even medical practitioners who deviated slightly from the prevailing vision <a href=\"https://www.turnto23.com/news/coronavirus/video-interview-with-dr-dan-erickson-and-dr-artin-massihi-taken-down-from-youtube\">were removed from the platform</a> after gaining millions of views.</p>\n\n\n\n<p>Experienced journalists who questioned official decrees (surely, the role journalists are expected to perform) were targeted with hit pieces and character assassination by their own peers.</p>\n\n\n\n<p>As author/professor Cal Newport noted in an <a href=\"https://www.wired.com/story/opinion-expert-twitter-only-goes-so-far-bring-back-blogs/\">op-ed for <em>Wired</em></a>, much of the dissenting viewpoints and on-the-ground data have become part of the mainstream conversation even after being suppressed by a small group of decision-makers: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We don’t necessarily want to trust engineers at one company to make the decisions about what topics the public should and should not be able to read about.</p></blockquote>\n\n\n\n<p>How many times have you clicked on a link in a tweet and received a message as shown in the following screenshot?</p>\n\n\n\n<img />Twitter unsafe link warning.\n\n\n\n<p>Adults should be trusted to determine what kind of content is harmful (if such a thing exists) without the assistance of Twitter employees and their “partners.” And, are these warnings actually meant to protect people or simply to shield Twitter from corporate liability? I think we can guess what the answer is.</p>\n\n\n\n<p>It’s not only those without official-sounding credentials who are being barred from sharing content. Creators who clearly have experience in their fields of study are also facing arbitrary censorship.</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://www.thegreatcoursesplus.com/\" target=\"_blank\">The Great Courses Plus</a>, a streaming service that produces college-level video courses taught by actual professors, was threatened with a ban from Google if they did not remove COVID-19-related content from their app. In an email to subscribers, the team wrote:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Google informed us they would ban The Great Courses apps if we continued to make [Covid-19] in-app content available. We are working with Google to ensure that they understand our content is factual, expert-led, and thoroughly vetted, so that we can remedy this misunderstanding as soon as possible.</p></blockquote>\n\n\n\n<p>The videos in question included content from Dr. Roy Benaroch, Adjunct Assistant Professor of Pediatrics at the Emory University School of Medicine; Dr. David Kung, Professor of Mathematics at St. Mary’s College of Maryland; and Dr. Kevin Ahern, Professor of Biochemistry and Biophysics at Oregon State University. How or why these scholars were found unworthy of Google’s imprimatur is a mystery. As the public does not presume to give Google programming advice, perhaps Google could return the favor by not pretending to be experts on epidemiology, immunology, and virology.</p>\n\n\n\n<p>The only way to see these offending videos is on the <a href=\"https://www.thegreatcoursesdaily.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Great Courses website</a>, where Google’s authority is not absolute. <em>It happens to be a WordPress-powered site.</em> For intellectuals and laymen who value free expression, having your own website is becoming the only way to make sure you can keep it.</p>\n\n\n\n<p><strong>The problem of pitting credentials against experience in a zero-sum conflict is fixable, and WordPress is a big part of the solution.</strong></p>\n\n\n\n<p>WordPress allows capable scientists, economists, and medical professionals in other fields to write at length about their ideas without fear of being blocked by arbitrary restrictions. Also, the five-minute install (which does take a little more than five minutes for many people) imposes enough of a barrier to entry to discourage cranks. </p>\n\n\n\n<p>We like to think of the internet as a true egalitarian system, where every voice is given equal consideration, but deep down we know that’s not exactly how it works. Network effects tend to form hubs of concentrated influence around a handful of websites. This isn’t always a bad thing. A recipe blog with poor taste and no pictures deserves fewer readers than a blog with great-tasting recipes and high-resolution images.</p>\n\n\n\n<p>There is still room enough in the network for certain nodes to grow in size and influence based on the quality of their content. A node with enough backlinks, good organic search rankings, and high-quality content will gain an audience, and be able to keep it, without fear of corporate reprisals or aggressive algorithm updates.</p>\n\n\n\n<p>If we really care about democratizing publishing, we won’t always like what we read. There will be disagreements, but democracy requires a literate population eager for debate. We can challenge, discuss, and learn.</p>\n\n\n\n<p>There are a lot of Robert B. Strasslers out there in the network, waiting patiently to be heard.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 May 2020 15:41:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Chris Maiorana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: WP Engine Launches Genesis Pro Add-On for Customers, More Features in the Works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99440\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/wp-engine-launches-genesis-pro-add-on-for-customers-more-features-in-the-works?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-launches-genesis-pro-add-on-for-customers-more-features-in-the-works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6549:\"<p class=\"has-drop-cap\">Managed web hosting company WP Engine launched the new <a href=\"https://studiopress.blog/announcing-genesis-pro/\">Genesis Pro add-on</a> for customers of its hosting service today. The add-on brings additional block editor features for users who are using a Genesis-based WordPress theme.</p>\n\n\n\n<p>Genesis is a parent theme developed by StudioPress. WP Engine <a href=\"https://wptavern.com/wp-engine-acquires-studiopress\">acquired the theme development company</a> in 2018. Later that year, the company took the first steps toward <a href=\"https://wptavern.com/genesis-framework-and-studiopress-themes-add-gutenberg-compatibility-more-gutenberg-features-coming-soon\">adding compatibility with the block editor</a> for Genesis customers, becoming an early adopter of the new editing experience.</p>\n\n\n\n<p>“Beyond just being ‘compatible,’ Genesis will play a big role in being Gutenberg-First,” Jason Cohen, CTO of WP Engine, said of future plans nearly two years ago. “That means not only supporting the software and ideals of Gutenberg but using them for new features. In doing so, it’s our intention to light the way for the countless agencies and developers who use WordPress to fuel incredible digital experiences that are made even easier with Gutenberg.”</p>\n\n\n\n<p>Today’s <a href=\"https://wpengine.com/genesis-pro\">Genesis Pro</a> launch is another step on that journey. WP Engine is currently rolling out the add-on as part of its managed hosting service. The cost is $30/month ($360/year) for an unlimited number of sites.</p>\n\n\n\n<p>The current plan is to also make the Genesis Pro plugin available via the StudioPress website in the early summer. The company is not formally committing to that timeframe yet, but users not on WP Engine’s hosting service should expect it this year. The price for Genesis Pro will be available for $360/year, which is at the same rate as the hosting add-on.</p>\n\n\n\n<p>The reason behind the early launch for web hosting clients seems to be twofold based on the announcement post. David Vogelpohl, VP of Web Strategy for WP Engine, said the company could launch the product faster and increment with the launch for its hosting customers. They are also able to make sure the payment system scales, which StudioPress now uses.</p>\n\n\n\n<p>“Genesis Pro’s capabilities are expressed in a single plugin today, but may be provided in multiple plugins, WP adjacent services, or other means in the future based on architectural decisions of any particular feature,” said Vogelpohl.</p>\n\n\n\n<p>Watch a quick video on Genesis Pro:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-vimeo\"></div>\n</div>\n\n\n\n<h2>Genesis Pro Features</h2>\n\n\n\n<img />Example layout from the Genesis Pro add-on.\n\n\n\n<p class=\"has-drop-cap\">The add-on includes a robust set of options that are primarily aimed at helping users build their webpages with custom blocks and designs. The following features are the foundation of the add-on:</p>\n\n\n\n<ul><li><strong>Block Library:</strong> Includes 17 custom blocks, such as a testimonial and pricing block.</li><li><strong>Page Layouts:</strong> Offers 22 full layouts for product, portfolio, team, and other pages.</li><li><strong>Content Sections:</strong> Adds 38 customizable content sections.</li><li><strong>Permissions System:</strong> Allows admins to set editing permissions on a per-block basis.</li><li><strong>Customization:</strong> Users can create and share custom sections and layouts with content creators.</li></ul>\n\n\n\n<p>Most of the options seem to be under a pop-up modal on the post-editing screen that should allow users to insert blocks directly into their post or page content. More blocks, sections, layouts, and other content-creation tools are currently in the works.</p>\n\n\n\n<img />Layout selector from the Genesis Pro add-on.\n\n\n\n<p>The add-on features are mostly standard fare in comparison to many of the block libraries and suites available throughout the WordPress ecosystem. Of course, these will have the StudioPress spin on them and likely be of high quality based if past work is any indication. With the launch out of the way and the foundation in place, it should be much easier for the team to churn out more customization options for end-users.</p>\n\n\n\n<p>The most unique feature is probably around the block permissions system, which few companies have truly tackled. For site administrators who work with multiple creators, setting up editing permissions for individual blocks can be useful. If the user experience for this system works well, it will be a huge selling point for some site owners.</p>\n\n\n\n<img />Block permissions settings for Genesis Pro.\n\n\n\n<h2>Genesis X</h2>\n\n\n\n<p class=\"has-drop-cap\">Vogelpohl teased another project the team has been working on titled “Genesis X,” which is separate from the Genesis Pro project. It is an experimental plugin version of Genesis that will be available to StudioPress customers at no additional charge. The work thus far has centered on what Genesis will look like in a world where full-site editing is available through WordPress itself.</p>\n\n\n\n<p>“The current version of Genesis X focuses on helping site creators easily manage global styles across their site, customize and manage blocks, as well as other capabilities to help users win with full-site editing in WordPress core,” said Vogelpohl. “Genesis X is being built core-adjacent and is not a replacement for the block editor. It is designed to work with the block editor.”</p>\n\n\n\n<p>Vogelpohl said the first objective of the project is to provide analogs for features in Genesis that would not work in a parent theme structure within the full-site editing context. “After achieving that parity in ways that make sense, we will be focused on the advanced block capabilities as well as other features currently on our roadmap,” he said.</p>\n\n\n\n<p>The company is putting a lot of weight and resources behind the transition from pre-block WordPress and the upcoming features that WordPress will offer via the block system. Right now, they have a team of 15 employees working on solutions with Genesis.</p>\n\n\n\n<p>“The overarching theme is that Genesis X is being architected not to just help the Genesis community adapt to full-site editing in core, but for any user of WordPress to adopt full-site editing in a way that sets them up for the best chance of success,” said Vogelpohl.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2020 20:52:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: GitHub Introduces Codespaces IDE, Discussions, and Code Scanning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/github-introduces-codespaces-ide-discussions-and-code-scanning?utm_source=rss&utm_medium=rss&utm_campaign=github-introduces-codespaces-ide-discussions-and-code-scanning\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4529:\"<p><a href=\"https://githubsatellite.com/\">GitHub Satellite</a>, the company’s annual product and community event, went virtual this year for the first time but marched forward with the usual major product announcements. GitHub is ramping up its offerings with <a href=\"https://github.blog/2020-05-06-new-from-satellite-2020-github-codespaces-github-discussions-securing-code-in-private-repositories-and-more/\">four new products</a>: an IDE, a discussion platform, code scanning, and private instances. </p>\n\n\n\n<p><a href=\"https://github.com/features/codespaces/\">Codespaces</a> is the platform’s new built-in IDE that lets users code in the browser with minimal setup. The product is based on the VS Code editor and includes terminal access, support for code completion, and extensions: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Codespaces can be configured to load your code and dependencies, developer tools, extensions, and dotfiles. Switching between environments is simple—you can navigate away at any time, and when you switch back, your codespace is automatically reopened.</p></blockquote>\n\n\n\n<p>The IDE was created to facilitate contribution but it also enables better development on mobile devices. GitHub design lead Joel Califa shared a demo of how he uses Codespaces on his iPad:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">People have been asking about using Codespaces on the iPad. Here\'s what it looks like: <a href=\"https://t.co/5UQHtzMwZh\">pic.twitter.com/5UQHtzMwZh</a></p>— Joel Califa (@notdetails) <a href=\"https://twitter.com/notdetails/status/1258120708212785154?ref_src=twsrc%5Etfw\">May 6, 2020</a></blockquote>\n</div>\n\n\n\n<p>GitHub plans to implement a pay-as-you-go pricing model for Codespaces, but it will be free during the limited beta. This product should complement the recent launch of <a href=\"https://github.com/mobile/\">GitHub’s mobile apps for iOS and Android</a> in March, which allows users to manage projects, tasks, feedback, and pull requests.</p>\n\n\n\n<p>Discussions is a new feature that stands to have a more meaningful impact on open source communities. GitHub issues and pull requests have long been the home of most conversations, but oftentimes this type of collaboration would be better served with features more tailored to a knowledge base. Discussions offer a threaded format where questions can be marked as answered. Participation in discussions counts towards users’ contribution graphs. GitHub plans to put the feature into beta for public repositories soon.</p>\n\n\n\n<img />\n\n\n\n<p>GitHub also announced code scanning, powered by CodeQL, a semantic analysis engine trained to find vulnerabilities. When code scanning is enabled, every `git push` is inspected by CodeQL for potential vulnerabilities and the results are displayed in the pull request. Code scanning is free for open source software. </p>\n\n\n\n<p>Secret scanning, which has been enabled on public repositories since 2018, is now available for private repositories. It scans code for known secret formats and notifies developers upon finding something. At the beginning. of 2019, GitHub announced that it was giving free users access to <a href=\"https://wptavern.com/github-announces-free-unlimited-private-repositories\">unlimited private repositories</a>. Adding secret scanning to private repositories is the next natural step, as these have likely grown in number after being added to the free tier.</p>\n\n\n\n<p>While many of GitHub’s new features are aimed at free users and open source communities, this week’s announcements also include a new enterprise product called Private Instances:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Today we introduced our plans for GitHub Private Instances, a new, fully-managed option for our enterprise customers. Private Instances provides enhanced security, compliance, and policy features including bring-your-own-key encryption, backup archiving, and compliance with regional data sovereignty requirements. </p></blockquote>\n\n\n\n<p>After Microsoft acquired GitHub for $7.5 billion in 2018, the company has aggressively worked to make its product more compelling in the highly competitive space of code sharing platforms, starting with the free tier. Pricing has not yet been finalized for any of the revenue-generating products announced this week, as GitHub may be testing the waters to gauge the community’s reaction before launch.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 May 2020 14:42:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Apply to Speak at the JavaScript for WordPress Conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99026\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/apply-to-speak-at-the-javascript-for-wordpress-conference?utm_source=rss&utm_medium=rss&utm_campaign=apply-to-speak-at-the-javascript-for-wordpress-conference\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2066:\"<p>The third annual <a href=\"https://javascriptforwp.com/conference/\">JavaScript for WordPress Conference</a> is gearing up for three days of online talks and workshops on July 8-10, 2020. The event is free to attend and organizer Zac Gordon is working to put together a diverse speaker lineup.</p>\n\n\n\n<p>Day 1 will be devoted to workshops that help beginners get up and running with JavaScript and React. Day 2 will focus on building Gutenberg blocks and block-based themes. Day 3 will include topics and projects that use WordPress as a Headless CMS.</p>\n\n\n\n<p>“Last year we did 4 tracks all at once.” Gordon said. “That was a lot. So this year we’re doing two days, one track each day. We decided on Blocks and Headless as our two tracks, because that seems to be where most of the JavaScript development is happening at the moment in the WordPress space.”</p>\n\n\n\n<p>Previous editions of the conference have pulled in approximately 1,000 viewers, similar to the size of a large WordCamp. Gordon said the event is open for all JavaScript-related topics related to WordPress beyond Gutenberg and headless setups and they are trying to encourage new speakers.</p>\n\n\n\n<p>“Each year we’re trying to do more to have the conference reflect a range of speakers, and this year we’re hoping that a few of the brilliant and industrious younger folks coding or building with WordPress might speak,” he said.</p>\n\n\n\n<p><a href=\"https://javascriptforwp.com/conference/register/\">Registration is free</a> on the event website and <a href=\"https://javascriptforwp.com/conference/apply-to-speak/\">applications for speakers</a> will be open until June 1. </p>\n\n\n\n<p>“I’m not sure how many speakers we will do exactly, but we will have a few folks leading workshops day one and then maybe 5-8 speakers the two other days,” Gordon said. “It will be fewer speakers than last year, but hopefully still a lot of quality focused talks. The applications we’ve seen come in so far are exciting.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 May 2020 21:43:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: ACF Blocks Provides Assortment of Blocks Built from Advanced Custom Fields Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro?utm_source=rss&utm_medium=rss&utm_campaign=acf-blocks-provides-assortment-of-blocks-built-from-advanced-custom-fields-pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8487:\"<p class=\"has-drop-cap\">Over the weekend, Munir Kamal released version 2.0 of his <a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks plugin</a>, a project that creates a suite of blocks for the editor. The plugin offers 18 custom blocks in its free version and 15 more in the <a href=\"https://www.acfblocks.com/pro/\">pro upgrade</a>. It is built on top of <a href=\"https://www.advancedcustomfields.com/pro/\">Advanced Custom Fields Pro</a> (ACF Pro).</p>\n\n\n\n<p>The latest update of the plugin added support for typography, including options for using various Google Fonts for in-block text. Kamal also included base styling options for design features like margin and padding for every block in the plugin.</p>\n\n\n\n<p>With ACF Pro as a hard dependency, it limits the audience of ACF Blocks. In large part, this plugin will be useful for agencies and freelancers who need to quickly build features for clients within their budget. For that purpose, the plugin does a solid job.</p>\n\n\n\n<p>The tight coupling with ACF Pro hurts the user experience for the plugin. However, the ideas behind ACF Blocks and its custom options make up for the shortcomings of relying on its dependent parent plugin. Decoupling the two is unlikely, but it would make for a smoother experience and open the plugin to a wider audience.</p>\n\n\n\n<p>Kamal took inspiration for the plugin from ACF and its pro version. He described the process of building blocks with the framework “super easy,” even for an intermediate-level developer. “It has been such an amazing WordPress framework for years to create custom fields,” he said. “And when [Elliot Condon] announced the block creation feature in ACF, that quickly triggered me to build this collection of ready-to-use ACF Blocks.”</p>\n\n\n\n<p>The biggest technical limitation is that Kamal cannot build nested blocks, which is a current limitation of ACF. “I have already discussed it with [Condon], and he is already working on bringing that functionality hopefully soon,” he said. “Once that comes to ACF, we may create more amazing and powerful Gutenberg Blocks.”</p>\n\n\n\n<p>Watch a short walkthrough of how the plugin works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>Useful Assortment of Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">While primarily testing the free version of ACF Blocks, I found that it has several useful blocks that could immediately address common needs for end-users. With 18 free blocks available, users have plenty to work with before deciding whether they want to move along the upgrade path to the pro version.</p>\n\n\n\n<p>One of the best blocks in the collection is the Photo Collage block. It is ACF Blocks’ answer to the core Gallery block. The grid options for this block alone make this plugin worth checking out. The block offers between 2 and 15 grid layouts, depending on the grid option the user selects.</p>\n\n\n\n<img />Setting the grid for the Photo Collage block.\n\n\n\n<p>My second favorite of the assortment is the Testimonial block. Coupled with the typography options, which are available for all blocks, you can have a lot of fun designing a testimonial section.</p>\n\n\n\n<img />Tinkering with Google Fonts in the Testimonial block.\n\n\n\n<p>This is a small sampling of what the plugin can do. The Price List block can help restaurant sites set up their menu. The Pricing Box block, particularly when nested into the core Columns block, makes it easy to set up a pricing section with multiple product options. And, the Team block makes it simple to create profile sections on a company’s team/about page.</p>\n\n\n\n<p>The following blocks are available in the free version (with several more in the pro version):</p>\n\n\n\n<ol><li>Scrollable Image Block</li><li>Tab Block</li><li>Toggle Block</li><li>Accordion Block</li><li>Image Slider Block</li><li>Social Sharing Block</li><li>Photo Collage Block</li><li>Posts Block</li><li>Testimonial Block</li><li>Team Block</li><li>Multi Buttons Block</li><li>Pricing Box Block</li><li>Price List Block</li><li>Start Rating Block</li><li>Progress Bar Block</li><li>Counter Number Block</li><li>Click to tweet Block</li><li>Business Hours Block</li></ol>\n\n\n\n<p>Kamal’s favorite blocks from the overall suite are Image Hotspot, which allows users to set an image background with “pointers” to pop up content; Before After Image, which lets users compare two images using a sliding bar; and Photo Collage, the plugin’s grid-based gallery block. The first two are available only in the pro version of the plugin. The plugin creator said he thinks all the blocks are useful but these were the most fun to build.</p>\n\n\n\n<h2>Room for Improvement</h2>\n\n\n\n<p class=\"has-drop-cap\">ACF Blocks is a nice concept. It gets a lot of things right. However, there are minor issues that dampen the experience of working with its blocks. These issues are not insurmountable, and I expect Kamal will address them in upcoming versions based on familiarity with his past work and drive toward building great products for users.</p>\n\n\n\n<p>The most immediate issue and likely the simplest to fix is the plugin’s styles for left and right margins on every block. The plugin resets these margins to <code>0</code> by default. Depending on the active theme on a site, this could shift the blocks to the edge of the screen instead of the content area on the front end. Some themes use left/right margins to align content. This is not an issue with only ACF Blocks. It is prevalent among plugins with front-end output.</p>\n\n\n\n<p>One quick solution for the margin issue is to wrap any of the plugin’s blocks within the core Group block. This will put margins back under the theme’s control.</p>\n\n\n\n<p>Editing block content happens in the block options panel instead of directly in the block. I am unsure if this is a limitation of using the ACF Pro framework or a design decision on Kamal’s part. It feels odd to jump between editing content in the content area to editing content in the sidebar.</p>\n\n\n\n<p>One example of my confusion with block content was with the Photo Collage block. I clicked on the block, hoping to have the media library appear for uploading. Nothing happened. I clicked again because, well, maybe I did not get a good click in that first time. Nothing happened. I eventually found the image upload button under the block’s option panel on the right.</p>\n\n\n\n<p>Setting block options can feel a little sluggish at times with the block output in the editor not reflecting changes immediately. This is primarily because ACF Blocks relies on the server-side rendering capabilities of ACF Pro. It is unlikely this can be addressed in the blocks plugin. Some users may find the delayed rendering to be tedious when editing multiple options.</p>\n\n\n\n<h2>Final Thoughts</h2>\n\n\n\n<p class=\"has-drop-cap\">Kamal has put together a useful set of blocks that will help many end-users build sections of content they cannot create out of the box. Between the free and pro versions, there is a total of 33 blocks. The creator is committed to adding more blocks over time based on user feedback. In the immediate future, he plans to keep hacking away at bug fixes and improving the code.</p>\n\n\n\n<p>I still feel like how ACF Pro works is a hindrance to how good this plugin could be if built from scratch. With that said, the framework helped make Kamal’s plugin a reality. ACF Blocks is a showcase in what is possible via ACF Pro, which should inspire other developers who are looking for solutions built on top of one of the most widely-used frameworks in the WordPress ecosystem.</p>\n\n\n\n<p>Kamal understands that some ACF Pro users may try their hands at creating similar blocks but feels like his team’s knowledge and dedication to offering support are the most important parts of the equation. “ACF Blocks saves time and effort for creating blocks yourself for the most common web design elements,” he said.</p>\n\n\n\n<p class=\"is-style-highlight has-white-color has-blue-700-background-color has-text-color has-background text-white bg-blue-700\">Note: this plugin review and feedback were requested by the plugin author. Read our post about <a href=\"https://wptavern.com/product-reviews-in-the-wordpress-ecosystem-honesty-and-genuine-experiences\">honest feedback based on genuine experiences</a> for more information on how reviews are handled.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 May 2020 20:36:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Jetpack 8.5 Adds New Podcast Player Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"https://wptavern.com/jetack-8-5-adds-new-podcast-player-block?utm_source=rss&utm_medium=rss&utm_campaign=jetack-8-5-adds-new-podcast-player-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3066:\"<p><a href=\"https://jetpack.com/2020/05/05/jetpack-8-5-new-podcast-block/\">Jetpack 8.5</a> was released today with a new podcast player block for sharing audio content. Configuring the block is as simple as entering the podcast RSS feed URL. This will automatically bring in the cover art and recent episodes. Block options allow for further customization of the display, including the number of episodes, colors, and the ability to show/hide cover art and episode descriptions. </p>\n\n\n\n<img />\n\n\n\n<p>Jetpack’s new podcast player has arrived just in time, as podcasting has gotten a little boost in recent months due to the large numbers of people under stay-at-home orders. iHeartRadio, an American audio company with more than 350 podcasts, reports that <a href=\"https://www.iheartmedia.com/press/new-iheartpodcast-insights-show-increase-listening-more-americans-quarantine-during-covid-19\">listenership for its podcasting network is up 6%</a> month-over-month, with California and New York jumping 13% and 8% respectively. iHeartRadio’s insights also showed that certain genres are more popular than others:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>During a time of economic uncertainty, Americans are listening to more business and finance podcasts – for which downloads and streams are up 78 percent week-over-week among the iHeartRadio Original podcasts. Listeners are also turning to music, entertainment and comedy during this time, where iHeartPodcasts have shown an increase in listening as well.</p></blockquote>\n\n\n\n<p>Selling ads and marketing a new podcast may be more of a struggle during this economic downturn, but those with extra time on their hands may have an easier time producing and publishing episodes. Jetpack’s new block makes it easy to share your own episodes or podcasts you enjoy from other websites.</p>\n\n\n\n<p>The 8.5 release also includes significant improvements to the <a href=\"https://jetpack.com/2020/04/07/re-introducing-jetpack-search-for-wordpress-sites/\">new Search feature</a>, which is powered by Elasticsearch, to provide better indexing and a simpler onboarding experience. </p>\n\n\n\n<p>Automattic developer Brandon Kraft published a post today that <a href=\"https://kraft.blog/2020/05/jetpacks-publicize-now-uses-twitter-cards/\">details recent changes to the Publicize feature</a>. In the past, Publicize would attach an image from the post when sending out its automatic tweet to Twitter. This has now been changed for Jetpack and WordPress.com sites so that Publicize no longer attaches a picture but defaults to allowing Twitter to display its Twitter card instead. Developers can use a filter to return the plugin to its previous behavior, if necessary.</p>\n\n\n\n<p>Jetpack 8.5 also makes more widgets and embed tools AMP-compatible, expands options for the Revue block, and fixes layout issues with several other blocks. Check out the <a href=\"https://wordpress.org/plugins/jetpack/#developers\">changelog on WordPress.org</a> for a full list of the enhancements and bug fixes.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 May 2020 23:09:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Need to Smile Today? Stay WordPress Strong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99333\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://wptavern.com/need-to-smile-today-stay-wordpress-strong?utm_source=rss&utm_medium=rss&utm_campaign=need-to-smile-today-stay-wordpress-strong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5173:\"<div class=\"wp-block-embed__wrapper\">\n\n</div><strong>Lyrics:</strong> Zack Katz, Jonathan Mann | <strong>Music:</strong> Jonathan Mann<br />Video licensed under <a href=\"https://creativecommons.org/licenses/by/3.0/us/\">Creative Commons – Attribution</a>\n\n\n\n<p class=\"has-drop-cap\">For the first time, at least 19 people from the WordPress community can literally call themselves WordPress rock stars without it sounding like an outdated marketing gimmick.</p>\n\n\n\n<p><a href=\"https://gravityview.co/\">GravityView</a> dropped a community music video and website named <a href=\"https://wpstrong.org/\">WordPress Strong</a> earlier today. It is fun. It is inspirational. It will leave a smile on your face. The video features a wide range of faces, voices, and musical talent from around the planet.</p>\n\n\n\n<p>Much of the world is looking for small ways to cope with the ongoing COVID-19 pandemic. Each day is about finding the things we should be thankful for while waiting for life to feel like normal. The WordPress community has been a beacon of hope for many. It has continued providing purpose to people despite their daily lives being upended. This project is one more way to show the strength of our community.</p>\n\n\n\n<p>“People were scrambling to adjust to the new reality of living in a pandemic, and there was a rush of uncertainty,” said Zack Katz, the creator of GravityView, on starting the project. “In the middle of all that uncertainty, I felt lucky to be part of the WordPress community: doing what we do, working on an open and thriving platform, with a culture of people who are kind to each other and support each other.”</p>\n\n\n\n<p>Many GravityView customers began using the plugin to enable COVID-19 responses, such as sites like <a href=\"https://supportredditch.net/\">Support Redditch</a>, which coordinates relief efforts. “I sensed a movement of coming together to help each other, and I wanted to get the word out: if you need help, ask the community,” said Katz. “We’re here for you. We’ll get through this together.”</p>\n\n\n\n<p>A total of 19 volunteers contributed to the music video, including WordPress co-founder Matt Mullenweg. However, the true star of the group was Tracy Apps, the owner of <a href=\"http://tracyappsdesign.com/\">tracy apps design</a>, who laid down the beat on the drums.</p>\n\n\n\n<p>“It involved asking a lot of people!” said Katz of finding willing subjects. “I get why people are reluctant. I even waited until the last minute to record my video! Something special happens when people are invited to go beyond their comfort zone, especially when it comes to creative endeavors. It was moving to have the emails come in with their videos. People were willing to share a different part of themselves.”</p>\n\n\n\n<p>The <a href=\"https://twitter.com/hashtag/WordPressStrong\">#WordPressStrong</a> hashtag is open for anyone to contribute to on Twitter. The project is calling for volunteers to join in on the fun. If you can sing, play an instrument, or dance — or if you can’t — you can be a part of this movement for our community to become stronger. If nothing else, it will give you something to do to pass the time. Tag yourself doing something and share it. I am certain it will brighten at least one person’s day.</p>\n\n\n\n<h2>The WordPress Strong Project</h2>\n\n\n\n<p class=\"has-drop-cap\">Katz began the project in March. He shared some initial lyric ideas with <a href=\"https://www.jonathanmann.net/\">Jonathan Mann</a> who then wrote and recorded WordPress Strong. The GravityView team reached out to members of the WordPress community and asked them to lend their voices.</p>\n\n\n\n<p>“I deeply respect [Mann] as a musician and how he exposes himself through his music,” said Katz. “His album <em>I Used to Love My Body</em> was my soundtrack for last year.”</p>\n\n\n\n<p>Mann is the voice of the GravityView brand and has previously created a <a href=\"https://www.youtube.com/watch?v=nmUWfA56TqA\">song for the product</a>. Katz and Mann also worked on the <a href=\"https://www.youtube.com/watch?v=cqdDo_W8CVE\">WordPress Wiggle</a> song in 2017.</p>\n\n\n\n<p>“When creating WordPress Strong, I shared a poem with [Mann] and expressed the tone that I wanted to convey,” said Katz. “The email had the subject line ‘WordPress Hope Song.’ He wrote and recorded WordPress Strong, and I think you agree, it’s a great WordPress Hope Song.”</p>\n\n\n\n<p>The plan for the WordPress Strong website goes beyond releasing a song. Katz wants to expand the site to be a place where people from the community can ask and receive help during the pandemic. The team is currently working on a part of the site where community members can request assistance or offer help anonymously.</p>\n\n\n\n<p>“I was hoping artists of all stripes would be interested in sharing their work on the WordPress Strong website,” said Katz. “Sharing creativity together empowers us to be vulnerable in our despair as well as our hope. I would like to help foster that.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 May 2020 20:36:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Mark Jaquith: WordPress/Jetpack Driver for Laravel Valet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://markjaquith.wordpress.com/?p=7213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://markjaquith.wordpress.com/2020/05/05/wordpress-jetpack-driver-for-laravel-valet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1082:\"<p>Recently I’ve found myself using <a href=\"https://laravel.com/docs/valet\">Laravel Valet</a> for local PHP development on my Mac. I love how fast and low-maintenance it is.</p>\n\n\n\n<p>One thing that is a little tricky about Valet is that you can’t really write custom Nginx configs. That means that I couldn’t use my favorite technique of routing missing images to the production site, via Jetpack’s Site Accelerator (formerly “Photon”) CDN.</p>\n\n\n\n<p>Normally, when doing local development on a WordPress site, you need three things: the codebase, a copy of the database, and the <code>wp-content/uploads</code> directory. But if you just redirect missing image files to your production site, you don’t need to laboriously copy all those files and clutter up your local machine.</p>\n\n\n\n<p>I found myself really missing that technique today, so I wrote a driver for Laravel Valet that handles it!</p>\n\n\n\n<p>You can get it here: <a href=\"https://github.com/markjaquith/WordPress-Jetpack-Valet-Driver\">WordPress Jetpack Valet Driver</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 May 2020 19:11:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98953\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3144:\"<p>How do you know what blocks are in use on a WordPress site? I recently saw a tweet asking this question in regards to knowing whether it is safe to turn off a plugin. This seems like it could become a common question, especially for those who have hundreds or thousands of blog posts as well as those using WordPress as a CMS.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">How hard would it be to create a plugin that let\'s me know how many and which blocks I\'m using site wide? Sometimes I wonder if I can deactivate a block plugin but I don\'t know if I\'m using a block it provides.</p>— Nick Hamze (@NickHamze) <a href=\"https://twitter.com/NickHamze/status/1253343502316064771?ref_src=twsrc%5Etfw\">April 23, 2020</a></blockquote>\n</div>\n\n\n\n<p>When looking at content in the editor, it isn’t immediately evident which blocks are in use. You can click on the block navigation at the top of the editor, but that will only show you the blocks in use on that particular page. If you have a lot of plugins installed and many pages of content to wade through, figuring out if it’s safe to remove a plugin can be a time-consuming process.</p>\n\n\n\n<p>Fortunately, there is already a plugin that will give you a quick overview of where blocks are being used on your site. <a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is the one that was suggested to Nick Hamze in response to the question in his tweet. I had not heard of it before, so I took it for a test drive today. </p>\n\n\n\n<p>Find My Blocks is basically a utility plugin that lists the blocks being used on your WordPress site, along with the posts/pages where they are in use. It includes core blocks and blocks from third-party plugins. The plugin’s settings also give the option to sort the block menu display alphabetically or by most/least popular.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Frontend developer <a href=\"https://eddysims.com/\">Eddy Sims</a> created Find My Blocks to solve one of his own problems and released it on WordPress.org in January. </p>\n\n\n\n<p>“I was working on a site that required a few custom Gutenberg blocks,” Sims said. “After a week, updating became a hassle. I didn’t know where the blocks were used. Find My Blocks is a plugin I created to hopefully help someone else with this issue.” So far it has received several five-star reviews in the plugin directory. </p>\n\n\n\n<p>“We’ve been using this plugin to help us figure out where we’ve used blocks on pages so we can deprecate them and replace them with shiny new blocks!” WordPress developer Tammy Lee said. “This plugin makes tracking down blocks really easy! I don’t want to think about how much time it would have taken us, otherwise.”</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/find-my-blocks/\">Find My Blocks</a> is a plugin you may want to add to your favorites on WordPress.org for the next time you inherit a site that you didn’t build, or for cleaning out your own installed plugins. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 22:54:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: The Future of WordPress: The Block Editor Is Here to Stay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6577:\"<p class=\"has-drop-cap\">It is inevitable that when we publish a story on the Tavern that is remotely related to the block editor or the Gutenberg project, we receive negative comments. Despite sprinting along in its second year as part of core WordPress, there are still those who liken posts on the editor to <em>Soviet-style mind manipulation</em> and <em>propaganda</em> for certain unnamed companies.</p>\n\n\n\n<p>It is not all negative. Far more comments are from people who are ecstatic about the current editor and the upcoming features that will expand the block system to other areas of WordPress.</p>\n\n\n\n<p>However, I felt the need to address a recent request that we stop covering the block editor. While I cannot speak for our entire staff, there are two simple truths about why I write about blocks.</p>\n\n\n\n<h2>Truth #1: Blocks are Here to Stay</h2>\n\n\n\n<p class=\"has-drop-cap\">The block system is not going anywhere. WordPress has moved beyond the point where we should consider the block editor as a separate entity. It is an integral part of WordPress and will eventually touch more and more areas outside of the editing screen.</p>\n\n\n\n<p>Frankly, it would be poor journalism to <em>not</em> cover stories related to blocks.</p>\n\n\n\n<p>Some of the most exciting things happening in the WordPress ecosystem is around what developers are doing with blocks. Whether it is a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">fun T-rex game</a>, a <a href=\"https://wptavern.com/godaddys-go-wordpress-theme-offers-a-page-building-experience-via-the-block-editor\">block-ready theme</a>, or a team of block developers being <a href=\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\">hired by a major company</a>, there is always something interesting happening in the world of blocks.</p>\n\n\n\n<p>Every day, more users are embracing the block editor. Even the percentage of holdouts still running WordPress 4.9, which was the last version without the block editor, is decreasing. Currently, only 12.8% of <a href=\"https://wordpress.org/about/stats/\">WordPress installs</a> are on 4.9. Nearly 73% are running WordPress 5.0 or newer. Some of those users are running plugins like Classic Editor, which has maintained a steady growth rate in the neighborhood of 0.5% – 1.0% in recent months. Currently, the plugin has over 5 millions installs, which is a drop in the ocean in comparison to total WordPress sites.</p>\n\n\n\n<p>At the moment, WordPress.com and self-hosted Jetpack users are creating content via blocks on 44.5 million WordPress sites. Yesterday, those users <a href=\"https://gutenstats.blog/\">wrote 302,000 posts</a> in the block editor.</p>\n\n\n\n<p>Blocks are the future of the platform. What we need to do as a community is avoid putting our heads in the sand or railing against the powers-that-be. Instead, we should ask ourselves what we could do to continue improving the system. <em>How can we move forward? How can we present our ideas, even dislikes, in a constructive manner? How can we create better software?</em></p>\n\n\n\n<p>Criticism of the editor is fair. Make it constructive so we can dissect and address that criticism. That is an essential part of building great software.</p>\n\n\n\n<h2>Truth #2: Love of Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Believe it or not, I actually love blocks. While I may criticize some decisions about the editor, summoning an internal facepalm emoji at times, this is the most excited I have been about WordPress in years. But, it is not about me. I have enough familiarity with dozens of editors that I can live with even the most mediocre of experiences. And, if I am not satisfied, I can build my own.</p>\n\n\n\n<p>What it is about is seeing the face of an inexperienced WordPress user light up for the first time because they <em>get it</em>.</p>\n\n\n\n<p>For years, I helped an older family member run an outdoors site. I had no interest in hunting, fishing, or most other topics covered on the blog. However, he was passionate about what he was doing. I wanted to help fuel that passion in any way I could. <em>The problem?</em> He simply never learned how WordPress worked. He never had that lightbulb moment. His face never glowed when he finally figured out how to lay out his content in the editor.</p>\n\n\n\n<p>He had big ideas and no way to accomplish them.</p>\n\n\n\n<p>At the time, most page builders were little more than shortcode soup, which I knew would eventually mean I would be the one to clean up the mess. There were few options other than the classic editor. My older cousin stuck it out for longer than most. After a few years, he finally let the site go.</p>\n\n\n\n<p>Even some of what I would consider the most basic of things were too frustrating for him. It was also frustrating for me because I could not understand why he could never learn what I was teaching.</p>\n\n\n\n<p>However, the block editor changed things. He was thinking of starting a new site but was asking about non-WordPress platforms. I spun up a demo install and a basic block-ready theme for him not long ago. Suddenly, this guy who routinely broke links and accidentally made all of his blog post content bold — twice — was piecing together media-filled content with few issues. That initial passion that he had all those years ago seemed to come back. Maybe, just maybe, WordPress might now be the CMS for him.</p>\n\n\n\n<p>I am fully aware that this is not everyone’s experience. However, what I have found working with new and less-than-tech-savvy users is that the block editor is a stepping stone toward them being able to create the sites they want more easily. Right now, those users have far more control over their content than ever before. In the future, they will have that control over their entire site.</p>\n\n\n\n<p>When I share a story about blocks, it is because I am excited about them. More so, I want to share that excitement with others who are on this journey. Whether they want something on the <a href=\"https://wptavern.com/the-wacky-world-of-sorta-brilliants-sorta-fun-block-plugins\">wacky and weird</a> side of things or want to <a href=\"https://wptavern.com/create-custom-patterns-with-the-block-pattern-builder-plugin\">build custom patterns</a> for reuse in their posts, I want them to find those tools.</p>\n\n\n\n<p>If I am a bit optimistic about the future at times, I will not apologize for that. I look forward to the next block-related story that we have the opportunity to cover here at the Tavern.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 20:52:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8157:\"<p>April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.4.1 released</h2>\n\n\n\n<p>On April 24th, <a href=\"https://make.wordpress.org/core/2020/04/24/wordpress-5-4-1-rc1/\">WordPress 5.4.1 Release Candidate 1</a> (RC1) was released for testing, quickly followed by the official <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">release of WordPress 5.4.1</a> on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">this post</a>, review the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes on Trac</a>, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>Want to get involved in building WordPress Core? Follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>, and join the #core channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Gutenberg 7.9 and 8.0 released</h2>\n\n\n\n<p>It was another exciting month for Gutenberg, with the release of <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for <a href=\"https://make.wordpress.org/core/2020/04/15/whats-new-in-gutenberg-15-april/\">7.9</a> and <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">8.0</a>. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the #core-editor channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>BuddyPress 6.0.0</h2>\n\n\n\n<p><a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\">BuddyPress 6.0.0-beta2</a> was released for testing in mid-April, leading to the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">BuddyPress 6.0.0 Release Candidate</a>, announced on April 29. This is an important step before the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8. </p>\n\n\n\n<p>Want to get involved? <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">Test the 6.0.0-RC here</a>! You can also help by <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/dev/\">translating BuddyPress into another language</a>, or let the team know of any issues you find, either in <a href=\"https://buddypress.org/support\">the support forums</a> and/or in their <a href=\"https://buddypress.trac.wordpress.org/\">development tracker</a>. </p>\n\n\n\n<h2>WordCamp US goes online, apply to speak!</h2>\n\n\n\n<p>WordCamp US will <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">take place online due to the COVID-19 pandemic</a>. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word. </p>\n\n\n\n<p>Interested in speaking at WCUS? The <a href=\"https://2020.us.wordcamp.org/2020/03/16/call-for-speakers-is-now-open/\">Call for Speakers</a> is still open! You can apply to speak on the <a href=\"https://2020.wcus-speakers.org/\">speaker application site</a> until May 31, 2020 at 11:59 pm CDT (UTC-5). </p>\n\n\n\n<p>Additionally, the <a href=\"https://2020.us.wordcamp.org/2020/03/23/call-for-cities-for-wcus-2021-2022/\">Call for Cities is also open</a>. If your community is interested in hosting WordCamp US in 2021 & 2022, please <a href=\"https://wordcampcentral.survey.fm/wcus-2021-2022\">fill out this application</a>. </p>\n\n\n\n<p>For the latest information about WordCamp US, sign up for updates on the <a href=\"https://2020.us.wordcamp.org/\">website</a>, or follow <a href=\"https://www.facebook.com/WordCampUSA/\">Facebook</a>, <a href=\"https://twitter.com/WordCampUS\">Twitter</a>, or <a href=\"https://www.instagram.com/wordcampus/?hl=en\">Instagram</a>. </p>\n\n\n\n<h2>WordCamp Europe 2020 goes virtual </h2>\n\n\n\n<p>Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the <a href=\"https://2020.europe.wordcamp.org/2020/04/06/wordcamp-europe-2020-is-moving-online/\">2020 WordCamp will be online</a>! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a <a href=\"https://make.wordpress.org/updates/2020/04/15/wordcamp-europe-2020-contributor-day-update/\">virtual Contributor Day</a> on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket <a href=\"https://2020.europe.wordcamp.org/tickets/\">here</a>. </p>\n\n\n\n<p>To get the latest news for WordCamp Europe 2020 Online, follow on <a href=\"https://www.facebook.com/WCEurope/\">Facebook</a>, <a href=\"https://twitter.com/wceurope?lang=en\">Twitter</a>, <a href=\"https://www.linkedin.com/company/wordcampeurope/\">LinkedIn</a>, or on <a href=\"https://www.instagram.com/wceurope/?hl=en\">Instagram</a>. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2020/04/08/wordpress-5-5-call-for-tickets/\">The WordPress 5.5 release cycle has officially been kicked off with a Call for Tickets</a>.</li><li><a href=\"https://make.wordpress.org/themes/2020/04/03/proposal-github-theme-review/\">Read the proposal for a new GitHub Theme review process.</a>.</li><li><a href=\"https://wordpress.tv/event/wpblocktalk-april-2020/\">Did you miss WPBlockTalk, or want to watch that really interesting session again? All talks are available on WordPress.tv!</a></li><li><a href=\"https://make.wordpress.org/core/2020/04/01/feature-plugin-proposal-wp-consent-api/\">The Core team has introduced a proposal for a new Consent API as a feature plugin</a>.</li><li><a href=\"https://make.wordpress.org/updates/2020/04/30/quarterly-updates-q1-2020/\">All WordPress contribution teams have reported on their recent work in the first quarterly update of 2020</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it here</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 6.0.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311439\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2020/05/buddypress-6-0-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2943:\"<p>Hello,</p>\n\n\n\n<p>The second <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">release candidate for BuddyPress 6.0.0</a> is now available for an ultimate round of testing!</p>\n\n\n\n<p>Since the <a href=\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\">first release candidate</a> and thanks to the <a href=\"https://make.wordpress.org/polyglots/\">WordPress Polyglots Team</a> (Many thanks to <a href=\"https://profiles.wordpress.org/tobifjellner/\">@tobifjellner</a> & <a href=\"https://profiles.wordpress.org/ocean90/\">@ocean90</a>), we’ve found an issue involving the translation of our new BuddyPress Blocks. The BP Blocks are using <a href=\"https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/\">JavaScript i18n</a> functions and a specific task of our build process was preventing <a href=\"https://make.wordpress.org/polyglots/handbook/tools/glotpress-translate-wordpress-org/\">GlotPress</a> from identifying the strings needing to be translated.</p>\n\n\n\n<p>We believe <a href=\"https://buddypress.trac.wordpress.org/ticket/8290\">we’ve fixed this issue</a> and this new release candidate will help us confirm it.</p>\n\n\n\n<p>BuddPress 6.0.0 is still slated for release on <strong>Thursday, May 14</strong>, and if you haven’t tried 6.0.0 yet, <strong>it’s probably your last chance to do so!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">6.0.0-RC2</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC2.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots contributors, there’s some extra work.</h2>\n\n\n\n<p>This release candidate should introduce around 50 new strings to translate (the ones that were not included previously due to the issue), so thanks in advance for your comprehension and for your help <span class=\"dashicons dashicons-heart\"></span>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>As usual, <strong>if you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 May 2020 04:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: FOSS Responders Group Brings Financial Help to Open Source Ecosystem Affected by COVID-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2003:\"<p>The pandemic has caused economic hardships and upheaval in nearly every industry. Open source communities and contributors have been affected in a myriad of ways – whether it’s a loss of donations, the burden of nonrefundable travel expenses for canceled conferences, or severely diminished business and fundraising opportunities. </p>\n\n\n\n<p><a href=\"https://fossresponders.com/\">FOSS Responders</a> is a working group of volunteers that aims to future-proof the open source infrastructure we rely on by helping sustain those who maintain the software. The group’s website allows those in need to apply for emergency funds. FOSS Responders is <a href=\"https://opencollective.com/foss-responders\">raising money on Open Collective</a> and 100% of donations go to open source technologists in need. So far the group has an estimated annual budget of $8,145.05. Open Collective is also waiving its platform fees on COVID-19 solidarity collectives until the end of June.</p>\n\n\n\n<p>On May 22, FOSS Responders plans to host a <a href=\"https://opencollective.com/foss-responders/events/virtual-funding-event-q2-2020-4edd1e3a\">virtual funding event</a> to provide financial support for organizations affected by the profound economic disruptions caused by the pandemic. Organizers have a $5,000 goal for ticket revenue from general event ticket sales.</p>\n\n\n\n<p>In addition to providing emergency funds, the FOSS Responders group is aiming to address non-financial needs. Open source projects that relied heavily on events for fundraising need help amplifying their projects and recruiting volunteers. FOSS Responders is also creating a Resource Center for projects to find tips and tricks on how to manage fully virtual community interactions and events. Anyone with a skill or service to volunteer can get in touch on the <a href=\"https://fossresponders.com/\">FOSS Responders website</a> and the team will work as matchmakers to connect experts with projects that need help.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 23:04:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Block Lab Team Joins WP Engine, Looks to the Future of Block Building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building?utm_source=rss&utm_medium=rss&utm_campaign=block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5636:\"<p class=\"has-drop-cap is-style-default\">The three-person Block Lab team of Luke Carbis, Ryan Kienstra, and Rob Stinson is <a href=\"https://getblocklab.com/the-block-lab-team-are-joining-wp-engine/\">joining WP Engine</a> to work on the company’s block editor projects. WP Engine approached the team members after seeing how successful the <a href=\"https://getblocklab.com/\">Block Lab project</a> had grown and made them an offer. The team will be able to continue building projects with solid financial backing.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-lab/\">Block Lab</a> is a plugin that was created to allow other developers to build blocks without needing to wade through the depths of complex JavaScript programming. It is a way to get your feet wet in the block development pool without diving in head first. The plugin has built a solid reputation based on user reviews. Out of 39 submissions, it has received 38 five-star ratings.</p>\n\n\n\n<p>“From the start, Block Lab has been our answer to the question of ‘how can I lower the barrier to entry for creating custom blocks,\'” said Stinson. He said the plugin has done two important things for developers. It has given them an easy-to-use admin interface to work from and a simplified templating experience that is aligned with traditional workflows. “It’s helped folk who haven’t had the time to summit the JS-all-the-things mountain or simply provide those that are looking for a standardized system that does a lot of the heavy lifting for them.”</p>\n\n\n\n<p>The Block Lab plugin is being phased out, but the team assures that the plugin’s current users will not be left in the dust. The plan is to continue supporting the plugin through bug and compatibility fixes for the next year. Pro users will also receive the same support until their license expires. In the long term outlook, the team plans to build a migration path to the new tools they will be building under the WP Engine banner.</p>\n\n\n\n<p>Stinson said that the plugin should work well for a long time to come because it was built by Carbis and Kienstra, two of the best engineers he has worked with. However, he stresses that the work they will be doing with WP Engine will exceed anything they have done with Block Lab.</p>\n\n\n\n<p>“We’ll be working on technology there that is focused on the Block Editor though, and a part of that will be taking what we’ve done with Block Lab and introducing the feature set to the WP Engine suite of products,” he said. “The alignment will be close and will offer existing Block Lab users an easy migration experience.”</p>\n\n\n\n<p>While the Block Lab plugin will see an end, the features the team has worked on will live on in some form.</p>\n\n\n\n<h2>A New Beginning</h2>\n\n\n\n<p class=\"has-drop-cap\">Before taking on roles with WP Engine, each member of the Block Lab team was paying the bills through agency and freelance work. Block Lab was merely a side project they were handling in their free time, but it was slowly growing both in scale and financially.</p>\n\n\n\n<p>“Getting to a place where we could give it full-time focus was easily two to three years away though,” said Stinson, “and we have always been incredibly conscious of the things we wanted to be doing with it and how much the time factor was a limitation. With WP Engine, we’re equipped to take the product vision we had for Block Lab and basically strap a rocket to it. Not only are we able to devote our full attention, but we also have the incredible support and resources of WP Engine behind us.”</p>\n\n\n\n<p>Stinson is looking forward to the transition within the state of the current WordPress ecosystem. The team can walk into a fresh beginning with the full weight of a major company behind them. “Between the classic way of building with WordPress and this new block-first frontier, being set up right now to build and contribute is incredible!” he said.</p>\n\n\n\n<p>The team had an existing roadmap and backlog of features they wanted to develop. However, with Block Lab being only a side project, it meant those features would have taken much longer to build. They can now pursue them full time.</p>\n\n\n\n<p>“We saw what Block Lab has currently as a necessary baseline for a plugin that equipped folks to create custom blocks, but what we have planned and are dreaming about goes so much further,” said Stinson. “Joining WP Engine unleashes us to chase down that work faster and with more focus. Another really exciting piece of this is that with our focus we are better positioned to offer insights and contribution to the larger block editor project through core and community contributions.”</p>\n\n\n\n<p>The team now has the opportunity to be a pioneer in the years to come. They have proved they can build a useful tool on top of the block editor. The next step is seeing where they take it and whether they can get more developers to join them into a world of building blocks.</p>\n\n\n\n<p>“The shift in thinking around how a website is structured towards one that is powered by ‘blocks’ is a journey that the majority of the WP community is still on,” said Stinson. “A big part of my vision is having a larger portion of the community up to speed and onboard with this. With more people operating within that zone, more great work and tooling will be produced. By lowering the barrier to entry through Block Lab and what we have planned at WP Engine, it will help to get more people in that zone.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 17:16:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordCamp US 2020 Goes Online, Cancels In-Person Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/wordcamp-us-2020-goes-online-cancels-in-person-event?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2020-goes-online-cancels-in-person-event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3758:\"<p>WordCamp US 2020 organizers have <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">cancelled the in-person event</a> in favor of hosting it as an online-only conference. With more than a million confirmed coronavirus cases in the U.S. today, 63,000+ deaths, and <a href=\"https://www.cnn.com/2020/04/30/health/us-coronavirus-thursday/index.html\">31 states set to partially reopen</a> this weekend, the pandemic’s trajectory throughout the country has become increasingly uncertain. </p>\n\n\n\n<p>Many statewide stay-at-home orders are expiring tomorrow, despite <a href=\"https://www.nbcnews.com/health/health-news/guidelines-call-14-day-drop-cases-reopen-no-state-has-n1194191\">no state having met the federal guidelines for reopening</a>. Some businesses are opting to reopen in a limited capacity, but the general populace is still wary of returning to their previous way of life. In the state of Missouri, where WordCamp US was to be hosted in 2020, there will be no limitations on social gatherings as of May 4, as long as individuals maintain social distancing. It’s not yet possible to predict what will be happening in the area in October or how it might impact an event with international attendees. </p>\n\n\n\n<p>After organizers extended the WCUS speaker application deadline for another 1.5 months on April 17, it seemed the general disinclination towards traveling and gathering in large groups had already taken hold. Booking hotels and travel arrangements five months in advance is still too much of a gamble for speakers and attendees. </p>\n\n\n\n<p>The WCUS organizing team emphasized the longterm health and safety of the WordPress community as their primary concern in today’s <a href=\"https://2020.us.wordcamp.org/2020/04/30/wordcamp-us-will-be-virtually-awesome/\">announcement</a> about moving to an online-only event:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The WCUS organizing team has been working with WordCamp Central and local health authorities to try to make sense of the current COVID-19 pandemic and what it means for our event in St. Louis this October. Throughout this, we have held the longterm health and safety of the WordPress community as the highest priority of our event. To move forward in a way that honors what is best for our community – both locally and globally – we have made the hard choice to convert WordCamp US 2020 to an online only event. </p></blockquote>\n\n\n\n<p>WCUS will still happen on the originally scheduled dates, October 27th – 29th. Organizers plan to run sessions, workshops, and a virtual Contributor Day, along with the annual State of the Word address from Matt Mullenweg. They are also putting together a hallway track, some form of swag, and creative ways for attendees to connect, which will be announced at a later date. </p>\n\n\n\n<p>WCUS is now free for anyone who wants to attend. Without the necessity to rent a venue, provide lunches, and other physical aspects of the event, sponsorships are easily able to cover the cost of streaming to an unlimited number of attendees. </p>\n\n\n\n<p>The <a href=\"https://2020.wcus-speakers.org/\">call for speakers</a> is open until May 31, 2020 at 11:59 pm CDT. WCUS is still accepting sponsorships and will be publishing a set of unique sponsorship packages for the virtual event. Organizers plan to put out a call for volunteers in the near future. </p>\n\n\n\n<p>WordCamp US follows other major regional WordCamps in Asia and Europe that have canceled in-person events due to the pandemic. Several other upcoming WordCamps, including events in Spain, Kent, Denver, and Minneapolis / Saint Paul, have also announced that they are transitioning to online-only events.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 22:49:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Gutenberg 8.0 Merges Block and Pattern Inserter, Adds Inline Formats, and Updates Code Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5033:\"<p class=\"has-drop-cap\">The team behind the Gutenberg plugin <a href=\"https://make.wordpress.org/core/2020/04/29/whats-new-in-gutenberg-29-april/\">shipped version 8.0 yesterday</a>. The update adds some nice user-facing changes, including a merged block and pattern inserter, new inline formatting options, and visual changes to the code editor. Over two dozen bug fixes were included in the release, along with several enhancements.</p>\n\n\n\n<p>Designers on the project <a href=\"https://github.com/WordPress/gutenberg/pull/21515\">updated the welcome box illustrations</a> to match the current UI. Because the welcome modal should already be dismissed for current users, only new users should see these changes.</p>\n\n\n\n<p>For theme authors, the post title and placeholder paragraph text for the block appender will <a href=\"https://github.com/WordPress/gutenberg/pull/21749\">inherit body font styles</a>. Previously, they had specific styles attached to them in the editor. The current downside is that the post title is not an <code><h1></code> element so it cannot automatically inherit styles for that element. However, that will change once the post title becomes a true block in the editor.</p>\n\n\n\n<p>The editor also now <a href=\"https://github.com/WordPress/gutenberg/pull/21608\">clears centered blocks</a> following a floated block. This is an opinionated design change, but it should not negatively affect most themes. However, theme authors should double-check their theme styles to be sure.</p>\n\n\n\n<h2>Updated Block and Pattern Inserter</h2>\n\n\n\n<img />Patterns available in the inserter.\n\n\n\n<p class=\"has-drop-cap\">The development team <a href=\"https://github.com/WordPress/gutenberg/pull/20951\">added patterns to the existing inserter</a>. Now, both blocks and patterns have an individual tab within a unified interface. This is yet another step in the evolution of the pattern system that should land in core WordPress this year.</p>\n\n\n\n<p>Right now, the experience is a two-steps-forward-one-step-back deal. The inserter’s behavior has improved and it is great to see patterns merged into it. However, all blocks and patterns are within long lists that require scrolling to dig through. Block categories are no longer tabbed in version 8.0, which is a regression from previous versions. I am certain this will be resolved soon enough, but it is a little frustrating locating a block in the list at the moment.</p>\n\n\n\n<p>Merging patterns into the inserter is an ongoing process. There is still a lot of work to do before the final product is polished and included in core WordPress.</p>\n\n\n\n<p>The following are some key items that need to be addressed in upcoming versions of Gutenberg:</p>\n\n\n\n<ul><li>Patterns should be categorized the same as blocks.</li><li>The block search box should switch to a pattern search box when viewing patterns.</li><li>Pattern titles should be reintroduced in the interface (removed in 8.0).</li></ul>\n\n\n\n<p>Of course, there is a host of other minor and major issues the team will need to cover to nail down the user experience. For now, the interface for patterns continues to improve.</p>\n\n\n\n<h2>Subscript and Superscript Formats</h2>\n\n\n\n<img />Adding superscript text to the editor.\n\n\n\n<p class=\"has-drop-cap\">Gutenberg developers added <a href=\"https://github.com/WordPress/gutenberg/pull/21819\">two new inline formatting options</a> to the editor toolbar: subscript and superscript. These options allow users to add text such as X<sub>2</sub> and X<sup>2</sup>. They work the same as bold, italic, inline code, and other options.</p>\n\n\n\n<p>The two formatting options represent their respective inline HTML tags, <code><sub></code> for subscript and <code><sup></code> for superscript. With the addition of the elements, the toolbar now covers most of the widely-used inline HTML tags. The only other tags that are low on my wish list are <code><abbr></code>, <code><del></code>, and <code><ins></code>, but I could live with those remaining firmly in plugin territory.</p>\n\n\n\n<h2>Improved Code Editor</h2>\n\n\n\n<img />Updated code-editing view.\n\n\n\n<p class=\"has-drop-cap\">The code editor <a href=\"https://github.com/WordPress/gutenberg/pull/21643\">received a much-needed overhaul</a> in the 8.0 update. Everything from the post title to the content is set in a monospace font, and the width of the code editing box spans the editing area. It should be a welcome change for those who need to switch to code view once in a while.</p>\n\n\n\n<p>The next step to polishing the code editor (and the HTML block) would be to add syntax highlighting. In the current version, the HTML output is plain text. Given the extra markup that the block editor produces, it can be a bit of a jumbled mess to wade through. Basic syntax highlighting would improve the experience several times over. There is a <a href=\"https://github.com/WordPress/gutenberg/issues/10423\">GitHub ticket</a> for adding the feature, but it has not seen any movement in several months.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 19:48:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"BuddyPress: BuddyPress 6.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3360:\"<p>Hello BuddyPress community members!</p>\n\n\n\n<p>The first <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">release candidate for BuddyPress 6.0.0</a> is now available for a last round of testing!</p>\n\n\n\n<p>This is an important milestone as we progress toward the BuddyPress 6.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed.</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://buddypress.org/wp-content/uploads/1/2020/04/bp-6-0-0-slated-1024x576.jpg\" alt=\"\" class=\"wp-image-311341\" /></div>\n\n\n\n<p>BuddPress 6.0.0 is slated for release on <strong>Thursday, May 14</strong>, but we need <em>your</em> help to get there—if you haven’t tried 6.0.0 yet, <strong>now is the time!</strong></p>\n\n\n\n<p>You can test the <a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">6.0.0-RC</a> pre-release in 4 ways :</p>\n\n\n\n<ul><li>Try the <a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a> plugin.</li><li><a href=\"https://downloads.wordpress.org/plugin/buddypress.6.0.0-RC1.zip\">Download the release candidate here (zip file)</a>.</li><li>Check out our SVN repository: <code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li><li>Clone our read-only Git repository: <code>git clone git://buddypress.git.wordpress.org/</code></li></ul>\n\n\n\n<p>A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the <a href=\"https://buddypress.org/2020/03/buddypress-6-0-0-beta1/\">6.0.0 Beta1</a> release.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against BuddyPress 6.0.0. If you find compatibility problems, please be sure to post to this specific <a href=\"https://buddypress.org/support/topic/buddypress-6-0-0-release-candidate/\">support topic</a> so we can figure those out before the final release. We strongly advise you to have a look at the <a href=\"https://bpdevel.wordpress.com/category/development-notes/6-0/\">6.0.0 development notes</a> to figure out what to focus on during your testing.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Polyglots, we need you!</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp-plugins/buddypress/\">Help us translate BuddyPress into many languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#string-freeze\">string freeze</a> point of the 6.0.0 release schedule. For your information, we are now using WP CLI to generate the buddypress.pot file and you’ll see we’ve paid attention to add translators comments to all the strings needing some.</p>\n\n\n\n<p><strong>If you think you’ve found a bug</strong>, please let us know reporting it on <a href=\"https://buddypress.org/support\">the support forums</a> and/or on <a href=\"https://buddypress.trac.wordpress.org/\">our development tracker</a>.</p>\n\n\n\n<p>Thanks in advance for giving the release candidate a test drive!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 00:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress 5.4.1 Addresses 7 Security Issues and Fixes Several Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5888:\"<p class=\"has-drop-cap\">WordPress 5.4.1, <a href=\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\">a security and maintenance release</a>, dropped today. The release addresses seven security issues, which were all responsibly disclosed to the WordPress security team. Core developers also included several fixes for code regressions in the previous version 5.4 release and ported bug fixes to the block editor from the Gutenberg plugin.</p>\n\n\n\n<p>End-users with automatic updates enabled should begin seeing their sites updated shortly. Other users should update as soon as possible to make sure they are running a version of WordPress with the latest security fixes.</p>\n\n\n\n<p>The WordPress support team has published the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">full release documentation</a> for those who wish to view it.</p>\n\n\n\n<p>Security fixes were added to every major version of WordPress from 5.4 back to 3.7. The following vulnerabilities were addressed:</p>\n\n\n\n<ul><li>Password reset tokens were not correctly invalidated.</li><li>Some private posts could be viewed without authentication.</li><li>Two cross-site scripting (XSS) vulnerabilities in the customizer.</li><li>XSS issue in the search block.</li><li>XSS issue in the WordPress object cache.</li><li>XSS issue with file uploads.</li><li>XSS issue in the block editor for WordPress 5.4 Release Candidates 1 and 2 (fixed in 5.4 RC5).</li></ul>\n\n\n\n<h2>Block Editor Updates</h2>\n\n\n\n<p class=\"has-drop-cap\">Several fixes were high priority enough from the Gutenberg plugin to port to the WordPress 5.4.1 release. The biggest user-facing issues were a broken block duplication keyboard shortcut, misaligned buttons blocks, and odd scrolling behavior when attempting to edit text in a long block.</p>\n\n\n\n<p>The following is a full list of the issues the development team addressed:</p>\n\n\n\n<ul><li>Fixed the <code>Ctrl</code> + <code>Shift</code> + <code>D</code> keyboard shortcut for duplicating a block, which no longer throws an error.</li><li>Adds correct margins when aligning the buttons block left or right.</li><li>Prevents the editor from scrolling to the top when clicking to edit a large block, such as a long list.</li><li>No longer hides the toolbar for plugins that have text inputs in the toolbar.</li><li>Stops a JavaScript crash with the latest posts block when an image has missing dimensions.</li><li>Escapes the HTML class for the RSS and search blocks to prevent malformed markup.</li></ul>\n\n\n\n<p>To review the code changes to the block editor in-depth, see the <a href=\"https://github.com/WordPress/gutenberg/pulls?q=is%3Apr+sort%3Aupdated-desc+label%3A%22Backport+to+WP+Core%22+is%3Aclosed\">full ticket list</a>.</p>\n\n\n\n<h2>Other Core WordPress Changes</h2>\n\n\n\n<p class=\"has-drop-cap\">Users who run their browsers in dark mode can rejoice if they also use the core WordPress favicon. The team <a href=\"https://core.trac.wordpress.org/ticket/49798\">introduced an updated favicon</a> with a light background so that it no longer washes out. It is a minor fix but makes the famed WordPress logo look more professional.</p>\n\n\n\n<p>The heading level, which was previously set to <code><h3></code>, has been <a href=\"https://core.trac.wordpress.org/ticket/49838\">bumped up one level</a> on the WordPress admin freedoms screen (<code>wp-admin/freedoms.php</code>). This change provides the proper heading level and should help screen-reading users better navigate the page.</p>\n\n\n\n<p>For users on the Edge or iOS Safari browsers who <a href=\"https://core.trac.wordpress.org/ticket/49753\">could not select files in the media library</a>, it was due to a CSS issue that hid the input. This should no longer be an issue in the new update.</p>\n\n\n\n<p>WordPress 5.4.1 addressed some regressions from the previous version. One revolves around posting by email when no post title was added. In that scenario, the <a href=\"https://core.trac.wordpress.org/ticket/49853\">email subject should have been used as the title</a>, but this was broken by a code change in WordPress 5.4. For developers, the <code>category_link</code> and <code>tag_link</code> filter hooks were <a href=\"https://core.trac.wordpress.org/ticket/49759\">mistakenly deprecated</a> previously and are now once again good to use without throwing a notice.</p>\n\n\n\n<p>Plugin developers have a few bug fixes to look forward to. The <code>WP_Site_Health</code> object is now instantiated after the <code>plugins_loaded</code> and <code>after_setup_theme</code> hooks, which means they can perform necessary actions <a href=\"https://core.trac.wordpress.org/ticket/49824\">before the site health is checked</a>. The deprecated <code>wp_get_user_request_data()</code> function is now <a href=\"https://core.trac.wordpress.org/ticket/49802\">correctly loaded on the front end</a>, which was causing errors with plugins such as BuddyPress.</p>\n\n\n\n<p>In a larger design change, plugin authors who <a href=\"https://core.trac.wordpress.org/ticket/49772\">add custom content to the privacy policy guide</a> can use more HTML elements. In WordPress 5.4, the guide design was updated to add a white background behind the suggested text. However, the new code only applied to paragraphs. Now, the design supports tables, lists, and other elements that are commonly used. Unordered lists also have bullet points to distinguish them from paragraphs.</p>\n\n\n\n<p>The development team fixed two issues with the REST API. The first <a href=\"https://core.trac.wordpress.org/ticket/49645\">corrected an issue</a> with the <code>get_item</code> permissions check. The second fixed the <code>_fields</code> filtering. The core code now uses the <code>rest_is_field_included()</code> function to <a href=\"https://core.trac.wordpress.org/ticket/49648\">determine which fields to include</a> to permit filtering by nested field properties.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 20:39:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.org blog: WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6919:\"<p>WordPress 5.4.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">bug fixes</a> in addition to 7 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.</p>\n\n\n\n<p>You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props to <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> and <a href=\"https://hackerone.com/dyennez\">Jannes</a> who both independently reported an issue where password reset tokens were not properly invalidated.</li><li>Props to <a href=\"https://github.com/ka1n4t\">ka1n4t</a> for finding an issue where certain private posts can be viewed unauthenticated.</li><li>Props to <a href=\"https://evanricafort.com/\">Evan Ricafort</a> for discovering an XSS issue in the Customizer</li><li>Props to Ben Bidner from the WordPress Security Team who discovered an XSS issue in the search block.</li><li>Props to Nick Daugherty from <a href=\"https://wpvip.com\">WordPress VIP</a> / WordPress Security Team who discovered an XSS issue in <code>wp-object-cache</code>.</li><li>Props to Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) and <a href=\"http://pentestusa.com/\">Jason Medeiros</a> who independently reported an XSS issue in file uploads.</li><li>Props to <a href=\"https://weston.ruter.net/\">Weston Ruter</a> for fixing a stored XSS vulnerability in the WordPress customizer.</li><li>Additionally, an authenticated XSS issue in the block editor was discovered by Nguyen The Duc (<a href=\"https://twitter.com/ducnt_\">ducnt</a>) in WordPress 5.4 RC1 and RC2. It was fixed in 5.4 RC5. We wanted to be sure to give credit and thank them for all of their work in making WordPress more secure.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">version 5.4.1 HelpHub documentation page</a>.</p>\n\n\n\n<p>In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a>, and <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.1.5 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://blog.akismet.com/2020/04/29/version-4-1-5-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1339:\"Version 4.1.5 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:\n\n<!-- /wp:paragraph --><!-- wp:list -->\n<ul>\n <li>Based on user feedback, we have dropped the in-admin notice explaining the availability of the “privacy notice” option in the AKismet settings screen. The option itself is available, but after displaying the notice for the last 2 years, it is now considered a known fact.</li>\n <li>Updated the “Requires at least” to WP 4.6, based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n <li>Moved older changelog entries to a separate file to keep the size of this readme reasonable, also based on recommendations from <a href=\"https://wp-info.org/tools/checkplugini18n.php?slug=akismet\" rel=\"nofollow\">https://wp-info.org/tools/checkplugini18n.php?slug=akismet</a></li>\n</ul>\n<!-- /wp:list --><!-- wp:paragraph -->\n\nTo upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 13:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 27 May 2020 17:42:23 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 27 May 2020 17:30:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20190612102239\";}','no'),(13223,'say_what_db_version','3','yes'),(12589,'_amn_exact-metrics_to_check','1590860538','yes'),(13220,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.4.1.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-5.4.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.4.1.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-5.4.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.3.3.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-5.3.3.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.3\";s:7:\"version\";s:5:\"5.3.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/es_ES/wordpress-5.2.6.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-5.2.6.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.6\";s:7:\"version\";s:5:\"5.2.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1590583532;s:15:\"version_checked\";s:5:\"5.2.2\";s:12:\"translations\";a:5:{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:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-29 12:48:48\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-13 13:07:53\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-06 06:39:46\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-09-02 18:21:38\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/it_IT.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:4:\"core\";s:4:\"slug\";s:7:\"default\";s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"5.2.2\";s:7:\"updated\";s:19:\"2019-08-16 11:16:09\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.2.2/nl_NL.zip\";s:10:\"autoupdate\";b:1;}}}','no'),(13221,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1590589701;s:8:\"response\";a:8:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:5:\"3.4.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.3.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=2075006\";s:2:\"1x\";s:72:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-128x128.png?rev=2075006\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=1354894\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"asesor-cookies-para-la-ley-en-espana/plugin.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:50:\"w.org/plugins/asesor-cookies-para-la-ley-en-espana\";s:4:\"slug\";s:36:\"asesor-cookies-para-la-ley-en-espana\";s:6:\"plugin\";s:47:\"asesor-cookies-para-la-ley-en-espana/plugin.php\";s:11:\"new_version\";s:4:\"0.31\";s:3:\"url\";s:67:\"https://wordpress.org/plugins/asesor-cookies-para-la-ley-en-espana/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/asesor-cookies-para-la-ley-en-espana.0.31.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/asesor-cookies-para-la-ley-en-espana/assets/icon-256x256.png?rev=1975659\";s:2:\"1x\";s:89:\"https://ps.w.org/asesor-cookies-para-la-ley-en-espana/assets/icon-128x128.png?rev=1975659\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:92:\"https://ps.w.org/asesor-cookies-para-la-ley-en-espana/assets/banner-1544x500.png?rev=1995434\";s:2:\"1x\";s:91:\"https://ps.w.org/asesor-cookies-para-la-ley-en-espana/assets/banner-772x250.png?rev=1995434\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:26:\"conditional-menus/init.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/conditional-menus\";s:4:\"slug\";s:17:\"conditional-menus\";s:6:\"plugin\";s:26:\"conditional-menus/init.php\";s:11:\"new_version\";s:5:\"1.1.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/conditional-menus/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/conditional-menus.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:61:\"https://s.w.org/plugins/geopattern-icon/conditional-menus.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{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.1.9\";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.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=2279696\";}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:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:6:\"1.3.34\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/duplicator.1.3.34.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";s:6:\"5.2.17\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"6.0.2\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.6.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=2243225\";s:2:\"1x\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";s:3:\"svg\";s:78:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon.svg?rev=2243225\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-1544x500.png?rev=2243446\";s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=2243446\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"say-what/say-what.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:22:\"w.org/plugins/say-what\";s:4:\"slug\";s:8:\"say-what\";s:6:\"plugin\";s:21:\"say-what/say-what.php\";s:11:\"new_version\";s:5:\"1.9.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/say-what/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/say-what.1.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/say-what/assets/icon-256x256.jpg?rev=970013\";s:2:\"1x\";s:60:\"https://ps.w.org/say-what/assets/icon-128x128.jpg?rev=970013\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/say-what/assets/banner-772x250.png?rev=678352\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.4.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.3.3\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:4:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"3.1.1\";s:7:\"updated\";s:19:\"2019-07-30 09:52:04\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/all-in-one-seo-pack/3.1.1/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"3.1.1\";s:7:\"updated\";s:19:\"2019-07-24 22:48:40\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/translation/plugin/all-in-one-seo-pack/3.1.1/es_ES.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"contact-form-7\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.1.3\";s:7:\"updated\";s:19:\"2019-07-03 07:19:12\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/contact-form-7/5.1.3/de_DE.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"5.3.8\";s:7:\"updated\";s:19:\"2019-07-17 07:16:54\";s:7:\"package\";s:100:\"https://downloads.wordpress.org/translation/plugin/google-analytics-dashboard-for-wp/5.3.8/de_DE.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:1:{s:33:\"update-control/update-control.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/update-control\";s:4:\"slug\";s:14:\"update-control\";s:6:\"plugin\";s:33:\"update-control/update-control.php\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/update-control/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/update-control.1.5.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:58:\"https://s.w.org/plugins/geopattern-icon/update-control.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(22153,'_transient_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Premium WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 May 2020 13:56:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.3.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://semperplugins.com/wp-content/uploads/2016/06/cropped-AIOSEOP-Gear-Blue-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Semper Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://semperplugins.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:70:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Introducing News Sitemaps: Submit Articles to Google News Faster\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"https://semperplugins.com/introducing-google-news-sitemaps/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-google-news-sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://semperplugins.com/introducing-google-news-sitemaps/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 May 2020 13:56:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"link title attribute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"news sitemap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"ugc link attribute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://semperplugins.com/?p=10753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"In March’s release of All In One SEO 3.4, we released a variety of updates to help you improve your website. And since then, we’ve been busy behind the scenes preparing more features to boost your site’s SEO. Today we’re<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/introducing-google-news-sitemaps/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Keri Engel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6853:\"\n<p>In March’s release of <a href=\"https://semperplugins.com/all-in-one-seo-pack-3-4/\" class=\"aioseop-link\">All In One SEO 3.4</a>, we released a variety of updates to help you improve your website. And since then, we’ve been busy behind the scenes preparing more features to boost your site’s SEO.</p>\n\n\n\n<p>Today we’re excited to announce the News Sitemap feature, more link attribution settings for the WordPress block editor, and more.</p>\n\n\n\n<p>Let’s look at those releases in more detail.</p>\n\n\n\n<h2>News Sitemaps for Google News Feed</h2>\n\n\n\n<p>Did you know Google News sends <strong>6 billion clicks per month</strong> to publishers all around the world? That’s a huge amount of potential traffic you could be missing out on.</p>\n\n\n\n<p>But getting your articles added to the Google News feed is challenging. You need a whole separate sitemap dedicated to the task. And setting it up yourself is hard without help from a developer, if you don’t know any code.</p>\n\n\n\n<p>That’s why we added the News Sitemap feature for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Pro customers</a> with Business and Agency plans to make it easier to submit your news articles to Google News.</p>\n\n\n\n<p>With this feature enabled, Google is informed of all news articles listed on your site within the last 48 hours, so they show up in the Google News Feed as quickly as possible.</p>\n\n\n\n<p>You can easily select which post types or pages to include in your Google News Sitemap, including any custom post types you may have on your site.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795.png\" alt=\"submit custom post type to google news sitemap\" class=\"wp-image-10764\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-300x105.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-768x269.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-715x250.png 715w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-100x35.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-150x52.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-200x70.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-450x157.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-types-795-600x210.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Then, Google News publishers will be able to view their new sitemap with all articles published within the last 48 hours:</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795.png\" alt=\"google news sitemap\" class=\"wp-image-10765\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-300x172.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-768x440.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-437x250.png 437w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-100x57.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-150x86.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-200x114.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-450x258.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/google-news-sitemap-post-list-795-600x343.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>For step by step instructions, see our documentation on <a href=\"https://semperplugins.com/documentation/google-news-sitemap/\" class=\"aioseop-link\">how to set up your Google News sitemap</a>.</p>\n\n\n\n<h2>One-Click Title & UGC Link Attributes</h2>\n\n\n\n<p>With the last update of All in One SEO, we added the option to control nofollow and sponsored link attributes with a single click.</p>\n\n\n\n<p>In today’s release we’ve added the ability to enable the user-generated content (UGC) attribute on a per-link basis for free AND pro accounts.</p>\n\n\n\n<p>This means you can let Google know that your link is within user-generated content such as user comments and forum posts, making it easier to inform Google the content isn’t a form of advertising.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795.png\" alt=\"ugc link attributes in wordpress block editor\" class=\"wp-image-10769\" srcset=\"https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795.png 795w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-300x157.png 300w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-768x403.png 768w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-477x250.png 477w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-100x52.png 100w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-150x79.png 150w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-200x105.png 200w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-450x236.png 450w, https://semperplugins.com/wp-content/uploads/2020/05/ugc-link-attributes-block-editor-795-600x315.png 600w\" sizes=\"(max-width: 795px) 100vw, 795px\" /></figure>\n\n\n\n<p>Not only that, but you can also add a title attribute right in the WordPress block editor.</p>\n\n\n\n<p>We’ve also added a bunch of bug fixes and improvements that you can find in the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\" class=\"aioseop-link\">changelog </a>here.</p>\n\n\n\n<p>There are always exciting things happening at All In One SEO as we continually strive to create the <a href=\"https://semperplugins.com/\" class=\"aioseop-link\">best SEO plugin for WordPress</a>. Keep your eyes on the blog for future updates!</p>\n\n\n\n<p>Not using All in One SEO yet? <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\" class=\"aioseop-link\">Click here to get started today</a>!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://semperplugins.com/introducing-google-news-sitemaps/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"All in One SEO Pack 3.4: Image SEO, Breadcrumbs, and More!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://semperplugins.com/all-in-one-seo-pack-3-4/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-3-4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/all-in-one-seo-pack-3-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Mar 2020 12:02:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=7916\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:403:\"We are excited to announce that version 3.4 of All in One SEO has been released today! This major release adds new features and includes many improvements and bug fixes. In total there’s over 60 improvements to All in One<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-3-4/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3963:\"<p>We are excited to announce that version 3.4 of All in One SEO has been released today!</p>\n<p>This major release adds new features and includes many improvements and bug fixes. In total there’s over 60 improvements to All in One SEO.</p>\n<p>Here are the biggest changes you’ll find:</p>\n<h2>Image SEO module</h2>\n<p>This new feature for <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">Pro customers</a> with the Business License or above, enables you to globally control the the Title attribute and Alt text for images in your content. Image Alt text and Title attributes are essential for both accessibility and SEO. We know from user feedback how time consuming it can be to set these attributes when you have hundreds or thousands of images on your site. This new feature module simplifies this time consuming task.</p>\n<p>You can find full details on this new feature in our <a href=\"https://semperplugins.com/documentation/image-seo-module/\">Image SEO documentation here</a>. If you’ve not upgraded to the Pro plugin yet, then this is yet another great reason to <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">upgrade today</a>!</p>\n<h2>Schema Breadcrumbs</h2>\n<p>Schema markup is essential for every website and in this release we’ve added breadcrumbs markup. Breadcrumbs markup tells search engines about the structure of your website and where your content fits into your site. This is then reflected in the search results snippet so that visitors can see at a glance where on your site they’ll be taken. This improves click through rates on search results. You don’t need to do anything to activate this, it’s output by default for you.</p>\n<p>You can find more information in our <a href=\"https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/\">Guide to Schema.org markup here</a>.</p>\n<h2>XML Sitemap Priority and Frequency Control</h2>\n<p>Another major new feature for our <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/?loc=sp_announcementpost\">Pro customers</a> is granular control of your sitemap priority and frequency.</p>\n<p>The XML Sitemap feature in All in One SEO has always let you control the <a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#priorities-and-frequencies\">Priority and Frequency</a> for your content by post type and taxonomy but with 3.4, Pro customers now have granular control for each item of content on their site. You can set the <a href=\"https://semperplugins.com/documentation/post-settings/\">Priority and Frequency on the Edit screens</a> for Posts, Pages, Media, Custom Post Types, Categories, Tags and Custom Taxonomies. This gives you the most control of any SEO plugin available today!</p>\n<h2>Control Your Link Attributes</h2>\n<p>Finally you can control your hyperlink SEO attributes again! A while back, WordPress dropped the ability to set the Link Title when you create links in your content. Additionally, there was no way to set the nofollow attribute on individual links. Search engines and SEO’s have been vocal about the need to control this on a per link basis. We’re happy to say that with All in One SEO, you can now control the Link Title, Nofollow and Sponsored attributes for each link you create in your content.</p>\n<p>You can learn more about this major feature in our <a href=\"https://semperplugins.com/documentation/adding-nofollow-sponsored-and-title-attributes-to-links/\">documentation here</a>.</p>\n<h2>And Much Much More!!!</h2>\n<p>These are just some of the 60+ improvements we’ve made to the longest running SEO plugin for WordPress. Check out our <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">changelog</a> for the full list of changes and feel free to leave us a comment below to let us know what you think.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://semperplugins.com/all-in-one-seo-pack-3-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"All in One SEO is now part of the Awesome Motive Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-is-now-part-of-the-awesome-motive-family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 16:46:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=6103\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:426:\"With over 2 million active installs, All in One SEO Pack is one of the most popular WordPress SEO plugins in the world. Today, I’m extremely excited to share that All in One SEO plugin is joining the Awesome Motive<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Syed Balkhi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5235:\"<p>With over 2 million active installs, <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\" rel=\"noopener noreferrer\" target=\"_blank\">All in One SEO Pack</a> is one of the most popular WordPress SEO plugins in the world.</p>\n<p>Today, I’m extremely excited to share that All in One SEO plugin is joining the <a href=\"https://awesomemotive.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Awesome Motive</a> family.</p>\n<p>Michael Torbert (founder of AIOSEO) has done a phenomenal job in building an amazing community over the last decade. Started in 2007, All in One SEO is the original WordPress SEO plugin. I have known Michael for years and have a lot of respect for all that he has accomplished. </p>\n<p>As he wanted to pursue the next chapter of his life, we started discussing the future of All in One SEO plugin.</p>\n<p>Given our experience running a suite of popular WordPress plugins, All in One SEO was a perfect fit for our family of products.</p>\n<h2>Who are we?</h2>\n<p>Hi, my name is <a href=\"https://syedbalkhi.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Syed Balkhi</a>. I’m the founder and CEO of <a href=\"https://awesomemotive.com/\" rel=\"noopener noreferrer\" target=\"_blank\">Awesome Motive</a>. We build amazing products that help small businesses grow and compete with the big guys.</p>\n<p>We’re the team behind some of the most popular plugins and resources in the WordPress ecosystem:</p>\n<ul>\n<li><a href=\"http://www.wpbeginner.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WPBeginner</a> – the largest free WordPress resource site for beginners.</li>\n<li><a href=\"https://optinmonster.com/\" target=\"_blank\" rel=\"noopener noreferrer\">OptinMonster</a> – popular conversion optimization software that helps you convert abandoning visitors into subscribers and customers.</li>\n<li><a href=\"https://wpforms.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WPForms</a> – the most beginner friendly WordPress form builder.</li>\n<li><a href=\"https://www.monsterinsights.com/\" target=\"_blank\" rel=\"noopener noreferrer\">MonsterInsights</a> – the most popular WordPress Analytics plugin that helps you grow your business with confidence.</li>\n<li><a href=\"https://wpmailsmtp.com/\" target=\"_blank\" rel=\"noopener noreferrer\">WP Mail SMTP</a> – the #1 plugin that helps improve your WordPress email deliverability.</li>\n<li><a href=\"https://seedprod.com/\" rel=\"noopener noreferrer\" target=\"_blank\">SeedProd</a> – the best coming soon and maintenance mode plugin for WordPress.</li>\n<li><a href=\"https://rafflepress.com/\" rel=\"noopener noreferrer\" target=\"_blank\">RafflePress</a> – powerful WordPress giveaway and contest plugin to grow your website traffic.</li>\n<li>… and many more.</li>\n</ul>\n<p>Collectively our WordPress plugins are used on over 14 million websites. Yes, we know a thing or two about building awesome products that customers love.</p>\n<h2>What does this acquisition mean for existing users?</h2>\n<p>Aside from new ownership change, it’s business as usual. You can continue to use the plugin that you love without any interruptions.</p>\n<p>With exception of Michael, the entire All in One SEO team joined Awesome Motive. This means that you are still being supported by the same talented people. </p>\n<p>On top of that, we have added more team members from Awesome Motive that will be working on the All in One SEO project (including myself).</p>\n<p>In a near future release, you will see a small plugin design refresh in the WordPress admin area.</p>\n<p>With our experience and a dedicated team, we will be adding several new features and improvements to All in One SEO WordPress plugin in the near future.</p>\n<h2>What’s Coming Next?</h2>\n<p>Our work is just starting.</p>\n<p>I have been in the SEO industry since 2006 and have learnt a lot over the years. My websites get over 60 million visitors a year, and we have built a lot of internal SEO tools that I’m really looking forward to sharing with the WordPress community.</p>\n<p>I’m also friends with some of the leading SEO experts like Neil Patel, Eric Siu, Harsh Agrawal, and others. </p>\n<p>We will be bringing the best of their knowledge along with several of their internal tools into the All in One SEO plugin, so you can literally have the BEST SEO tool in the industry.</p>\n<p>It’s truly going to be a game changer!</p>\n<p>Our goal is to build a SEO plugin that’s <strong>reliable</strong> and <strong>results focused</strong>. </p>\n<p>A WordPress SEO plugin that a beginner, non-techy, small business owner can easily setup in 10 minutes and actually get actionable insights on how to improve their rankings.</p>\n<p>We have a lot to cover, but we’re up for the challenge. I sat down with the team, and we have a crystal-clear 12 month plan. A lot of exciting things are coming your way in the coming months.</p>\n<p>I want to thank Michael for all the hard work he put into AIOSEO, and I wish him all the best in his future endeavors. </p>\n<p>I also want to thank all users who have supported All in One SEO plugin so far, and I hope to earn your support for years to come.</p>\n<p>Sincerely,</p>\n<p>Syed Balkhi<br />\nCEO of Awesome Motive </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"54\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Don’t miss out on our Black Friday deal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/?utm_source=rss&utm_medium=rss&utm_campaign=dont-miss-out-on-our-black-friday-deal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Nov 2019 11:08:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5312\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org markup and support for Google Tag Manager. We have also been doing a lot of work behind the scenes,<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:888:\"\n<p>\n\n2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org markup and support for Google Tag Manager. We have also been doing a lot of work behind the scenes, refactoring older code and fixing bugs so that All in One SEO Pack is ready for future WordPress versions to come.</p>\n\n\n\n<p>Because it is Black Friday, we want to give you an unique opportunity to save 40% when you upgrade to our premium version. All in One SEO Pack Pro is our commitment to deliver the best SEO toolset out there, and we want as many people as possible to benefit from it.</p>\n\n\n\n<p><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Head over to our sale page</a> and use coupon code <strong>SHOPPINGSPREE </strong>for a 40% discount. Please note that this offer is valid for a limited-time only.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Here’s some exciting Google news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://semperplugins.com/heres-some-exciting-google-news/?utm_source=rss&utm_medium=rss&utm_campaign=heres-some-exciting-google-news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://semperplugins.com/heres-some-exciting-google-news/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Nov 2019 02:14:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5260\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"We’ve got some exciting Google news for you. New Speed report in Google Search Console In order to help site owners discover potential user experience problems, Google just launched a new Speed report feature in Google Search Console. This new<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/heres-some-exciting-google-news/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4729:\"\n<p> We’ve got some exciting Google news for you.</p>\n\n\n\n<h2>New Speed report in Google Search Console</h2>\n\n\n\n<p>In order to help site owners discover potential user experience problems, Google just launched a new Speed report feature in Google Search Console. This new report classifies URLs based on their load time and issues that may cause slowdowns. </p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/11/speed-report.png\" alt=\"Screenshot of Speed report in Google Search Console\" class=\"wp-image-5263\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/11/speed-report.png 639w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-150x150.png 150w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-300x300.png 300w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-250x250.png 250w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-100x100.png 100w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-200x200.png 200w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-450x451.png 450w, https://semperplugins.com/wp-content/uploads/2019/11/speed-report-600x601.png 600w\" sizes=\"(max-width: 639px) 100vw, 639px\" /></figure></div>\n\n\n\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n\n\n\n<p>\n\nURLs are assigned to “Fast”, “Moderate” or “Slow” speed buckets and allow you to drill down on them to see what is impacting performance and prioritize performance improvements for them. The report also links to the Page Speed Insight tool in order to provide information on specific optimization opportunities.</p>\n\n\n\n<p>This report is a great new addition if you want to monitor your website performance over time and track improvements you made to your website. Once you fix an issue, you can use the Speed report to track whether users experience improved performance when browsing your website. The brand new report is still marked as experimental, but we highly recommend you check it out. </p>\n\n\n\n<h4>Site Kit plugin now available for all WordPress sites</h4>\n\n\n\n<p>Some of you may know that Google had been quietly working on its first official WordPress plugin during the past year. Site Kit by Google has just been launched and gives you insights on how visitors find and use your website, how you can improve & monetize your content and display data from multiple Google tools such as Google Analytics & Google Search Console. </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/11/site-kit-1024x576.png\" alt=\"Screenshot of WordPress Dashboard with Site Kit by Google plugin.\" class=\"wp-image-5262\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/11/site-kit-1024x576.png 1024w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-300x169.png 300w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-768x432.png 768w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-444x250.png 444w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-100x56.png 100w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-150x84.png 150w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-200x113.png 200w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-450x253.png 450w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-600x338.png 600w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit-900x506.png 900w, https://semperplugins.com/wp-content/uploads/2019/11/site-kit.png 1600w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<p>\n\nSite Kit makes it a breeze for <strong>site owners</strong> to understand how their website is performing and what they should do next. Some of its features are:</p>\n\n\n\n<ul><li>Covenient access to relevant statistics directly in your WordPress administrator panel. You save time by seeing key information right after you sign in.</li><li>Google Analytics, PageSpeed Insights, Google Search Console and AdSense are all combined into a single dashboard. This way you can make informed decisions quickly.</li><li>No manual source code editing – Site Kit by Google takes care of many tedious tasks for you.</li></ul>\n\n\n\n<p>On the other hand, if you are a <strong>developer </strong>working on WordPress websites, then Site Kit can make a few things easier for you too. Think of setting up new Google services to provide interesting insights to your clients, comparing the top performing pages and checking whether a particular product is attracting visitors from social media.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/heres-some-exciting-google-news/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:64:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"What’s new in All in One SEO Pack 3.2?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://semperplugins.com/all-in-one-seo-pack-3-2/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-3-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/all-in-one-seo-pack-3-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2019 21:08:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=4996\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:418:\"Our latest 3.2 release brings new functionality to All in One SEO Pack that you have all been waiting for: Schema.org markup! In addition to structured data, this update also introduces two other new features and numerous improvements & bug<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-3-2/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5154:\"<p>Our latest 3.2 release brings new functionality to All in One SEO Pack that you have all been waiting for: Schema.org markup! In addition to structured data, this update also introduces two other new features and numerous improvements & bug fixes. Find out more below.</p>\n<h2>Schema.org markup</h2>\n<p>The most prominent feature of this update is the Schema.org markup functionality that we are bringing to the plugin. Many of you have been eagerly awaiting this, so we are pleased to announce that it is finally here.</p>\n<p><div id=\"attachment_5010\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-5010\" class=\"wp-image-5010\" src=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png\" alt=\"Schema Settings in All in One SEO Pack\" width=\"600\" height=\"534\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png 1444w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-300x267.png 300w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-768x683.png 768w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-1024x911.png 1024w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-281x250.png 281w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-100x89.png 100w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-150x133.png 150w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-200x178.png 200w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-450x400.png 450w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-600x534.png 600w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-900x800.png 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><p id=\"caption-attachment-5010\" class=\"wp-caption-text\">Schema Settings in All in One SEO Pack</p></div></p>\n<p>Schema.org markup is of code that is found in the HEAD of your source code to help search engines determine what your content is about and provide more informative results to their users. If you have ever used rich snippets, then you will understand what structured data is all about.</p>\n<p>We won’t dive into the details in this post as Schema.org markup is quite a large addition, but if you are curious and would like to find out more about the new settings and features we have added, then we recommend that you read our dedicated <a href=\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/\">Schema.org markup post</a>.</p>\n<h2>New features</h2>\n<h3><lastmod> field for taxonomies & archive pages</h3>\n<p>Google has stated that the <lastmod> sitemap field is an important indicator for them and that it might speed up indexing of your website. That’s why we are happy to announce that Categories, Tags, custom taxonomies and archive pages (including the static Posts page) now reflect their “Last Change” in the sitemap.</p>\n<p><img class=\"aligncenter wp-image-5000\" src=\"https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp.jpg\" alt=\"\" width=\"600\" height=\"293\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp.jpg 806w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-300x147.jpg 300w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-768x375.jpg 768w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-511x250.jpg 511w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-100x49.jpg 100w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-150x73.jpg 150w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-200x98.jpg 200w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-450x220.jpg 450w, https://semperplugins.com/wp-content/uploads/2019/07/tax-timestamp-600x293.jpg 600w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></p>\n<p>The timestamp for these archives is based on the last modified post that is assigned to them and we support taxonomies with multiple attached post types.</p>\n<h3>New title macros</h3>\n<p>Due to popular demand, All in One SEO Pack now also supports both the %current_month% and %current_month_i18n% macros for certain title format fields. These macros can be used to include the current month (either in English or localized) in the title.</p>\n<h2>Other improvements & bug fixes</h2>\n<p>This release also includes numerous improvements and bug fixes. Here are some of the highlights:</p>\n<ul>\n<li>Refactored preview snippet title and robots meta tag code that introduces significant improvements and resolves a number of bugs</li>\n<li>Updated inline tooltip help</li>\n<li>Minified CSS files</li>\n<li>Improved internal coding standards</li>\n</ul>\n<p>In total, a number of 61 issues made it into this release. Read the <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">full changelog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://semperplugins.com/all-in-one-seo-pack-3-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:67:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"All-New Schema markup in All in One SEO Pack v3.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/?utm_source=rss&utm_medium=rss&utm_campaign=schema-markup-all-in-one-seo-pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2019 16:04:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=5023\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:392:\"Version 3.2 of All in One SEO Pack and All in One SEO Pack Pro adds new Schema.org structured data markup along with new options to manage this. (Read our complete release post about All in One SEO Pack 3.2.)<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7288:\"<p>Version 3.2 of All in One SEO Pack and All in One SEO Pack Pro adds new Schema.org structured data markup along with new options to manage this. (Read our complete release post about <a href=\"https://semperplugins.com/all-in-one-seo-pack-3-2/\">All in One SEO Pack 3.2.</a>)</p>\n<p><div id=\"attachment_5010\" style=\"width: 610px\" class=\"wp-caption aligncenter\"><img aria-describedby=\"caption-attachment-5010\" class=\"wp-image-5010\" src=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png\" alt=\"Schema Settings in All in One SEO Pack\" width=\"600\" height=\"534\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization.png 1444w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-300x267.png 300w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-768x683.png 768w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-1024x911.png 1024w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-281x250.png 281w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-100x89.png 100w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-150x133.png 150w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-200x178.png 200w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-450x400.png 450w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-600x534.png 600w, https://semperplugins.com/wp-content/uploads/2019/07/Schema-Settings-Organization-900x800.png 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><p id=\"caption-attachment-5010\" class=\"wp-caption-text\">Schema Settings in All in One SEO Pack</p></div></p>\n<h2>What is Schema.org Markup?</h2>\n<p><a href=\"https://schema.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Schema.org</a> structured data markup is information that is provided to search engines that enables them to display <a href=\"https://developers.google.com/search/docs/guides/search-gallery\" target=\"_blank\" rel=\"noopener noreferrer\">rich search snippets</a>. These rich snippets in search results give searchers more information about your website, organization, or content.</p>\n<p>This structured data markup has become very important to search engines. Currently, Google, <a href=\"https://www.bing.com/webmaster/help/marking-up-your-site-with-structured-data-3a93e731\" target=\"_blank\" rel=\"noopener noreferrer\">Bing</a> and <a href=\"https://yandex.ru/support/webmaster/schema-org/what-is-schema-org.html\" target=\"_blank\" rel=\"noopener noreferrer\">Yandex</a> support the newest JSON-LD markup that we generate.</p>\n<p>All in One SEO Pack outputs structured data markup on Posts, Pages, Categories, Tags and the search results page. We also support custom post types and custom taxonomies <a href=\"https://semperplugins.com/documentation/enabling-schema-for-custom-post-types-and-custom-taxonomies/\">via our API using a filter</a>.</p>\n<h2>Schema Settings in All in One SEO Pack</h2>\n<p>The screenshot above shows the new Schema Settings. Some of these settings were already in the plugin prior to v3.2 but we’ve now gathered them together under a new Schema Settings section. Here’s a brief rundown on these settings:</p>\n<h3>Use Schema.org Markup:</h3>\n<p>This settings used to be under All in One SEO > General Settings but has been moved to the new section. This enables or disables the Schema settings and adds or removes all structured data markup from your page source code.</p>\n<h3>Display Sitelinks Search Box:</h3>\n<p>This setting used to be under All in One SEO > General Settings > Google Settings. It outputs markup that for the Sitelinks Search Box that Google may display in certain search results.</p>\n<h3>Social Profile Links:</h3>\n<p>This setting used to be under All in One SEO > Social Meta > Social Profile Links. It provides search engines with the links to the social media profiles for you site. Some search engines may use this information when displaying information about your organization or business, for example in Google’s Knowledge Graph box.</p>\n<h3>Person or Organization:</h3>\n<p>This settings also used to be under All in One SEO > Social Meta > Social Profile Links. It enables you to select whether your site is for a person (such as a personal blog) or an organization (such as a business website).</p>\n<h3>Person’s Username:</h3>\n<p>If you select Person in the Person or Organization setting, then this setting will be displayed. You can use it to select the user profile for the site owner. This will tell search engines who the primary content publisher or owner is for your site.</p>\n<h3>Organization Name:</h3>\n<p>If you select Organization in the Person or Organization setting, then this setting and the settings described below will be displayed. Here you can enter the name for your organization or business. This will tell search engines which organization owns the website.</p>\n<h3>Organization Logo:</h3>\n<p>Here you can upload your logo which search engines may use when displaying information about your organization or business, for example in Google’s Knowledge Graph box.</p>\n<h3>Phone Number:</h3>\n<p>Here you can enter your primary business phone number which search engines may use when displaying information about your organization or business, for example in Google’s Knowledge Graph box.</p>\n<h3>Type of Contact:</h3>\n<p>Here you can select which type of contact your primary phone number is used for, for example Sales. Search engines use this in conjunction with the Phone Number setting.</p>\n<h2>Structured Data Markup in All in One SEO Pack</h2>\n<p>All in One SEO Pack outputs the JSON-LD markup in the HEAD of your pages, posts, categories, tags and search results page. You can view this by looking at the page source code, where you see the green All in One SEO Pack line you’ll find code wrapped in script tags like this <span class=\"html-tag\"><script <span class=\"html-attribute-name\">type</span>=”<span class=\"html-attribute-value\">application/ld+json</span>” <span class=\"html-attribute-name\">class</span>=”<span class=\"html-attribute-value\">aioseop-schema</span>“></span>{}<span class=\"html-tag\"></script>.</span></p>\n<p>All in One SEO Pack uses information from your content such as your Page or Post Title, SEO Description or Page / Post content, the Featured Image, as well as other information.</p>\n<h2>Help and Documentation</h2>\n<p>You can find additional help on Schema.org as well as full documentation on the new settings at the links below:</p>\n<ul>\n<li><a href=\"https://semperplugins.com/documentation/adding-schema-org-markup-for-rich-snippets/\">Guide to Schema.org markup for Rich Snippets</a></li>\n<li><a href=\"https://semperplugins.com/documentation/schema-settings/\">Schema Settings documentation</a></li>\n<li><a href=\"https://semperplugins.com/documentation/enabling-schema-for-custom-post-types-and-custom-taxonomies/\">Enabling Schema for Custom Post Types and Custom Taxonomies</a></li>\n</ul>\n<p> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://semperplugins.com/schema-markup-all-in-one-seo-pack/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"All in One SEO Pack v3.1 changes XML Sitemap naming convention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/?utm_source=rss&utm_medium=rss&utm_campaign=aioseop-3-1-xml-sitemap-changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2019 05:11:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"All in One SEO Pack Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Version Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=4912\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:399:\"Today we released version 3.1 of All in One SEO Pack and All in One SEO Pack Pro which changes the naming convention we use for paginated XML sitemaps when Sitemap Indexes is enabled. Background In all versions of All<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Steve Mortiboy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11164:\"\n<p>Today we released version 3.1 of All in One SEO Pack and All in One SEO Pack Pro which changes the naming convention we use for <strong>paginated XML sitemaps</strong> when <strong><a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#enable-sitemap-indexes\">Sitemap Indexes</a></strong> is enabled.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-1024x433.png\" alt=\"\" class=\"wp-image-4923\" width=\"600\" height=\"254\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-1024x433.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-300x127.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-768x325.png 768w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-592x250.png 592w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-100x42.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-150x63.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-200x85.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-450x190.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-600x254.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention-900x380.png 900w, https://semperplugins.com/wp-content/uploads/2019/06/All-in-One-SEO-Pack-v3.1-changes-XML-Sitemap-naming-convention.png 1278w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Sitemap Indexes and Pagination Settings in All in One SEO Pack.</figcaption></figure></div>\n\n\n\n<h2>Background</h2>\n\n\n\n<p>In all versions of All in One SEO Pack prior to v3.1, the naming convention for paginated sitemaps looked like this:</p>\n\n\n\n<ul><li>sitemap_post_1.xml</li><li>sitemap_post_2.xml</li><li>sitemap_page_1.xml</li><li>sitemap_page_2.xml</li><li>…</li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-1024x587.png\" alt=\"\" class=\"wp-image-4926\" width=\"600\" height=\"344\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-1024x587.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-300x172.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-768x441.png 768w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-436x250.png 436w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-100x57.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-150x86.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-200x115.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-450x258.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-600x344.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention-900x516.png 900w, https://semperplugins.com/wp-content/uploads/2019/06/Old-XML-Sitemap-naming-convention.png 1590w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Example XML Sitemap showing old naming convention.</figcaption></figure></div>\n\n\n\n<p>However, in the past couple of days we received reports of some paginated sitemaps no longer being listed under <a rel=\"noreferrer noopener\" aria-label=\"Submitted Sitemaps (opens in a new tab)\" href=\"https://support.google.com/webmasters/answer/7451001?hl=en&authuser=1\" target=\"_blank\"><strong>Sitemaps read</strong></a> in the new Google Search Console reports. </p>\n\n\n\n<p>We immediately opened an <a href=\"https://github.com/semperfiwebdesign/all-in-one-seo-pack/issues/2554\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">issue</a> for this and investigated to see if we could reproduce this problem. We were able to confirm that Google sometimes has problems listing paginated sitemaps with “_post_” in the filename. This only affects sites with the “Enable Sitemap Indexes” option enabled in the XML Sitemap settings and with pagination for the post sitemap pages, meaning the site has more than 1000-10,000 posts. Even then it only affected some sites.</p>\n\n\n\n<p>It is also important to note that <strong>these missing sitemap index pages will not negatively affect your SEO</strong>. ie Google doesn’t drop a URL in the rankings if it’s no longer in a sitemap.</p>\n\n\n\n<h2>New Naming Convention</h2>\n\n\n\n<p>From our investigation, it appeared that the root cause of the problem was a possible recent (and likely unintentional) change by Google to the naming convention that they support for paginated sitemaps. We contacted Google to get confirmation of this and will update this post with their response. </p>\n\n\n\n<p>However, through extensive testing across many sites, we were able to determine that changing the naming convention to the examples shown below enabled Google to accept all paginated sitemaps in a sitemap index:</p>\n\n\n\n<ul><li>post-sitemap1.xml</li><li>post-sitemap2.xml</li><li>page-sitemap1.xml</li><li>page-sitemap2.xml</li><li>…</li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-1024x595.png\" alt=\"\" class=\"wp-image-4925\" width=\"600\" height=\"350\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-1024x595.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-300x174.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-430x250.png 430w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-100x58.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-150x87.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-200x116.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-450x262.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-600x349.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention-900x523.png 900w, https://semperplugins.com/wp-content/uploads/2019/06/New-XML-Sitemap-naming-convention.png 1590w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Example of the new naming convention.</figcaption></figure></div>\n\n\n\n<h2>Impact to your Site</h2>\n\n\n\n<p>If you don’t use Sitemap Indexes then this does not affect your site. If you do use Sitemap Indexes but do not have multiple pages of a sitemap, i.e. sitemap_post_1, sitemap_post_2, etc. then this does not affect your site either. However, if you use Sitemap Indexes and you have pagination set so that you have multiple pages, then this change does affect you.</p>\n\n\n\n<p><strong>It is important to note that this does not, nor never did, affect the indexing of content on sites using All in One SEO Pack. </strong> The XML Sitemap is only one way in which modern search engines crawl and index content. Also, Google and other search engines were not having any problems reaching the main sitemap index, which in All in One SEO Pack has a standard name of sitemap.xml. They could reach the sitemap index and could therefore crawl each of the sitemaps listed in the index. To our knowledge, Google’s ability to crawl paginated sitemaps in an index was never affected and this was proved by our extensive testing.</p>\n\n\n\n<p>The only impact we saw was in Google Search Console where they list the Submitted read in the Sitemap Report. Instead of Google listing all the sitemaps, Google would only list some.</p>\n\n\n\n<h2>Recommended Action Users Should Take</h2>\n\n\n\n<p>After upgrading to v3.1, users may wish to remove and resubmit their main sitemap index to Google (i.e. sitemap.xml). This action is not required as Google has stated that they will pick up any changes to your XML Sitemap the next time they crawl it. This includes changes to the names of sitemaps listed in the index.</p>\n\n\n\n<p>Users are advised to monitor their <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://search.google.com/search-console/sitemaps?utm_medium=referral&utm_campaign=7451001\" target=\"_blank\">Sitemaps Report</a> in Google Search Console for any errors. Although we don’t anticipate any, please do report any problems to us via our <a href=\"https://semperplugins.com/contact/\">contact form</a>. Please select “Plugin support” as the Contact Reason and, for users who don’t have a license key, enter the URL of this post in the “Your license code” field.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter is-resized\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-1024x698.png\" alt=\"\" class=\"wp-image-4927\" width=\"600\" height=\"410\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-1024x698.png 1024w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-300x204.png 300w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-768x523.png 768w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-367x250.png 367w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-100x68.png 100w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-150x102.png 150w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-200x136.png 200w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-450x307.png 450w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-600x409.png 600w, https://semperplugins.com/wp-content/uploads/2019/06/Sitemaps-Report-in-Google-Search-Console-900x613.png 900w\" sizes=\"(max-width: 600px) 100vw, 600px\" /><figcaption>Sitemaps Report in Google Search Console showing Sitemaps read.</figcaption></figure></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://semperplugins.com/aioseop-3-1-xml-sitemap-changes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:67:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"What’s new in All in One SEO Pack 3.0?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://semperplugins.com/all-in-one-seo-pack-3-0/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-3-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://semperplugins.com/all-in-one-seo-pack-3-0/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jun 2019 21:03:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=4834\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"For the past few months we have been working non-stop on the next major 3.0 version of All in One SEO Pack. We have added exciting new features and made quite a few changes. Here’s an overview of what this<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/all-in-one-seo-pack-3-0/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9678:\"\r\n<p>For the past few months we have been working non-stop on the next major 3.0 version of All in One SEO Pack. We have added exciting new features and made quite a few changes. Here’s an overview of what this release is bringing to the table. This is the biggest release since 2.0 eight years ago and resolves 117 issues (most are closer to 15-30). <a href=\"https://semperplugins.com/all-in-one-seo-pack-changelog/\">Full changelog here</a>.</p>\r\n\r\n\r\n\r\n<h2>UI changes</h2>\r\n\r\n\r\n\r\n<p>Over the past few years, the amount of features and settings in All in One SEO Pack has grown significantly, and so has our user interface. This update comes with some much needed UI changes which will undoubtedly improve your user experience.</p>\r\n\r\n\r\n\r\n<h3>Denser menu structure</h3>\r\n\r\n\r\n\r\n<p>If you are just like us and spend countless hours on tweaking your SEO settings, then you have surely realized by now that some of our menus (the General Settings menu comes to mind) are lengthy. We do not want you to sprain your wrist whilst scrolling through the vast amount of features that All in One SEO Pack has to offer, so we have cut down on whitespace and trimmed a few redundant settings to achieve a denser layout.</p>\r\n\r\n\r\n\r\n<h3>New modern user interface</h3>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img class=\"wp-image-4839\" src=\"https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-1024x937.png\" alt=\"\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-1024x937.png 1024w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-300x275.png 300w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-768x703.png 768w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-273x250.png 273w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-100x92.png 100w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-150x137.png 150w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-200x183.png 200w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-450x412.png 450w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-600x549.png 600w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look-900x824.png 900w, https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-new-look.png 1076w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\r\n\r\n\r\n\r\n<p>It was also about time for us to give our UI a fresh lick of paint. This release comes with numerous CSS changes. We restyled our menus so that they integrate better with WordPress 5.0 and the minimalist, modern look we are all yearning for in 2019.</p>\r\n\r\n\r\n\r\n<h3>Tooltips instead of inline help text</h3>\r\n\r\n<p><img class=\"aligncenter size-full wp-image-4840\" src=\"https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-tooltip.gif\" alt=\"\" width=\"1077\" height=\"996\" /></p>\r\n\r\n<p>Lastly, we have replaced our inline help text with tooltips so you no longer have to click each setting to find out what it exactly does.</p>\r\n\r\n\r\n\r\n<p>We would love for you to tell us your thoughts about our new UI in the comments!</p>\r\n\r\n\r\n\r\n<h2>New features</h2>\r\n\r\n\r\n\r\n<p>The focus in this major release and many of our other recent releases has mainly been on improving our sitemap functionality so that search engines always have the latest and best data at their disposal.</p>\r\n\r\n\r\n\r\n<h3>Noindexed pages excluded from sitemap</h3>\r\n\r\n\r\n\r\n<p>Excluded posts, pages and custom post types are no longer included in the sitemap when they have been set to noindex. This should resolve many errors in Google Search Console and other webmaster tools where noindexed pages are submitted for crawling through the sitemap. This means you also no longer have to check the General Settings menu to see what content types you have marked as noindex.</p>\r\n\r\n\r\n\r\n<h3>Excluded Terms setting</h3>\r\n\r\n<p><img class=\"aligncenter size-full wp-image-4841\" src=\"https://semperplugins.com/wp-content/uploads/2019/05/all-in-one-seo-pack-3-0-excluded-terms.gif\" alt=\"\" width=\"1075\" height=\"255\" /></p>\r\n\r\n<p>The new “Excluded Terms” setting is replacing the “Excluded Categories” setting and allows you to exclude any taxonomy terms and all posts that are assigned to them from the sitemap.</p>\r\n\r\n\r\n\r\n<p>We worked hard on an intuitive user-interface for this setting so that you can effortlessly search for taxonomy terms and keep track of the terms that you are excluding.</p>\r\n\r\n\r\n\r\n<h3>Yandex and Baidu verification</h3>\r\n\r\n\r\n\r\n<p>Did you know Yandex and Baidu are the largest search engine providers in Russia and China and outperform Google by a huge margin in their local markets? We have added two new fields in the General Settings menu and published two guides on our website so you can easily verify your website in their Webmaster Tools.</p>\r\n\r\n\r\n\r\n<h2>Improvements to existing features</h2>\r\n\r\n\r\n\r\n<p>With v3.0 also comes a number of improvements to existing functionality.</p>\r\n\r\n\r\n\r\n<h3>New and deprecated title macros</h3>\r\n\r\n\r\n\r\n<p>The existing <em>%blog_title% </em>and <em>%blog_description%</em> macros have been deprecated (but still work) and have been replaced by the <em>%site_title%</em> and <em>%site_description%</em> macros. WordPress originally started out as a blogging platform but has grown into something that is much more than that and now our plugin reflects this.</p>\r\n\r\n\r\n\r\n<p>We also added the <em>%current_year%</em> macro which displays, as you might have guessed, the current year. This comes in handy when your site has a lot of “best … 2019” and “top 10 … of 2019” lists that are suffixed with the current year. You no longer need to manually adjust these when a new year arrives.</p>\r\n\r\n\r\n\r\n<h3>Default to sitemap indexes and pagination</h3>\r\n\r\n\r\n\r\n<p>The XML Sitemap module now defaults to Sitemap Indexes. We also decreased the default number of URLs per sitemap from 50,000 (maximum) to 1,000 URLs. Both of these changes were made to improve the performance of the XML Sitemap module on large sites.</p>\r\n\r\n\r\n\r\n<p>Our 2.9 release from last year added a number of new features, such as the including of images, to the XML Sitemap module and had a rather significant impact on the time it takes to dynamically generate your sitemap files.</p>\r\n\r\n\r\n\r\n<p>We recommend that all existing users enable <a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#enable-sitemap-indexes\">Sitemap Indexes</a> and set the <a href=\"https://semperplugins.com/documentation/xml-sitemaps-module/#enable-sitemap-indexes\">Maximum Posts Per Sitemap Page</a> to 1,000. You can see how you can do this in the GIF below:</p>\r\n\r\n<p><img class=\"aligncenter size-full wp-image-4874\" src=\"https://semperplugins.com/wp-content/uploads/2019/05/xml-sitemap-indexes.gif\" alt=\"\" width=\"986\" height=\"752\" /></p>\r\n\r\n<h3>Sitemap now lists URLs in reverse chronological order</h3>\r\n\r\n\r\n\r\n<p>Previously, our XML Sitemap module would write new posts to the first sitemap file and push existing URLs to the next file once it was filled up. This is not efficient especially for sites that add or update content frequently.</p>\r\n\r\n\r\n\r\n<p>We have reversed this order so that existing URLs remain within the same existing files and search engines only have to look at the last file in order to discover new posts.</p>\r\n\r\n\r\n\r\n<h3>OG:title & OG:description</h3>\r\n\r\n\r\n\r\n<p>Autogenerated OG:descriptions have been trimmed down from 1,000 to 200 characters since this is now the optimal amount for most social media sites. Also, the OG:title and OG:description fields for the homepage in the Social Meta module now have character counters.</p>\r\n\r\n\r\n\r\n<h2>Removed features</h2>\r\n\r\n\r\n\r\n<p>We have also removed some features from the plugin because they were deprecated. Here’s what and why:</p>\r\n\r\n\r\n\r\n<h3>Sitemap compression</h3>\r\n\r\n\r\n\r\n<p>We no longer support sitemap compression. Many years ago when bandwidth was limited, compressing sitemap files used to be much more important because it helped reduce the data that had to be transferred between web servers and search engines.</p>\r\n\r\n\r\n\r\n<p>Today this issue is no longer relevant. In fact, sitemap compression only increases the time it takes to dynamically generate your sitemap, so we have removed this functionality entirely.</p>\r\n\r\n\r\n\r\n<p>If you have only submitted the compressed version of your sitemap in Google Search Console or other webmaster tools then we strongly recommend you change this to submit the standard (uncompressed) URL. All in One SEO Pack will automatically redirect the old URL for your compressed sitemap to your uncompressed sitemap but there may be some instances where this redirect does not occur due to server issues.</p>\r\n\r\n\r\n\r\n<h3>Google+ support</h3>\r\n\r\n\r\n\r\n<p>Google+ is no more. The platform was permanently shutdown in April, so we have removed all relevant settings and features. You can read <a href=\"https://semperplugins.com/google-shutdown-after-an-eventful-2018/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"here (opens in a new tab)\">here</a> why this happened.</p>\r\n\r\n\r\n\r\n<p>All of the above is just a small selection of the numerous improvements and changes that All in One SEO Pack 3.0 includes.</p>\r\n\r\n\r\n\r\n<p>Want to benefit from even more improvements? <a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Upgrade to the premium version</a>!</p>\r\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://semperplugins.com/all-in-one-seo-pack-3-0/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:70:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"What’s new in WordPress 5.2?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://semperplugins.com/whats-new-in-wordpress-5-2/?utm_source=rss&utm_medium=rss&utm_campaign=whats-new-in-wordpress-5-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://semperplugins.com/whats-new-in-wordpress-5-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 May 2019 16:11:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:4:\"Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress 5.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://semperplugins.com/?p=4728\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:413:\"Since WordPress 5.2 is being released today, let’s look into the details and see what this update brings to the table. The latest version continues on the theme from the last release and provides administrators with even more tools to<span class=\"ellipsis\">…</span><div class=\"read-more\"><a href=\"https://semperplugins.com/whats-new-in-wordpress-5-2/\">Read more ›</a></div><!-- end of .read-more -->\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Arnaud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6996:\"\n<p>Since WordPress 5.2 is being released today, let’s look into the details and see what this update brings to the table. The latest version continues on the theme from the last release and provides administrators with even more tools to detect and fix configuration issues and fatal errors. </p>\n\n\n\n<h2>Introducing… the Site\nHealth Check feature</h2>\n\n\n\n<p>The biggest addition of WordPress 5.2 is the long awaited Site Health Check. This feature brings two new pages to the admin dashboard to help users maintain their website and spot common issues such as configuration errors. It is now the <em>de facto</em> standardized location in WordPress for all debugging information.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/05/site-health-example.jpg\" alt=\"Site Health Check feature\" class=\"wp-image-4731\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/05/site-health-example.jpg 940w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-300x203.jpg 300w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-768x520.jpg 768w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-369x250.jpg 369w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-100x68.jpg 100w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-150x101.jpg 150w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-200x135.jpg 200w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-450x304.jpg 450w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-600x406.jpg 600w, https://semperplugins.com/wp-content/uploads/2019/05/site-health-example-900x609.jpg 900w\" sizes=\"(max-width: 940px) 100vw, 940px\" /><figcaption>This site has quite a few issues that need to be addressed.</figcaption></figure>\n\n\n\n<p>The <strong>Status</strong> tab runs a number of tests on the website and will categorize the results as either <strong>critical</strong>, <strong>recommended</strong> or <strong>good</strong>. These results in turn determine the health percentage that is shown at the top of the page. Each test can be expanded to see an explanation of the problem that needs to be addressed and may offer the option to automatically fix the issue for you.</p>\n\n\n\n<p>The <strong>Info</strong> tab provides an abundance of information about the website and web server configuration, similar to what the <a href=\"https://semperplugins.com/documentation/performance-settings/\">Performance module </a>in All in One SEO Pack does. There’s even a button to copy all non-sensitive data so you can easily share your debug information for support purposes.</p>\n\n\n\n<p>These two new pages are located under the Tools menu. Site Health Check also provides developers with <a href=\"https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">an API to add tests or filter debug information</a>.</p>\n\n\n\n<h2>Protection against fatal\nerrors in WordPress</h2>\n\n\n\n<p>Fatal errors\nstop users from accessing the admin panel and can be a pain to resolve. This\nusually means you need to use an FTP client to connect to the web server and\nundo whatever changes were made or ask your hosting company for support. </p>\n\n\n\n<p>Fortunately, WordPress 5.2 now introduces a new recovery mode for website administrators. When a fatal occurs, an error message will show that <strong>“This site is experiencing technical difficulties”</strong>. WordPress will then also send an email to all administrators with a special login link for them to access the dashboard in <strong>Recovery Mode</strong> and undo any changes that may have triggered the error. Of course, that doesn’t include changes to the database or wp-config file.</p>\n\n\n\n<h2>Improvements for the\nGutenberg editor</h2>\n\n\n\n<p>Since the\nnew Gutenberg block editor was introduced in WordPress 5.0, there has been continuous\ndevelopment in order to improve it. As we expect from all releases in the near\nfuture, WordPress 5.2 brings a number of new features and enhancements to the editor.</p>\n\n\n\n<p>Even though the new editor is much faster than the older one, lengthier articles with dozens of blocks would load quite a bit slower in the back-end. This issue has now been addressed as the newest release reduces load times for long blog posts with about 35%. Also, typing feels much more responsive as the key press time has been cut in half.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example.jpg\" alt=\"Tag cloud block\" class=\"wp-image-4730\" srcset=\"https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example.jpg 700w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-300x150.jpg 300w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-500x250.jpg 500w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-100x50.jpg 100w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-150x75.jpg 150w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-200x100.jpg 200w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-450x225.jpg 450w, https://semperplugins.com/wp-content/uploads/2019/05/tag-cloud-example-600x300.jpg 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" /><figcaption>Here’s an example of how the Tag Cloud block looks like.</figcaption></figure>\n\n\n\n<p>WordPress\n5.2 also introduces a number of new default blocks. These are:</p>\n\n\n\n<ul><li>RSS\nblock – easily fetch and display any RSS feed on your WordPress blog;</li><li>Amazon\nKindle block – embed content from Amazon Kindle;</li><li>Search\nblock – add the default WordPress search feature in your article;</li><li>Calendar\nblock – display a calendar of your blog articles so that users can view which\narticles were published on each day;</li><li>Tag\nCloud block – display a cloud of your tags in your content.</li></ul>\n\n\n\n<h2>Other Under The Hood improvements\n</h2>\n\n\n\n<p>In addition, there are a number of other changes which are useful to developers including <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https://make.wordpress.org/core/2019/04/11/dashicons-in-wordpress-5-2/\" target=\"_blank\">new Dashicons</a> for the WordPress administrator area, an option to define the log file path for the WP_DEBUG_LOG function in the wp-config file and also a new minimum required PHP version. WordPress 5.2 sets the minimum PHP version to 5.6, which is up from 5.2.4 but still old compared to the current stable version of PHP which is 7.3.2.</p>\n\n\n\n<p><strong>Want to get the best out of your WordPress site?<br></strong><a href=\"https://semperplugins.com/all-in-one-seo-pack-pro-version/\">Upgrade to All in One SEO Pack Pro and supercharge your SEO.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://semperplugins.com/whats-new-in-wordpress-5-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"https://semperplugins.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:15:{s:6:\"server\";s:12:\"nginx/1.17.9\";s:4:\"date\";s:29:\"Wed, 27 May 2020 17:42:20 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";a:3:{i:0;s:50:\"PHPSESSID=cd06929b747e9e74ad15bb22349ecd73; path=/\";i:1;s:70:\"Cart66DBSID=ESHX5NUO77O75DK0N5Y4NVUKRB5WQS2XSIVHDXL4; path=/; HttpOnly\";i:2;s:77:\"GCLB=CO_q2a61sufrlQE; path=/; HttpOnly; expires=Wed, 27-May-2020 18:42:20 GMT\";}s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:3:\"p3p\";s:69:\"CP=\"IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT\"\";s:13:\"last-modified\";s:29:\"Wed, 27 May 2020 15:25:53 GMT\";s:4:\"etag\";s:34:\"\"1a02093d80ae0cb532cd543835de6fc2\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:62:\"<https://semperplugins.com/wp-json/>; rel=\"https://api.w.org/\"\";s:25:\"strict-transport-security\";a:2:{i:0;s:16:\"max-age=15768000\";i:1;s:13:\"max-age=86400\";}s:3:\"via\";s:10:\"1.1 google\";s:7:\"alt-svc\";s:5:\"clear\";}}s:5:\"build\";s:14:\"20190612102239\";}','no'),(22146,'_site_transient_timeout_aioseop_update_check_time','1590622938','no'),(22140,'_site_transient_timeout_theme_roots','1590585332','no'),(22141,'_site_transient_theme_roots','a:1:{s:7:\"salient\";s:7:\"/themes\";}','no'),(22147,'_site_transient_aioseop_update_check_time','1590601338','no'),(22148,'_site_transient_timeout_browser_31f552011cd49d12bc3cd930bb193459','1591206139','no'),(22149,'_site_transient_browser_31f552011cd49d12bc3cd930bb193459','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.138\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(22150,'_site_transient_timeout_php_check_aadacc046d972fe89114cd3eaab035a8','1591206139','no'),(22151,'_site_transient_php_check_aadacc046d972fe89114cd3eaab035a8','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(22152,'_transient_timeout_feed_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1590644541','no'),(12604,'can_compress_scripts','0','no'),(22162,'_transient_timeout_feed_mod_69c933d8a78805efd0abe985766ffb51','1590644543','no'),(22163,'_transient_feed_mod_69c933d8a78805efd0abe985766ffb51','1590601343','no'),(22164,'gadwp_cache_last_error','a:2:{s:5:\"value\";s:2496:\"2020-05-27 17:42:24: Deconf_Auth_Exception: Error refreshing the OAuth2 token, message: '{\n "error": "invalid_grant",\n "error_description": "Bad Request"\n}' in /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php:364\nStack trace:\n#0 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php(277): Deconf_Auth_OAuth2->refreshTokenRequest(Array)\n#1 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Auth/OAuth2.php(251): Deconf_Auth_OAuth2->refreshToken('1/QNElfHP_Th6p9...')\n#2 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Resource.php(217): Deconf_Auth_OAuth2->sign(Object(Deconf_Http_Request))\n#3 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/src/Deconf/Service/Analytics.php(2052): Deconf_Service_Resource->call('get', Array, 'Deconf_Service_...')\n#4 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(345): Deconf_Service_Analytics_DataGa_Resource->get('ga:83239116', '30daysAgo', 'yesterday', 'ga:sessions,ga:...', Array)\n#5 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(499): GADWP_GAPI_Controller->handle_corereports('83239116', '30daysAgo', 'yesterday', 'ga:sessions,ga:...', Array, 'qr3_3684933220')\n#6 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/tools/gapi.php(931): GADWP_GAPI_Controller->get_bottomstats('83239116', '30daysAgo', 'yesterday', false)\n#7 /home/ditaymedzf/www/wp-content/plugins/google-analytics-dashboard-for-wp/admin/ajax-actions.php(118): GADWP_GAPI_Controller->get('83239116', 'bottomstats', '30daysAgo', 'yesterday', false, 'sessions')\n#8 /home/ditaymedzf/www/wp-includes/class-wp-hook.php(286): GADWP_Backend_Ajax->ajax_item_reports('')\n#9 /home/ditaymedzf/www/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array)\n#10 /home/ditaymedzf/www/wp-includes/plugin.php(465): WP_Hook->do_action(Array)\n#11 /home/ditaymedzf/www/wp-admin/admin-ajax.php(173): do_action('wp_ajax_gadwp_b...')\n#12 {main}\";s:7:\"expires\";i:1590652800;}','no'),(22154,'_transient_timeout_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1590644541','no'),(22155,'_transient_feed_mod_54af7cb0f50a8f4f8cdb30f2d9b4f50c','1590601341','no'),(22156,'_transient_timeout_aioseop_feed','1590644541','no'),(22157,'_transient_aioseop_feed','a:4:{i:0;a:4:{s:3:\"url\";s:143:\"https://semperplugins.com/introducing-google-news-sitemaps/?utm_source=rss&utm_medium=rss&utm_campaign=introducing-google-news-sitemaps\";s:5:\"title\";s:64:\"Introducing News Sitemaps: Submit Articles to Google News Faster\";s:4:\"date\";s:13:\"May 20th 2020\";s:7:\"content\";s:131:\"In March’s release of All In One SEO 3.4, we released a variety of updates to help you improve your website. And since then, w...\";}i:1;a:4:{s:3:\"url\";s:125:\"https://semperplugins.com/all-in-one-seo-pack-3-4/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-pack-3-4\";s:5:\"title\";s:58:\"All in One SEO Pack 3.4: Image SEO, Breadcrumbs, and More!\";s:4:\"date\";s:13:\"Mar 25th 2020\";s:7:\"content\";s:131:\"We are excited to announce that version 3.4 of All in One SEO has been released today!\nThis major release adds new features and ...\";}i:2;a:4:{s:3:\"url\";s:189:\"https://semperplugins.com/all-in-one-seo-is-now-part-of-the-awesome-motive-family/?utm_source=rss&utm_medium=rss&utm_campaign=all-in-one-seo-is-now-part-of-the-awesome-motive-family\";s:5:\"title\";s:55:\"All in One SEO is now part of the Awesome Motive Family\";s:4:\"date\";s:12:\"Feb 6th 2020\";s:7:\"content\";s:131:\"With over 2 million active installs, All in One SEO Pack is one of the most popular WordPress SEO plugins in the world.\nToday, I...\";}i:3;a:4:{s:3:\"url\";s:155:\"https://semperplugins.com/dont-miss-out-on-our-black-friday-deal/?utm_source=rss&utm_medium=rss&utm_campaign=dont-miss-out-on-our-black-friday-deal\";s:5:\"title\";s:41:\"Don’t miss out on our Black Friday deal\";s:4:\"date\";s:13:\"Nov 28th 2019\";s:7:\"content\";s:131:\"\n\n2019 has been quite remarkable, with the release of our major 3.0 version and countless of new features such as Schema.org mar...\";}}','no'),(22158,'_site_transient_timeout_community-events-4b201b5066e14438e4bf08b68664c8c9','1590644542','no'),(22159,'_site_transient_community-events-4b201b5066e14438e4bf08b68664c8c9','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"176.84.23.0\";}s:6:\"events\";a:3:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Kent Online\";s:3:\"url\";s:30:\"https://2020.kent.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-30 12:30:00\";s:8:\"end_date\";s:19:\"2020-05-31 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.1536674;s:9:\"longitude\";d:-81.3578859;}}i:1;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:30:\"WordCamp Turin (Torino), Italy\";s:3:\"url\";s:33:\"https://2020.torino.wordcamp.org/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-09-11 00:00:00\";s:8:\"end_date\";s:19:\"2020-09-12 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Turin, Italy\";s:7:\"country\";s:2:\"IT\";s:8:\"latitude\";d:45.0501866;s:9:\"longitude\";d:7.6688509;}}i:2;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:16:\"WordCamp Genève\";s:3:\"url\";s:33:\"https://2020.geneve.wordcamp.org/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-10-10 08:15:00\";s:8:\"end_date\";s:19:\"2020-10-10 08:15:00\";s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Genève, Suisse\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:46.2204608;s:9:\"longitude\";d:6.0986829;}}}}','no'),(22160,'_transient_timeout_feed_69c933d8a78805efd0abe985766ffb51','1590644543','no'),(22161,'_transient_feed_69c933d8a78805efd0abe985766ffb51','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://es.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Español\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 06:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"es\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-alpha-47857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:85:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://es.wordpress.org/2020/04/30/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://es.wordpress.org/2020/04/30/wordpress-5-4-1/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 06:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Mantenimiento\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Seguridad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4955\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"¡Ya está disponible WordPress 5.4.1! Esta actualización de seguridad y mantenimiento contiene 17 correcciones a fallos además de 7 correcciones de seguridad. Al ser una actualización de seguridad es recomendable que actualices tus sitios de inmediato. Todas las versiones desde WordPress 3.7 también se han actualizado. WordPress 5.4.1 es una versión de mantenimiento de ciclo corto. La siguiente […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7441:\"\n<p>¡Ya está disponible WordPress 5.4.1!</p>\n\n\n\n<p>Esta actualización de seguridad y mantenimiento contiene 17 <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priorityhttps://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">correcciones a fallos</a> además de 7 correcciones de seguridad. Al ser una <strong>actualización de seguridad</strong> es recomendable que actualices tus sitios de inmediato. Todas las versiones desde WordPress 3.7 también se han actualizado.</p>\n\n\n\n<p>WordPress 5.4.1 es una versión de mantenimiento de ciclo corto. La siguiente versión mayor será la 5.5.</p>\n\n\n\n<p>Puedes descargar WordPress 5.4.1 descargándola desde es.WordPress.org, o visitar tu Escritorio → Actualizaciones y hacer clic en Actualizar ahora.</p>\n\n\n\n<p>Si tienes sitios compatibles con actualizaciones automáticas en segundo plano ya ha empezado el proceso de actualización.</p>\n\n\n\n<h3>Actualizaciones de seguridad</h3>\n\n\n\n<p>Son siete problemas de seguridad que afectan a WordPress 5.4 y anteriores. Si no has actualizado todavía a la versión 5.4 también se han actualizado todas las versiones de WordPress desde la 3.7 para corregir los siguientes problemas de seguridad:</p>\n\n\n\n<ul><li>Gracias a <a href=\"https://hackerone.com/hijibiji\">Muaz Bin Abdus Sattar</a> y <a href=\"https://hackerone.com/dyennez\">Jannes</a> que informaron independientemente de un problema por el que los tokens de restablecimiento de contraseña no se invalidaban correctamente</li><li>Gracias a <a href=\"https://github.com/ka1n4t\">ka1n4t</a> por descubrir un problema por el que ciertas entradas privadas podián verse sin identificarse</li><li>Gracias a <a href=\"https://evanricafort.com/\">Evan Ricafort</a> por descubrir un problema de XSS en el personalizador</li><li>Gracias a Ben Bidner del equipo de seguridad de WordPress, que descubrió un problema de XSS en el bloque de búsqueda</li><li>Gracias a Nick Daugherty del equipo de <a href=\"https://wpvip.com/\">WordPress VIP</a> y de seguridad de WordPress, que descubrió un problema de XSS en <code>wp-object-cache</code></li><li>Gracias a Ronnie Goodrich (<a href=\"https://hackerone.com/kahoots\">Kahoots</a>) y <a href=\"http://pentestusa.com/\">Jason Medeiros</a> que informaron independientementne de un problema de XSS en las subidas de archivos.</li><li>Gracias a <a href=\"https://weston.ruter.net/\">Weston Ruter</a> por corregir una vulnerabilidad de XSS almacenado en el personalizador</li><li>Además, Nguyen de Duc descubrió un problema de XSS identificado en el editor de bloques en las versiones de WordPress 5.4 RC1 y RC2. Se corrigió en la 5.4 RC5. Queríamos estar seguros de agradecer y reconocer todo su trabajo para hacer que WordPress sea más seguro</li></ul>\n\n\n\n<p>Gracias a todos los que habéis informado por <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">haber avisado de modo privado de las vulnerabilidades</a>. Esto da al equipo de seguridad tiempo para corregir las vulnerabilidades antes de que los sitios WordPress puedan ser atacados.</p>\n\n\n\n<p>Para más información revisa la <a href=\"https://core.trac.wordpress.org/query?milestone=5.4.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">lista completa de cambios</a> en el Trac, o echa un vistazo a la <a href=\"https://wordpress.org/support/wordpress-version/version-5-4-1/\">página de documentación en HelpHub de la versión 5.4.1</a>.</p>\n\n\n\n<p>ADemás de los investigadores de seguridad mencionados arriba, gracias a todos los que han ayudado a que WordPress 5.4.1 esté disponible:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dhrrob/\">DhrRob</a>, <a href=\"https://profiles.wordpress.org/dono12/\">Dono12</a>, <a href=\"https://profiles.wordpress.org/dudo/\">dudo</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/markrh/\">MarkRH</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/batmoo/\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sorenbronsted/\">Søren Brønsted</a>, <a href=\"https://profiles.wordpress.org/sstoqnov/\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">tellthemachines</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/treecutter/\">treecutter</a> y <a href=\"https://profiles.wordpress.org/yohannp/\">yohannp</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://es.wordpress.org/2020/04/30/wordpress-5-4-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordCamp España Online 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://es.wordpress.org/2020/04/29/wordcamp-espana-online-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://es.wordpress.org/2020/04/29/wordcamp-espana-online-2020/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 11:34:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4950\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"Si echas de menos los eventos de la comunidad WordPress España estás de enhorabuena pues ni siquiera las pandemias mundiales pueden pararnos. Es cierto que durante meses estamos añorando las WordCamp y Meetups presenciales, en las que compartir conocimientos y experiencias con otros usuarios de WordPress, pero no todo estaba dicho. La primera WordCamp España […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4676:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_.png\" alt=\"\" class=\"wp-image-4951\" srcset=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_.png 800w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_-300x169.png 300w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-WordPress.org_-768x432.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p>Si echas de menos los eventos de la comunidad WordPress España estás de enhorabuena pues ni siquiera las pandemias mundiales pueden pararnos.</p>\n\n\n\n<p>Es cierto que durante meses estamos añorando las WordCamp y Meetups presenciales, en las que compartir conocimientos y experiencias con otros usuarios de WordPress, pero no todo estaba dicho.</p>\n\n\n\n<h2>La primera WordCamp España Online</h2>\n\n\n\n<p>Un grupo de locos encantadores tuvieron la genial idea de plantear una WordCamp Online para todos los hispanohablantes, y dicho y hecho.</p>\n\n\n\n<p>En cuestión de días estaba montado <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/organizadores/\" target=\"_blank\">el equipo de organización de de la primera WordCamp España Online</a>.</p>\n\n\n\n<p>En pocos días estaba creada <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org\" target=\"_blank\">la web</a> y todo en funcionamiento, con llamadas a <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/2020/04/02/llamada-a-ponentes/\" target=\"_blank\">ponentes</a> y <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/2020/04/06/llamada-patrocinadores/\" target=\"_blank\">patrocinadores</a>.</p>\n\n\n\n<h2>4 días de WordCamp y un programa impresionante</h2>\n\n\n\n<p> Si algo te llamará la atención de WordCamp España Online va a ser <strong><a href=\"https://2020.spain.wordcamp.org/programa-wces-2020/\" target=\"_blank\" rel=\"noreferrer noopener\">el inmenso, interesante, diverso y completo programa de ponencias, charlas y talleres</a></strong>.</p>\n\n\n\n<p>Son nada menos que <strong>4 días, del 6 al 9 de mayo de 2020</strong>, en horario <strong>de 16:00 a 20:30 (CEST)</strong>, y da para mucho.</p>\n\n\n\n<h2>Un evento WordPress diferente</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES.png\" alt=\"\" class=\"wp-image-4865\" srcset=\"https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES.png 800w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES-300x169.png 300w, https://es.wordpress.org/files/2020/04/WCES-2020-blog-sobre-WCES-768x432.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<p>Al ser online, va a ser una WordCamp diferente, en la que la organización está desgranando las esencias para que no se pierda el carácter de evento de comunidad WordPress.</p>\n\n\n\n<p>Para conseguirlo, habrá salas privadas con los ponentes (online claro), mesas (virtuales) de contribución, y un montón más de maneras de conectar, aprender y compartir, como en cualquier evento WordPress.</p>\n\n\n\n<h2>Cómo disfrutar la primera WordCamp España Online</h2>\n\n\n\n<p>Poco hace falta para disfrutar de este evento único e inolvidable, que lo será.</p>\n\n\n\n<p>En la web han detallado <a rel=\"noreferrer noopener\" href=\"https://2020.spain.wordcamp.org/como-asistir/\" target=\"_blank\"><strong>unos importantes consejos para los asistentes</strong></a>, que te recomendamos echar un vistazo.</p>\n\n\n\n<p>Pero sobre todo, lo más importante, es que te registres como asistente, para una experiencia plena de WordCamp España Online 2020.</p>\n\n\n\n<p>También se podrán ver las ponencias desde YouTube, pero la experiencia total será si te registras, algo más fácil que nunca…</p>\n\n\n\n<h2>Entradas gratuitas</h2>\n\n\n\n<p>Sí, el evento es totalmente gratis, y además con sorpresas, regalos, sorteos, y todo tipo de ventajas para los usuarios registrados.</p>\n\n\n\n<ul><li>Comunicaciones exclusivas a usuarios registrados.</li><li>Fantásticos regalos digitales de WordCamp España.</li><li>Participar en sorteos exclusivos de nuestros patrocinadores.</li><li>Acceso a salas de networking privadas con los ponentes.</li></ul>\n\n\n\n<p>Seguro que ya lo tienes claro ¿no? Pues nada, pulsa en el siguiente botón y reserva ya tu entrada gratuita para este evento tan especial, para la primera WordCamp España Online. </p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://2020.spain.wordcamp.org/entradas/\" target=\"_blank\" rel=\"noreferrer noopener\">Registrarme en WordCamp España Online</a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://es.wordpress.org/2020/04/29/wordcamp-espana-online-2020/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:76:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 5.4 «Adderley»\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/04/01/wordpress-5-4-adderley/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://es.wordpress.org/2020/04/01/wordpress-5-4-adderley/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Apr 2020 07:24:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4802\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:349:\"Bienvenido a WordPress 5.4 Cada versión mayor añade más cosas al editor de bloques. Más formas de hacer que las entradas y páginas cobren vida con tus mejores imágenes. Más formas de atraer a los visitantes y de mantenerlos implicados con la diversidad de medios incrustados desde los principales servicios web. Más formas de hacer […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:53800:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/5-4_album-cover-1024x1024.png\" alt=\"\" class=\"wp-image-4803\" srcset=\"https://es.wordpress.org/files/2020/04/5-4_album-cover-1024x1024.png 1024w, https://es.wordpress.org/files/2020/04/5-4_album-cover-300x300.png 300w, https://es.wordpress.org/files/2020/04/5-4_album-cover-150x150.png 150w, https://es.wordpress.org/files/2020/04/5-4_album-cover-768x768.png 768w, https://es.wordpress.org/files/2020/04/5-4_album-cover.png 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<div class=\"wp-block-group has-very-light-gray-color has-text-color has-background\" style=\"background-color:#0658e5\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"has-text-align-center\">Di hola a más y mejor</h2>\n\n\n\n<p class=\"has-text-align-center\">Más formas de hacer que tus páginas cobren vida. Con formas más fáciles de hacer todo y que luzca mejor que nunca – ¡y mejoras de velocidad que puedes notar!</p>\n</div></div>\n\n\n\n<h2>Bienvenido a WordPress 5.4</h2>\n\n\n\n<p>Cada versión mayor añade más cosas al editor de bloques.</p>\n\n\n\n<p>Más formas de hacer que las entradas y páginas cobren vida con tus mejores imágenes. Más formas de atraer a los visitantes y de mantenerlos implicados con la diversidad de medios incrustados desde los principales servicios web.</p>\n\n\n\n<p>Más formas de hacer real tu visión y de poner bloques en el lugar perfecto – incluso si un tipo de bloque en particular es nuevo para ti. Procesos más eficaces.</p>\n\n\n\n<p>Y más velocidad en todas partes, para que, mientras creas secciones o galerías o simplemente escribes una línea de prosa, puedas sentir cómo tu trabajo es más rápido.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/Squares-1024x512.jpg\" alt=\"\" class=\"wp-image-4804\" srcset=\"https://es.wordpress.org/files/2020/04/Squares-1024x512.jpg 1024w, https://es.wordpress.org/files/2020/04/Squares-300x150.jpg 300w, https://es.wordpress.org/files/2020/04/Squares-768x384.jpg 768w, https://es.wordpress.org/files/2020/04/Squares.jpg 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Dos nuevos bloques. Y mejores bloques en general</h2>\n\n\n\n<ul><li>Dos bloques totalmente nuevos: El bloque de enlaces sociales y el de botones hacen que añadir características interactivas sea rápido y fácil.</li><li>Nuevas posibilidades con el color: Gradientes en el bloque de botones y fondo, acceso a la barra de herramientas para las opciones de color en los bloques de texto enriquecido y, por primera vez, opciones de color en los bloques de grupo y columnas.</li><li>¡Imagina que mucho menos! La versión 5.4 agiliza todo el proceso de colocación y sustitución de medios en cada bloque. ¡Ahora funciona de la misma manera en casi todos los bloques!</li><li>Y si alguna vez has pensado que tu imagen del bloque de medios y texto debería enlazar a alguna otra cosa – ¿quizá una imagen de un folleto que debería descargar ese folleto como documento? Bien, pues ahora puedes hacerlo.</li></ul>\n\n\n\n<figure class=\"wp-block-video\"><video controls preload=\"auto\" src=\"https://es.wordpress.org/files/2020/04/textcolor.mp4\"></video></figure>\n\n\n\n<h2>Interfaz más clara, navegación más clara – ¡y tabulado más sencillo!</h2>\n\n\n\n<ul><li>Navegación por los bloques más clara con migas de pan de bloques. Una selección más sencilla una vez estés ahí.</li><li>Para cuando necesites navegar con el teclado, tienes un mejor tabulado y enfoque. Además, puedes tabular a la barra lateral de prácticamente cualquier bloque.</li><li>¡Velocidad! Un 14 % más rápido en cargar el editor, un 51 % más rápido en el tiempo de tecleo!</li><li>Las sugerencias han desaparecido. En su lugar, una ventana con la guía de bienvenida puede llevarte a dónde necesites —y solo cuando lo necesites— una y otra vez.</li><li>Descubre a simple vista si estás en el modo de edición o de navegación de bloques. O, si tienes una visión restringida, tu lector en pantalla te dirá en qué modo estás.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Por supuesto, si quieres utilizar las más recientes herramientas y características, instala el <a href=\"https://es.wordpress.org/plugins/gutenberg/\">plugin Gutenberg</a>. Podrás ser el primero en utilizar las nuevas y sorprendentes características del editor de bloques, ¡antes que nadie las vea!</p></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-1024x512.jpg\" alt=\"\" class=\"wp-image-4807\" srcset=\"https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-1024x512.jpg 1024w, https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-300x150.jpg 300w, https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1-768x384.jpg 768w, https://es.wordpress.org/files/2020/04/Rectangles-and-circles-1.jpg 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Tu derecho fundamental: privacidad</h2>\n\n\n\n<p>WordPress 5.4 ayuda con una gran variedad de problemas de privacidad de todo el mundo. De este modo, cuando los usuarios y colaboradores pregunten sobre el cumplimiento de la normativa o sobre cómo gestiona tu equipo los datos de los usuarios, las respuestas deberían ser mucho más fáciles de obtener.</p>\n\n\n\n<p>Echa un vistazo:</p>\n\n\n\n<ul><li>Ahora, las exportaciones de datos personales incluyen la información sobre las sesiones de los usuarios y los datos de ubicación de los usuarios del widget de eventos de la comunidad. Además, ¡una tabla de contenidos!</li><li>Mira el progreso a medida que procesas las solicitudes de exportación y borrado a través de las herramientas de privacidad.</li><li>Además, pequeñas mejoras en todo dan a las herramientas de privacidad un aspecto más limpio. ¡Tus ojos te lo agradecerán!</li></ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" src=\"https://es.wordpress.org/files/2020/04/Mixed-1024x512.jpg\" alt=\"\" class=\"wp-image-4808\" srcset=\"https://es.wordpress.org/files/2020/04/Mixed-1024x512.jpg 1024w, https://es.wordpress.org/files/2020/04/Mixed-300x150.jpg 300w, https://es.wordpress.org/files/2020/04/Mixed-768x384.jpg 768w, https://es.wordpress.org/files/2020/04/Mixed.jpg 1264w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n\n\n\n<h2>Solo para los desarrolladores</h2>\n\n\n\n<h3>Añadir campos personalizados a los elementos del menú, de forma nativa</h3>\n\n\n\n<p>Dos nuevas acciones te permiten añadir campos personalizados a los elementos del menú, sin necesidad de un plugin y sin escribir walkers personalizados.</p>\n\n\n\n<p>En la pantalla de administración de menús, <code>wp_nav_menu_item_custom_fields</code> se activa justo antes de los botones de un elemento de navegación del menú en el editor de menús.</p>\n\n\n\n<p>En el personalizador, <code>wp_nav_menu_item_custom_fields_customize_template</code> se activa al final de la plantilla de elementos del menú y campos de formulario.</p>\n\n\n\n<p>Comprueba tu código y mira dónde pueden reemplazar estas nuevas acciones a tu código personalizado y, si te preocupa la duplicación, añade una comprobación para la versión de WordPress.</p>\n\n\n\n<h3>¡Bloques! Estilo más sencillo, nuevas API e incrustaciones</h3>\n\n\n\n<ul><li><strong>Radicalmente</strong> más sencillo el estilo de los bloques. ¡Los márgenes negativos y el relleno por defecto han desaparecido! Ahora puedes dar estilo a los bloques del modo que los necesitas. Y una reprogramación se ha deshecho de cuatro `div` de envoltura redundantes.</li><li>Ahora, si creas plugins, puedes registrar las colecciones de tus bloques por el espacio de nombres a través de las categorías, una gran forma de obtener más visibilidad de marca.</li><li>Deja que los usuarios hagan más con dos nuevas API: variaciones y gradientes de bloques.</li><li>Ahora, en los incrustados, el editor de bloques es compatible con TikTok y se ha eliminado CollegeHumor.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Hay mucho más que los desarrolladores adorarán en WordPress 5.4. Para descubrir más y aprender cómo hacer que estos cambios brillen en tus sitios, temas, plugins y más, consulta la <a href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\">guía de campo de WordPress 5.4.</a></p></blockquote>\n\n\n\n<h2><strong>El equipo</strong></h2>\n\n\n\n<p>Esta versión la lideraron <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/francina\">Francesca Marano</a> y <a href=\"https://dream-encode.com/blog/\">David Baumwald</a>. Recibieron apoyo entusiasta del equipo de la versión:</p>\n\n\n\n<ul><li><strong>Editor técnico</strong>: Jorge Filipe Costa (<strong><a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">@jorgefelipecosta</a></strong>)</li><li><strong>Editor de diseño</strong>: Mark Uraine (<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/mapk/\"><strong>@mapk</strong></a>)</li><li><strong>Núcleo técnico</strong>: Sergey Biryukov (<a href=\"https://profiles.wordpress.org/sergeybiryukov/\"><strong>@sergeybiryukov</strong></a>)</li><li><strong>Diseño</strong>: Tammie Lister (<strong><a href=\"https://profiles.wordpress.org/karmatosed/\">@karmatosed</a></strong>)</li><li><strong>Coordinador de documentación</strong>: JB Audras (<a href=\"https://profiles.wordpress.org/audrasjb/\"><strong>@audrasjb</strong></a>)</li><li><strong>Encargado de documentación y comunicaciones</strong>: Mary Baum (<strong><a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a></strong>)</li></ul>\n\n\n\n<p>Al equipo se unieron a lo largo de todo el ciclo de desarrollo <strong>552 generosos contribuidores voluntarios</strong> que trabajaron colectivamente en <strong><a href=\"https://core.trac.wordpress.org/milestone/5.4\">361</a> tickets en el Trac</strong> y <strong>1226 peticiones en GitHub</strong>.</p>\n\n\n\n<p>Ponte una lista de reproducción de Nat Adderley, haz clic en ese botón de actualizar (o <a href=\"https://es.wordpress.org/download/\">descárgala directamente</a>), y echa un vistazo a los perfiles de los amigos que han ayudado: <a href=\"https://profiles.wordpress.org/0v3rth3d4wn/\">0v3rth3d4wn</a>, <a href=\"https://profiles.wordpress.org/123host/\">123host</a>, <a href=\"https://profiles.wordpress.org/1naveengiri/\">1naveengiri</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb/\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/acosmin/\">acosmin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/adnanlimdi/\">adnan.limdi</a>, <a href=\"https://profiles.wordpress.org/shaikhaezaz80/\">Aezaz Shaikh</a>, <a href=\"https://profiles.wordpress.org/aftabmuni/\">Aftab Ali Muni</a>, <a href=\"https://profiles.wordpress.org/akibjorklund/\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/smallprogrammers/\">Akib</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a>, <a href=\"https://profiles.wordpress.org/akshayar/\">akshayar</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a>, <a href=\"https://profiles.wordpress.org/alexholsgrove/\">AlexHolsgrove</a>, <a href=\"https://profiles.wordpress.org/alexischenal/\">alexischenal</a>, <a href=\"https://profiles.wordpress.org/alextran/\">alextran</a>, <a href=\"https://profiles.wordpress.org/alishankhan/\">alishankhan</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a>, <a href=\"https://profiles.wordpress.org/amirs17/\">Amir Seljubac</a>, <a href=\"https://profiles.wordpress.org/wpamitkumar/\">Amit Dudhat</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/agawish/\">Amr Gawish</a>, <a href=\"https://profiles.wordpress.org/amykamala/\">Amy Kamala</a>, <a href=\"https://profiles.wordpress.org/anantajitjg/\">Anantajit JG</a>, <a href=\"https://profiles.wordpress.org/anlino/\">Anders Norén</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">Andrés</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/dontdream/\">Andrea Tarantini</a>, <a href=\"https://profiles.wordpress.org/andreaitm/\">andreaitm</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/eatingrules/\">Andrew Wilder</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey Savchenko</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/andizer/\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apermo/\">Apermo</a>, <a href=\"https://profiles.wordpress.org/apieschel/\">apieschel</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind Ajith</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/arenddeboer/\">arenddeboer</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/ashokrd2013/\">ashokrd2013</a>, <a href=\"https://profiles.wordpress.org/ataurr/\">Ataur R</a>, <a href=\"https://profiles.wordpress.org/ate-up-with-motor/\">Ate Up With Motor</a>, <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/backups/\">BackuPs</a>, <a href=\"https://profiles.wordpress.org/bahia0019/\">bahia0019</a>, <a href=\"https://profiles.wordpress.org/b-07/\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bartczyz/\">Bart Czyz</a>, <a href=\"https://profiles.wordpress.org/bengreeley/\">Ben Greeley</a>, <a href=\"https://profiles.wordpress.org/benedictsinger/\">benedictsinger</a>, <a href=\"https://profiles.wordpress.org/bfintal/\">Benjamin Intal</a>, <a href=\"https://profiles.wordpress.org/bibliofille/\">bibliofille</a>, <a href=\"https://profiles.wordpress.org/bilgilabs/\">bilgilabs</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/skypressatx/\">BMO</a>, <a href=\"https://profiles.wordpress.org/boga86/\">Boga86</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bwmarkle/\">Brad Markle</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/ketuchetan/\">Chetan Satasiya</a>, <a href=\"https://profiles.wordpress.org/chinteshprajapati/\">Chintesh Prajapati</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cklosows/\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/eclare/\">Chris Trynkiewicz (Sukces Strony)</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/christianamohr/\">Christiana Mohr</a>, <a href=\"https://profiles.wordpress.org/clayisland/\">clayisland</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/crdunst/\">crdunst</a>, <a href=\"https://profiles.wordpress.org/littlebigthing/\">Csaba (LittleBigThings)</a>, <a href=\"https://profiles.wordpress.org/xendo/\">Dademaru</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">Damián Suárez</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danieltj/\">Daniel James</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Daniel Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniloercoli/\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/darrenlambert/\">darrenlambert</a>, <a href=\"https://profiles.wordpress.org/davidshq/\">Dave Mackey</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a>, <a href=\"https://profiles.wordpress.org/daveslaughter/\">daveslaughter</a>, <a href=\"https://profiles.wordpress.org/davewp196/\">DaveWP196</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dryanpress/\">David Ryan</a>, <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/superdav42/\">David Stone</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/dhavalkasvala/\">Dhaval kasavala</a>, <a href=\"https://profiles.wordpress.org/dhurlburtusa/\">dhurlburtusa</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dingo_d/\">dingo-d</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya/\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/djp424/\">djp424</a>, <a href=\"https://profiles.wordpress.org/dominic_ks/\">dominic_ks</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen/\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dphiffer/\">dphiffer</a>, <a href=\"https://profiles.wordpress.org/dragosh635/\">dragosh635</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a>, <a href=\"https://profiles.wordpress.org/seedsca/\">ecotechie</a>, <a href=\"https://profiles.wordpress.org/eden159/\">eden159</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/disillusia/\">edmundcwm</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">Eduardo Toledo</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/elmastudio/\">Ellen Bauer</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">Enrique Piqueras</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/equin0x80/\">equin0x80</a>, <a href=\"https://profiles.wordpress.org/erikkroes/\">erikkroes</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabifott/\">Fabian</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fahimmurshed/\">Fahim Murshed</a>, <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/felipeloureirosantos/\">Felipe Santos</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fernandovbsouza/\">Fernando Souza</a>, <a href=\"https://profiles.wordpress.org/fervillz/\">fervillz</a>, <a href=\"https://profiles.wordpress.org/fgiannar/\">fgiannar</a>, <a href=\"https://profiles.wordpress.org/flaviozavan/\">flaviozavan</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/fotisps/\">Fotis Pastrakis</a>, <a href=\"https://profiles.wordpress.org/efarem/\">Frank Martin</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/guddu1315/\">Gaurang Dabhi</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a>, <a href=\"https://profiles.wordpress.org/glebkema/\">Gleb Kemarsky</a>, <a href=\"https://profiles.wordpress.org/hometowntrailers/\">Glenn</a>, <a href=\"https://profiles.wordpress.org/gh640/\">Goto Hayato</a>, <a href=\"https://profiles.wordpress.org/grafruessel/\">grafruessel</a>, <a href=\"https://profiles.wordpress.org/gregrickaby/\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Grzegorz Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzegorzjanoszka/\">Grzegorz.Janoszka</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">gwwar</a>, <a href=\"https://profiles.wordpress.org/hamedmoodi/\">hamedmoodi</a>, <a href=\"https://profiles.wordpress.org/hampzter/\">hAmpzter</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh Pillai</a>, <a href=\"https://profiles.wordpress.org/harry-milatz/\">Harry Milatz</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helgatheviking/\">helgatheviking</a>, <a href=\"https://profiles.wordpress.org/henryholtgeerts/\">Henry Holtgeerts</a>, <a href=\"https://profiles.wordpress.org/imani3011/\">Himani Lotia</a>, <a href=\"https://profiles.wordpress.org/krynes/\">Hubert Kubiak</a>, <a href=\"https://profiles.wordpress.org/i3anaan/\">i3anaan</a>, <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ideaboxcreations/\">IdeaBox Creations</a>, <a href=\"https://profiles.wordpress.org/shaampk1/\">Ihtisham Zahoor</a>, <a href=\"https://profiles.wordpress.org/intimez/\">intimez</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ispreview/\">ispreview</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jbinda/\">Jakub Binda</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jameslnewell/\">jameslnewell</a>, <a href=\"https://profiles.wordpress.org/jankimoradiya/\">Janki Moradiya</a>, <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a>, <a href=\"https://profiles.wordpress.org/studiotwee/\">Jasper van der Meer</a>, <a href=\"https://profiles.wordpress.org/jaydeep23290/\">jaydeep23290</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jean-david/\">Jean-David Daviet</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/phpbits/\">Jeffrey Carandang</a>, <a href=\"https://profiles.wordpress.org/jeichorn/\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jenilk/\">Jenil Kanani</a>, <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a>, <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a>, <a href=\"https://profiles.wordpress.org/jeremyclarke/\">Jer Clarke</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">Jerry Jones</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">johnwatkins0</a>, <a href=\"https://profiles.wordpress.org/jon81/\">Jon</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Jon Quach</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jg-visual/\">Jonathan Goldford</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joonasvanhatapio/\">Joonas Vanhatapio</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jqz/\">jqz</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/derweili/\">Julian Weiland</a>, <a href=\"https://profiles.wordpress.org/juliankimmig/\">julian.kimmig</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/nukaga/\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/jurgen/\">jurgen</a>, <a href=\"https://profiles.wordpress.org/justdaiv/\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a>, <a href=\"https://profiles.wordpress.org/kaggdesign/\">kaggdesign</a>, <a href=\"https://profiles.wordpress.org/kalpshit/\">KalpShit Akabari</a>, <a href=\"https://profiles.wordpress.org/leprincenoir/\">Kantari Samy</a>, <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kennithnichol/\">Kennith Nichol</a>, <a href=\"https://profiles.wordpress.org/khag7/\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a>, <a href=\"https://profiles.wordpress.org/khushbu19/\">Khushbu Modi</a>, <a href=\"https://profiles.wordpress.org/killerbishop/\">killerbishop</a>, <a href=\"https://profiles.wordpress.org/kinjaldalwadi/\">kinjaldalwadi</a>, <a href=\"https://profiles.wordpress.org/kitchin/\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/kkarpieszuk/\">kkarpieszuk</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kokkieh/\">KokkieH</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/klopez8/\">Krystyna</a>, <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a>, <a href=\"https://profiles.wordpress.org/wpkuf/\">kuflievskiy</a>, <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a>, <a href=\"https://profiles.wordpress.org/kyliesabra/\">kyliesabra</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/leandroalonso/\">leandroalonso</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/lgrev01/\">lgrev01</a>, <a href=\"https://profiles.wordpress.org/linuxologos/\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/lisota/\">lisota</a>, <a href=\"https://profiles.wordpress.org/lorenzof/\">Lorenzo Fracassi</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a>, <a href=\"https://profiles.wordpress.org/luisrivera/\">luisrivera</a>, <a href=\"https://profiles.wordpress.org/lukaswaudentio/\">lukaswaudentio</a>, <a href=\"https://profiles.wordpress.org/ljasinskipl/\">Lukasz Jasinski</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/wodarekly/\">Lydia Wodarek</a>, <a href=\"https://profiles.wordpress.org/vinoth06/\">M A Vinoth Kumar</a>, <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a>, <a href=\"https://profiles.wordpress.org/mahesh901122/\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/marcoz/\">MarcoZ</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekdedic/\">Marek Dědič</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/marius84/\">Marius84</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mmarzeotti/\">Mark Marzeotti</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/hinjiriyo/\">Martin Stehle</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/matstars/\">Mat Gargano</a>, <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/mattkeys/\">Matt Keys</a>, <a href=\"https://profiles.wordpress.org/veraxus/\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">mattchowning</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">Matthew Kevins</a>, <a href=\"https://profiles.wordpress.org/mattnyeus/\">mattnyeus</a>, <a href=\"https://profiles.wordpress.org/maxme/\">maxme</a>, <a href=\"https://profiles.wordpress.org/mayanksonawat/\">mayanksonawat</a>, <a href=\"https://profiles.wordpress.org/mbrailer/\">mbrailer</a>, <a href=\"https://profiles.wordpress.org/mehidi258/\">Mehidi Hassan</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelecklund/\">Michael Ecklund</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">Michael Panaga</a>, <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp</a>, <a href=\"https://profiles.wordpress.org/miette49/\">miette49</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">mihdan</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel/\">Mike Schinkel [WPLib Box project lead]</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikejdent/\">mikejdent</a>, <a href=\"https://profiles.wordpress.org/msaari/\">Mikko Saari</a>, <a href=\"https://profiles.wordpress.org/iihglobal/\">Milan Patel</a>, <a href=\"https://profiles.wordpress.org/gdragon/\">Milan Petrovic</a>, <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a>, <a href=\"https://profiles.wordpress.org/mircoraffinetti/\">mircoraffinetti</a>, <a href=\"https://profiles.wordpress.org/mjnewman/\">mjnewman</a>, <a href=\"https://profiles.wordpress.org/mlbrgl/\">mlbrgl</a>, <a href=\"https://profiles.wordpress.org/morganestes/\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/man4toman/\">Morteza Geransayeh</a>, <a href=\"https://profiles.wordpress.org/mppfeiffer/\">mppfeiffer</a>, <a href=\"https://profiles.wordpress.org/mryoga/\">mryoga</a>, <a href=\"https://profiles.wordpress.org/mtias/\">mtias</a>, <a href=\"https://profiles.wordpress.org/musamamasood/\">Muhammad Usama Masood</a>, <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nagoke/\">nagoke</a>, <a href=\"https://profiles.wordpress.org/nfmohit/\">Nahid Ferdous Mohit</a>, <a href=\"https://profiles.wordpress.org/finchps/\">Nate Finch</a>, <a href=\"https://profiles.wordpress.org/mukto90/\">Nazmul Ahsan</a>, <a href=\"https://profiles.wordpress.org/nekomajin/\">nekomajin</a>, <a href=\"https://profiles.wordpress.org/nextscripts/\">NextScripts</a>, <a href=\"https://profiles.wordpress.org/nickdaugherty/\">Nick Daugherty</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nsundberg/\">Nicklas Sundberg</a>, <a href=\"https://profiles.wordpress.org/nickylimjj/\">Nicky Lim</a>, <a href=\"https://profiles.wordpress.org/vadimnicolai/\">nicolad</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicole2292/\">nicole2292</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">Niels Lange</a>, <a href=\"https://profiles.wordpress.org/nikhilgupte/\">nikhilgupte</a>, <a href=\"https://profiles.wordpress.org/nilamacharya/\">nilamacharya</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">noahtallen</a>, <a href=\"https://profiles.wordpress.org/noyle/\">noyle</a>, <a href=\"https://profiles.wordpress.org/nsubugak/\">nsubugak</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oldenburg/\">oldenburg</a>, <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a>, <a href=\"https://profiles.wordpress.org/ottok/\">Otto Kekäläinen</a>, <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a>, <a href=\"https://profiles.wordpress.org/iaaxpage/\">page-carbajal</a>, <a href=\"https://profiles.wordpress.org/pagewidth/\">pagewidth</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/rixeo/\">Paul Kevin</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pcarvalho/\">pcarvalho</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/perrywagle/\">perrywagle</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/pierlo/\">Pierre Gordon</a>, <a href=\"https://profiles.wordpress.org/pierrelannoy/\">Pierre Lannoy</a>, <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a>, <a href=\"https://profiles.wordpress.org/prashantvatsh/\">Prashant Singh</a>, <a href=\"https://profiles.wordpress.org/pratik-jain/\">Pratik Jain</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/priyankabehera155/\">Priyanka Behera</a>, <a href=\"https://profiles.wordpress.org/raamdev/\">Raam Dev</a>, <a href=\"https://profiles.wordpress.org/bamadesigner/\">Rachel Cherry</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ragnarokatz/\">ragnarokatz</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raoulunger/\">raoulunger</a>, <a href=\"https://profiles.wordpress.org/razamalik/\">razamalik</a>, <a href=\"https://profiles.wordpress.org/remcotolsma/\">Remco Tolsma</a>, <a href=\"https://profiles.wordpress.org/rephotsirch/\">rephotsirch</a>, <a href=\"https://profiles.wordpress.org/rheinardkorf/\">rheinardkorf</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/quicoto/\">Ricard Torres</a>, <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a>, <a href=\"https://profiles.wordpress.org/rimadoshi/\">rimadoshi</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/rcutmore/\">Rob Cutmore</a>, <a href=\"https://profiles.wordpress.org/rob006/\">rob006</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rconde/\">Roi Conde</a>, <a href=\"https://profiles.wordpress.org/murgroland/\">Roland Murg</a>, <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Wolný</a>, <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a>, <a href=\"https://profiles.wordpress.org/kingkool68/\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/rryyaanndd/\">Ryan</a>, <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sablednah/\">sablednah</a>, <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/samuelfernandez/\">SamuelFernandez</a>, <a href=\"https://profiles.wordpress.org/zanderz/\">Sander</a>, <a href=\"https://profiles.wordpress.org/santilinwp/\">santilinwp</a>, <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a>, <a href=\"https://profiles.wordpress.org/tivus/\">Schuhwerk</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/scvleon/\">scvleon</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n/\">Sergio de Falco</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/sgastard/\">sgastard</a>, <a href=\"https://profiles.wordpress.org/sgoen/\">sgoen</a>, <a href=\"https://profiles.wordpress.org/shahariaazam/\">Shaharia Azam</a>, <a href=\"https://profiles.wordpress.org/cafenoirdesign/\">Shannon Smith</a>, <a href=\"https://profiles.wordpress.org/shariqkhan2012/\">shariqkhan2012</a>, <a href=\"https://profiles.wordpress.org/sncoker/\">Shawntelle Coker</a>, <a href=\"https://profiles.wordpress.org/sheparddw/\">sheparddw</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/shizumi/\">Shizumi Yoshiaki</a>, <a href=\"https://profiles.wordpress.org/simonjanin/\">simonjanin</a>, <a href=\"https://profiles.wordpress.org/sinatrateam/\">sinatrateam</a>, <a href=\"https://profiles.wordpress.org/sirreal/\">sirreal</a>, <a href=\"https://profiles.wordpress.org/skorasaurus/\">skorasaurus</a>, <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a>, <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a>, <a href=\"https://profiles.wordpress.org/soean/\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/spenserhale/\">spenserhale</a>, <a href=\"https://profiles.wordpress.org/sproutchris/\">sproutchris</a>, <a href=\"https://profiles.wordpress.org/squarecandy/\">squarecandy</a>, <a href=\"https://profiles.wordpress.org/starvoters1/\">starvoters1</a>, <a href=\"https://profiles.wordpress.org/steelwagstaff/\">SteelWagstaff</a>, <a href=\"https://profiles.wordpress.org/steevithak/\">steevithak</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/steffanhalv/\">steffanhalv</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenlinx/\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/stiofansisland/\">Stiofan</a>, <a href=\"https://profiles.wordpress.org/matthias-reuter/\">straightvisions GmbH</a>, <a href=\"https://profiles.wordpress.org/stroona/\">stroona.com</a>, <a href=\"https://profiles.wordpress.org/subratamal/\">Subrata Mal</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/swapnild/\">swapnild</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">Sérgio Estêvão</a>, <a href=\"https://profiles.wordpress.org/miyauchi/\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/takeshifurusato/\">Takeshi Furusato</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/tbschen/\">TBschen</a>, <a href=\"https://profiles.wordpress.org/tdlewis77/\">tdlewis77</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/thamaraiselvam/\">Thamaraiselvam</a>, <a href=\"https://profiles.wordpress.org/thefarlilacfield/\">thefarlilacfield</a>, <a href=\"https://profiles.wordpress.org/themezee/\">ThemeZee</a>, <a href=\"https://profiles.wordpress.org/timhavinga/\">Tim Havinga</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/timon33/\">timon33</a>, <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timothée Brosille</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmanoilov/\">tmanoilov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tomgreer/\">Tom Greer</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tommix/\">tommix</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/itowhid06/\">Towhidul Islam</a>, <a href=\"https://profiles.wordpress.org/tristangemus/\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/tristanleboss/\">tristanleboss</a>, <a href=\"https://profiles.wordpress.org/tsuyoring/\">tsuyoring</a>, <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vaishalipanchal/\">Vaishali Panchal</a>, <a href=\"https://profiles.wordpress.org/valentinbora/\">Valentin Bora</a>, <a href=\"https://profiles.wordpress.org/varunshanbhag/\">varunshanbhag</a>, <a href=\"https://profiles.wordpress.org/veminom/\">Veminom</a>, <a href=\"https://profiles.wordpress.org/vinita29/\">Vinita Tandulkar</a>, <a href=\"https://profiles.wordpress.org/virgodesign/\">virgodesign</a>, <a href=\"https://profiles.wordpress.org/vsamoletov/\">Vlad. S.</a>, <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a>, <a href=\"https://profiles.wordpress.org/waleedt93/\">waleedt93</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter/\">websupporter</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">William Patton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">wpgurudev</a>, <a href=\"https://profiles.wordpress.org/alexandreb3/\">WPMarmite</a>, <a href=\"https://profiles.wordpress.org/wptoolsdev/\">wptoolsdev</a>, <a href=\"https://profiles.wordpress.org/xedinunknown-1/\">xedinunknown-1</a>, <a href=\"https://profiles.wordpress.org/yale01/\">yale01</a>, <a href=\"https://profiles.wordpress.org/collet/\">Yannicki</a>, <a href=\"https://profiles.wordpress.org/yordansoares/\">Yordan Soares</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/zachflauaus/\">zachflauaus</a>, <a href=\"https://profiles.wordpress.org/tollmanz/\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zaffarn/\">Zee</a>, y <a href=\"https://profiles.wordpress.org/zsusag/\">zsusag</a>.</p>\n\n\n\n<p>Muchas gracias a todos los voluntarios de la comunidad que han contribuido en <a href=\"https://es.wordpress.org/support\">los foros de soporte</a>. Responden preguntas de personas de todo el mundo, ya estén usando WordPress por primera vez o desde la primera versión. ¡Estas actualizaciones tienen más éxito gracias a sus esfuerzos!</p>\n\n\n\n<h2>Traductores</h2>\n\n\n\n<p>Para finalizar, gracias a todos los traductores de la comunidad que han trabajado en WordPress 5.4. Sus esfuerzos traen WordPress completamente traducido a 46 idiomas en el momento del lanzamiento, y más que habrá.</p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/nobnob\">Javier Esteban</a></li><li><a href=\"https://profiles.wordpress.org/jconti\">Jose Conti</a></li><li><a href=\"https://profiles.wordpress.org/fernandot\">Fernando Tellado</a></li><li><a href=\"https://profiles.wordpress.org/_dorsvenabili\">Rocio Valdivia</a></li><li><a href=\"https://profiles.wordpress.org/unintended8\">Juan Hernando</a></li><li><a href=\"https://profiles.wordpress.org/bi0xid\">Rafa Poveda</a></li><li><a href=\"https://profiles.wordpress.org/luisrull\">Luis Rull</a></li><li><a href=\"https://profiles.wordpress.org/nilovelez\">Nilo Velez</a></li><li><a href=\"https://profiles.wordpress.org/balboag\">Gerardo Balboa</a></li><li><a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a></li><li><a href=\"https://profiles.wordpress.org/leemon\">leemon</a>.</li></ul>\n\n\n\n<p>Si quieres aprender más sobre cómo ser voluntario con WordPress, pásate por <a href=\"https://make.wordpress.org/\">Make WordPress</a> o el <a href=\"https://make.wordpress.org/core/\">blog de desarrollo del núcleo</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://es.wordpress.org/2020/04/01/wordpress-5-4-adderley/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/28/wordpress-5-4-rc5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/28/wordpress-5-4-rc5/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2020 11:45:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4792\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:390:\"¡Ya está disponible la quinta versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, y necesitamos tu ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4: Probar el plugin WordPress Beta […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2605:\"\n<p>¡Ya está disponible la quinta versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <strong><a href=\"https://make.wordpress.org/core/5-4/\">el 31 de marzo de 2020</a></strong>, y necesitamos <em>tu </em>ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento!</p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC5.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5.4 y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/28/wordpress-5-4-rc5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/25/wordpress-5-4-rc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/25/wordpress-5-4-rc4/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Mar 2020 07:54:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4775\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:387:\"¡Ya está disponible la 4ª versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, y necesitamos tu ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4: Probar el plugin WordPress Beta […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2846:\"\n<p>¡Ya está disponible la 4ª versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <strong><a href=\"https://make.wordpress.org/core/5-4/\">el 31 de marzo de 2020</a></strong>, y necesitamos <em>tu </em>ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento!</p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC4.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<p>Esta versión RC4 incorpora la nueva <a href=\"https://core.trac.wordpress.org/ticket/49295\">pagina de «Acerca de»</a> y <a href=\"https://core.trac.wordpress.org/ticket/49688\">actualiza los paquetes del editor</a>.</p>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/25/wordpress-5-4-rc4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/17/wordpress-5-4-rc3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/17/wordpress-5-4-rc3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Mar 2020 22:27:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4737\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"¡Ya está disponible la tercera versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, y necesitamos tu ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4: Probar […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Luis Rull\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4478:\"\n<p>¡Ya está disponible la tercera versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <strong><a href=\"https://make.wordpress.org/core/5-4/\">el 31 de marzo de 2020</a></strong>, y necesitamos <em>tu </em>ayuda para conseguirlo— si aún no lo has hecho, ¡ahora es el momento!</p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC3.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<p>La versión RC3 se ocupa de mejoras en la nueva página de «Acerca de» y <a href=\"https://core.trac.wordpress.org/query?id=49657%2C49621%2C48164%2C49577%2C47053%2C48303%2C49374%2C49619&milestone=5.4&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">5 correcciones</a> de los siguientes fallos y regresiones:</p>\n\n\n\n<ul><li><a href=\"https://core.trac.wordpress.org/ticket/49611\">49657</a> – <a href=\"https://core.trac.wordpress.org/ticket/49611\">Editor de bloques: Actualización de los paquetes de WordPress 5.4 RC3 </a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49318\">49621</a> – <a href=\"https://core.trac.wordpress.org/ticket/48164\">Travis: Descarga de Chromium sólo para test de E2E</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48614\">48164</a> – <a href=\"https://core.trac.wordpress.org/ticket/48164\">media_sideload_image debería guardar la URL original y buscar duplicados</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49577\">49577 – El escritorio de la salud del sitio da un recuento de los elementos incorrectos en la carga inicial</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47053\">47053 – Accesibilidad: es necesario poner el ‘tabindex’ adecuado en HTML de «Saltar a la barra de herramientas»</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/48303\">48303 – Mejoras en el Docblock para la versión 5.4</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49374\">49374 – Utilizar get_post_states para denominar páginas especiales en los elementos de los menús acordeón</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/49619\">49619 – Utiliza <hr /> en vez de márgenes en la página de libertades</a></li></ul>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/17/wordpress-5-4-rc3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://es.wordpress.org/2020/03/10/wordpress-5-4-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/03/10/wordpress-5-4-rc2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Mar 2020 22:59:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4719\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"¡Ya está disponible la segunda versión candidata a definitiva de WordPress 5.4! WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, pero necesitamos tu ayuda para conseguirlo – si aún no has probado la versión 5.4, ¡ahora es el momento! Hay dos maneras de probar la versión candidata a definitiva de WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4332:\"\n<p>¡Ya está disponible la segunda versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse <a href=\"https://make.wordpress.org/core/5-4/\" target=\"_blank\" rel=\"noreferrer noopener\">el 31 de marzo de 2020</a>, pero necesitamos tu ayuda para conseguirlo – si aún no has probado la versión 5.4, <strong>¡ahora es el momento!</strong></p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC2.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<p>Para los detalles sobre qué esperar en WordPress 5.4, por favor, echa un vistazo a <a href=\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\">la entrada de la primera versión candidata a definitiva</a>.</p>\n\n\n\n<p>La versión RC2 se ocupa de mejoras en la nueva página de «Acerca de» y <a href=\"https://core.trac.wordpress.org/query?id=49611%2C49318%2C49295%2C49585%2C49568%2C49549&milestone=5.4&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">5 correcciones</a> de los siguientes fallos y regresiones:</p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49611\" target=\"_blank\">49611</a> – Editor de bloques: Actualización de los paquetes de WordPress 5.4 RC 2</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49318\" target=\"_blank\">49318</a> – Temas incluidos: El selector CSS de contenido de Twenty Twenty es demasiado importante</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49585\" target=\"_blank\">49585</a> – REST API: Corregido texto en la descripción de la característica de desactivar-gradientes-personalizados del tema</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49568\" target=\"_blank\">49568</a> – Editor de bloques: Corregida regresión visual en el selector de color del editor</li><li><a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/ticket/49549\" target=\"_blank\">49549</a> – Temas incluidos: Correcciones al CSS del widget de calendario en varios de los temas incluidos</li></ul>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2020/03/03/wordpress-5-4-field-guide/\" target=\"_blank\">La guía de campo de WordPress 5.4 ya se ha publicado</a>, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Esta versión también marca el <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">punto de congelación de cadenas</a> de la programación de la versión 5.4.</p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://es.wordpress.org/2020/03/10/wordpress-5-4-rc2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:82:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress 5.4 candidata a definitiva\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Mar 2020 13:23:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Traducciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:2:\"RC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4678\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"¡Ya está disponible la primera versión candidata a definitiva de WordPress 5.4! Este es un hito importante a medida que avanzamos hacia la fecha de lanzamiento de WordPress 5.4. «Candidata a definitiva» significa que la nueva versión está lista para su lanzamiento, pero con millones de usuarios y miles de plugins y temas, es posible […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3227:\"\n<p>¡Ya está disponible la primera versión candidata a definitiva de WordPress 5.4!</p>\n\n\n\n<p>Este es un hito importante a medida que avanzamos hacia la fecha de lanzamiento de WordPress 5.4.</p>\n\n\n\n<p>«Candidata a definitiva» significa que la nueva versión está lista para su lanzamiento, pero con millones de usuarios y miles de plugins y temas, es posible que algo se nos haya pasado por alto.</p>\n\n\n\n<p>WordPress 5.4 está actualmente programada para lanzarse el 31 de marzo de 2020, pero necesitamos tu ayuda para conseguirlo – si aún no has probado la versión 5.4, <strong>¡ahora es el momento!</strong></p>\n\n\n\n<p>Hay dos maneras de probar la versión candidata a definitiva de WordPress 5.4:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-RC1.zip\">descarga aquí la versión</a> (zip).</li></ul>\n\n\n\n<h2>¿Qué hay en WordPress 5.4?</h2>\n\n\n\n<p>WordPress 5.4 tiene montones de refinamientos que pulen la experiencia de los desarrolladores.</p>\n\n\n\n<p>Para estar al día suscríbete al <a href=\"https://make.wordpress.org/core/\">blog de Make WordPress Core</a> y presta especial atención a la tag <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">notas para desarrolladores</a> para las novedades sobre los cambios que podrían afectar a tus productos.</p>\n\n\n\n<h2>Desarrolladores de plugins y temas</h2>\n\n\n\n<p>Por favor, prueba tus plugins y temas con WordPress 5. y actualiza el texto de versión de <em>Probado hasta</em> en el archivo readme a la 5.4. Si encuentras problemas de compatibilidad, por favor, asegúrate de publicarlo en los <a href=\"https://wordpress.org/support/forum/alphabeta/\">foros de soporte</a> para que podamos resolverlo antes de la versión final</p>\n\n\n\n<p>La guía de campo de WordPress 5.4 se publicará en las próximas 24 horas, con una explicación más detallada sobre los principales cambios.</p>\n\n\n\n<h2>Cómo ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/projects/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress a más de 100 idiomas!</a></p>\n\n\n\n<p>Esta versión también marca el <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">punto de congelación de cadenas</a> de la programación de la versión 5.4.</p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti!</p>\n\n\n\n<p><em>Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://es.wordpress.org/2020/03/04/wordpress-5-4-candidata-a-definitiva/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://es.wordpress.org/2020/02/26/wordpress-5-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://es.wordpress.org/2020/02/26/wordpress-5-4-beta-3/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Feb 2020 13:26:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4664\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"¡Ya está disponible la Beta 3 de WordPress 5.4! Este software está aún en fase de desarrollo así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión. Puedes probar WordPress 5.4 beta 3 de dos maneras: Probar el plugin WordPress Beta Tester (elige la opción «versiones […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3382:\"\n<p>¡Ya está disponible la Beta 3 de WordPress 5.4!</p>\n\n\n\n<p><strong>Este software está aún en fase de desarrollo</strong> así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar WordPress 5.4 beta 3 de dos maneras:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-beta3.zip\">descarga aquí la versión beta 3</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.4 está planificado para su lanzamiento el <a href=\"https://make.wordpress.org/core/5-4/\">31 de marzo de 2020</a> y ¡<strong>necesitamos tu ayuda para llegar a esa fecha</strong>!</p>\n\n\n\n<p>Gracias a todos los contribuidores que han probado la versión de desarrollo de la <a href=\"https://es.wordpress.org/2020/02/13/wordpress-5-4-beta-1/\">beta 1</a> y la <a href=\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/\">beta 2</a> se han cerrado <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F18%2F2020..02%2F25%2F2020&milestone=5.4&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\" target=\"_blank\">24 tickets</a> la semana pasada.</p>\n\n\n\n<h2>Algunos detalles destacados</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/20424\">Repaso de correcciones de Gutenberg</a></li><li><a href=\"https://core.trac.wordpress.org/ticket/47606\">Mostrar la puntuación de salud del sitio en el escritorio</a></li></ul>\n\n\n\n<h2>Notas para desarrolladores</h2>\n\n\n\n<p>WordPress 5.4 tiene montones de refinamientos para pulir la experiencia del desarrollador. Para estar al día suscríbete al <a href=\"https://make.wordpress.org/core/\">blog de Make WordPress Core</a> y presta especial atención a las <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">notas para desarrolladores</a> en las actualizaciones y resto de cambios que pudiesen afectar a tus productos.</p>\n\n\n\n<h2>Cómo puedes ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress al español </a><a href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\" rel=\"noreferrer noopener\">y</a><a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\"> más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti! Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/02/26/wordpress-5-4-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Feb 2020 08:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:15:\"Actualizaciones\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://es.wordpress.org/?p=4649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"¡Ya está disponible la Beta 2 de WordPress 5.4! Este software está aún en fase de desarrollo así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión. Puedes probar WordPress 5.4 beta 2 de dos maneras: Probar el plugin WordPress Beta Tester (elige la opción «versiones […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Fernando Tellado\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4121:\"\n<p>¡Ya está disponible la Beta 2 de WordPress 5.4!</p>\n\n\n\n<p><strong>Este software está aún en fase de desarrollo</strong> así que no recomendamos ejecutarlo en un sitio en producción. Plantéate configurar un sitio de pruebas para jugar con la nueva versión.</p>\n\n\n\n<p>Puedes probar WordPress 5.4 beta 2 de dos maneras:</p>\n\n\n\n<ul><li>Probar el plugin <a rel=\"noreferrer noopener\" href=\"https://es.wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> (elige la opción «versiones avanzadas»)</li><li>O <a href=\"https://wordpress.org/wordpress-5.4-beta2.zip\">descarga aquí la versión beta</a> (zip).</li></ul>\n\n\n\n<p>WordPress 5.4 está planificado para su lanzamiento el <a href=\"https://make.wordpress.org/core/5-4/\">31 de marzo de 2020</a> y ¡<strong>necesitamos tu ayuda para llegar a esa fecha</strong>!</p>\n\n\n\n<p>Gracias a todos los contribuidores que han probado la versión de desarrollo de la <a href=\"https://es.wordpress.org/2020/02/13/wordpress-5-4-beta-1/\">beta 1</a> y han aportado sus impresiones. Probar para buscar fallos es una parte importante a la hora de pulir cada versión, y una gran manera de contribuir a WordPress.</p>\n\n\n\n<h2>Algunos detalles destacados</h2>\n\n\n\n<p>Desde <a href=\"https://es.wordpress.org/2020/02/13/wordpress-5-4-beta-1/\">la beta 1</a> se han corregido <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F12%2F2020..&milestone=5.4&group=component&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">27 fallos</a>. Aquí tienes un resumen de unos cuantos cambios incluidos en la beta 2:</p>\n\n\n\n<ul><li>Editor de bloques: Las columnas de la biblioteca de bloques que no tenían ancho asignado ahora crecen de manera equilibrada.</li><li>Editor de bloques: El selector de gradiente personalizado ahora funciona en otros idiomas además de en inglés.</li><li>Editor de bloques: Cuando no es posible elegir colores se deja de mostrar el formateador de colores.</li><li>Privacidad: Los campos del formulario de solicitud de privacidad se han ajustado para que sean más consistentes en móvil.</li><li>Privacidad: El aviso ofreciendo ayuda al editar la página de la política de privacidad ya no se muestra en la parte superior de todas las páginas del área de administración.</li><li>Salud del sitio: Los códigos de error de pruebas fallidas de la REST API ahora se muestran correctamente.</li></ul>\n\n\n\n<h2>Notas para desarrolladores</h2>\n\n\n\n<p>WordPress 5.4 tiene montones de refinamientos para pulir la experiencia del desarrollador. Para estar al día suscríbete al <a href=\"https://make.wordpress.org/core/\">blog de Make WordPress Core</a> y presta especial atención a las <a href=\"https://make.wordpress.org/core/tag/5-4+dev-notes/\">notas para desarrolladores</a> en las actualizaciones y resto de cambios que pudiesen afectar a tus productos.</p>\n\n\n\n<h2>Cómo puedes ayudar</h2>\n\n\n\n<p>¿Hablas otro idioma que no sea el inglés? <a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\">¡Ayúdanos a traducir WordPress al español </a><a href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\" rel=\"noreferrer noopener\">y</a><a rel=\"noreferrer noopener\" href=\"https://translate.wordpress.org/locale/es/default/wp/dev/\" target=\"_blank\"> más de 100 idiomas!</a></p>\n\n\n\n<p>Si crees que has encontrado un error, puedes publicarlo en el <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/forum/alphabeta/\" target=\"_blank\">área Alpha/Beta</a> de los foros de soporte. ¡Nos encantaría saber de ti! Si te sientes cómodo escribiendo informes de errores replicables, <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/newticket\" target=\"_blank\">presenta uno en el Trac de WordPress</a>, donde también puedes encontrar una <a rel=\"noreferrer noopener\" href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">lista de errores conocidos</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://es.wordpress.org/2020/02/19/wordpress-5-4-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:30:\"https://es.wordpress.org/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 27 May 2020 17:42:22 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 11 May 2020 11:02:59 GMT\";s:4:\"link\";s:61:\"<https://es.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20190612102239\";}','no'); /*!40000 ALTER TABLE `wor5384_options` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=6716 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `wor5384_postmeta` WRITE; /*!40000 ALTER TABLE `wor5384_postmeta` DISABLE KEYS */; INSERT INTO `wor5384_postmeta` VALUES (4,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5,6,'_form','<div class=\"row\">\n <div class=\"col span_6\">\n <label for=\"your-name\">NOMBRE</label>\n [text* your-name] </p>\n </div>\n <div class=\"col span_6\">\n <label for=\"your-email\">EMAIL</label>\n [email* your-email] </p>\n </div>\n</div>\n<label for=\"your-message\">MENSAJE</label>\n [textarea your-message x3] \n<p>[submit \"Enviar\"]</p>'),(6,6,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:26:\"WordPress \"[your-subject]\"\";s:6:\"sender\";s:38:\"[your-name] <wordpress@ditaymedia.com>\";s:9:\"recipient\";s:21:\"miguel@ditaymedia.com\";s:4:\"body\";s:190:\"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 WordPress (http://ditaymedia.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(7,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:26:\"WordPress \"[your-subject]\"\";s:6:\"sender\";s:41:\"WordPress <wordpress@test.letspicyou.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:135:\"Cuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en WordPress (http://ditaymedia.com)\";s:18:\"additional_headers\";s:31:\"Reply-To: miguel@ditaymedia.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8,6,'_messages','a:23:{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.\";s:12:\"invalid_date\";s:34:\"El formato de fecha es incorrecto.\";s:14:\"date_too_early\";s:50:\"La fecha es anterior a la más temprana permitida.\";s:13:\"date_too_late\";s:50:\"La fecha es posterior a la más tardía permitida.\";s:13:\"upload_failed\";s:46:\"Hubo un error desconocido subiendo el archivo.\";s:24:\"upload_file_type_invalid\";s:52:\"No tienes permisos para subir archivos de este tipo.\";s:21:\"upload_file_too_large\";s:31:\"El archivo es demasiado grande.\";s:23:\"upload_failed_php_error\";s:43:\"Se ha producido un error subiendo la imagen\";s:14:\"invalid_number\";s:36:\"El formato de número no es válido.\";s:16:\"number_too_small\";s:45:\"El número es menor que el mínimo permitido.\";s:16:\"number_too_large\";s:45:\"El número es mayor que el máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:44:\"La respuesta al cuestionario no es correcta.\";s:17:\"captcha_not_match\";s:37:\"El código introducido es incorrecto.\";s:13:\"invalid_email\";s:71:\"La dirección de correo electrónico que has introducido no es válida.\";s:11:\"invalid_url\";s:21:\"La URL no es válida.\";s:11:\"invalid_tel\";s:38:\"El número de teléfono no es válido.\";}'),(9,6,'_additional_settings',''),(10,6,'_locale','es_ES'),(13,8,'_wp_attached_file','2018/09/LogoLetspicyouProducciones-Blanco.png'),(14,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2523;s:6:\"height\";i:523;s:4:\"file\";s:45:\"2018/09/LogoLetspicyouProducciones-Blanco.png\";s:5:\"sizes\";a:31:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"LogoLetspicyouProducciones-Blanco-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA+AQMAAACr2rQSAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAPgaCXIAAV4P56sAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-768x159.png\";s:5:\"width\";i:768;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAACfAQMAAAB0lyzGAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACVJREFUaN7twQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAHBiPD8AAc9SuY8AAAAASUVORK5CYII=\";}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"LogoLetspicyouProducciones-Blanco-1024x212.png\";s:5:\"width\";i:1024;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAADUAQMAAAA4M8PqAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADBJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8G5q1AAB8JFlIAAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:46:\"LogoLetspicyouProducciones-Blanco-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-500x523.png\";s:5:\"width\";i:500;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAILAQMAAAAkNPyYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADdJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHg2gsAAAXKQlgIAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:46:\"LogoLetspicyouProducciones-Blanco-1000x523.png\";s:5:\"width\";i:1000;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAILAQMAAABByiQ/AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFdJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAnwEBeQAB2b1fEgAAAABJRU5ErkJggg==\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-900x523.png\";s:5:\"width\";i:900;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAILAQMAAACKEcDBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwYEAAAAAw6D5U1/gCFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3wDo5gAB67tqtgAAAABJRU5ErkJggg==\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:46:\"LogoLetspicyouProducciones-Blanco-1700x523.png\";s:5:\"width\";i:1700;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:310:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAILAQMAAAC0G29TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAINJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfBrVBAAF+P7vnAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-800x523.png\";s:5:\"width\";i:800;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAILAQMAAAAqompqAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEpJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACuDc5XAAHOqiL4AAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-675x450.png\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-450x523.png\";s:5:\"width\";i:450;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAILAQMAAABB2Q7nAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADRJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgzdn4AAXojpBIAAAAASUVORK5CYII=\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-350x467.png\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-900x523.png\";s:5:\"width\";i:900;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAILAQMAAACKEcDBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwYEAAAAAw6D5U1/gCFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3wDo5gAB67tqtgAAAABJRU5ErkJggg==\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-500x104.png\";s:5:\"width\";i:500;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:174:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAABoAQMAAAA9y5BFAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB1JREFUWMPtwQENAAAAwqD3T20PBxQAAAAAAABPBhoAAAFc00VoAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-800x166.png\";s:5:\"width\";i:800;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAACmAQMAAAAYv3lzAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAA8G0F+AAEVuaMeAAAAAElFTkSuQmCC\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:46:\"LogoLetspicyouProducciones-Blanco-1280x265.png\";s:5:\"width\";i:1280;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAEJAQMAAADxahhvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEBJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgapqkAAfZiTTEAAAAASUVORK5CYII=\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:46:\"LogoLetspicyouProducciones-Blanco-1920x398.png\";s:5:\"width\";i:1920;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:290:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAGOAQMAAABMtozPAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHNJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBhdr0AASjrRokAAAAASUVORK5CYII=\";}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-600x124.png\";s:5:\"width\";i:600;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAB8AQMAAACPClyWAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACBJREFUaN7twTEBAAAAwqD1T20ND6AAAAAAAAAAAAA+DCTQAAHCfJEmAAAAAElFTkSuQmCC\";}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:11:\"shop_single\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-600x124.png\";s:5:\"width\";i:600;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAB8AQMAAACPClyWAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACBJREFUaN7twTEBAAAAwqD1T20ND6AAAAAAAAAAAAA+DCTQAAHCfJEmAAAAAElFTkSuQmCC\";}s:14:\"shop_thumbnail\";a:5:{s:4:\"file\";s:45:\"LogoLetspicyouProducciones-Blanco-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}}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:{}}}'),(4594,8405,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0058.jpg'),(4595,8405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0058.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0058-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0058-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0058-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0058-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1530094950\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4596,8392,'nectar_image_gal_url',''),(4597,8392,'nectar_image_gal_masonry_sizing','tall'),(4598,8392,'nectar_particle_shape_bg_color',''),(4599,8392,'nectar_particle_shape_color',''),(4600,8392,'nectar_particle_shape_color_mapping','original'),(4601,8392,'nectar_particle_shape_color_alpha','original'),(4602,8392,'nectar_particle_shape_density','very_low'),(4603,8392,'nectar_particle_max_particle_size',''),(4606,8409,'_wp_attached_file','2018/09/D7A9098.jpg'),(4607,8409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/D7A9098.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"D7A9098-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"D7A9098-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"D7A9098-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"D7A9098-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"D7A9098-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"D7A9098-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"D7A9098-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"D7A9098-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"D7A9098-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"D7A9098-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"D7A9098-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"D7A9098-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"D7A9098-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"D7A9098-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"D7A9098-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"D7A9098-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"D7A9098-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"D7A9098-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"D7A9098-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"D7A9098-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"D7A9098-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:13:\"Roberto Ferlo\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510693665\";s:9:\"copyright\";s:13:\"Roberto\rFerlo\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:4:\"4000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4610,8411,'_wp_attached_file','2018/09/DSC8732.jpg'),(4611,8411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC8732.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC8732-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC8732-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC8732-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC8732-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC8732-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC8732-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC8732-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC8732-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC8732-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC8732-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC8732-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC8732-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC8732-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC8732-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC8732-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC8732-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8732-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC8732-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8732-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC8732-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC8732-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC8732-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1490298499\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(3165,6703,'_nectar_video_poster',''),(3166,6703,'_nectar_video_embed',''),(3167,6703,'_wpb_vc_js_status','true'),(3169,6705,'_edit_lock','1549282192:1'),(3170,6705,'_edit_last','1'),(968,6307,'_wp_attached_file','2018/09/Captura-de-pantalla-2016-07-07-a-las-11.16.14.png'),(829,6258,'_wp_attached_file','2018/09/cropped-LETSPICYOU_Cuadrado.png'),(830,6258,'_wp_attachment_context','site-icon'),(831,6258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:39:\"2018/09/cropped-LETSPICYOU_Cuadrado.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-512x403.png\";s:5:\"width\";i:512;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"wide\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-512x500.png\";s:5:\"width\";i:512;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-512x335.png\";s:5:\"width\";i:512;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"regular\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"tall\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-500x512.png\";s:5:\"width\";i:500;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:39:\"cropped-LETSPICYOU_Cuadrado-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:37:\"cropped-LETSPICYOU_Cuadrado-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}}'),(827,6257,'_wp_attached_file','2018/09/LETSPICYOU_Cuadrado.png'),(828,6257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:989;s:6:\"height\";i:988;s:4:\"file\";s:31:\"2018/09/LETSPICYOU_Cuadrado.png\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-768x767.png\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAL/AQMAAADr/DK1AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACuBiKuAAHzIPHrAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-989x500.png\";s:5:\"width\";i:989;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA90AAAH0AQMAAAAaPNwSAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFNJREFUeNrtwTEBAAAAwqD1T20IX6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgM/QkAAEBWNT6AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-500x988.png\";s:5:\"width\";i:500;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPcAQMAAACNeNu7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwYEAAAAAw6D5U1/gCFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8Az3AAABwrehgAAAAABJRU5ErkJggg==\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-900x600.png\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-989x700.png\";s:5:\"width\";i:989;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA90AAAK8AQMAAADI306OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjwFV2wABcMCavAAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-675x450.png\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-450x600.png\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-350x467.png\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-900x988.png\";s:5:\"width\";i:900;s:6:\"height\";i:988;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:314:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAPcAQMAAAAjXefiAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIRJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvgy4BwABPRjLCAAAAABJRU5ErkJggg==\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:31:\"LETSPICYOU_Cuadrado-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}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:{}}}'),(1045,6343,'_menu_item_type','custom'),(1046,6343,'_menu_item_menu_item_parent','0'),(1047,6343,'_menu_item_object_id','6343'),(1048,6343,'_menu_item_object','custom'),(1026,6336,'_menu_item_menu_item_parent','0'),(1027,6336,'_menu_item_object_id','6336'),(2961,6692,'_force_transparent_header_color','light'),(2958,6692,'_nectar_header_subtitle',''),(2959,6692,'_nectar_header_font_color',''),(2960,6692,'_disable_transparent_header','off'),(77,6218,'_wp_page_template','default'),(78,6218,'nectar-metabox-portfolio-display','a:1:{i:0;s:3:\"all\";}'),(79,6218,'nectar-metabox-portfolio-display-sortable','off'),(80,6218,'_nectar_full_screen_rows','off'),(81,6218,'_nectar_full_screen_rows_animation','none'),(82,6218,'_nectar_full_screen_rows_animation_speed','medium'),(83,6218,'_nectar_full_screen_rows_overall_bg_color',''),(84,6218,'_nectar_full_screen_rows_anchors','off'),(85,6218,'_nectar_full_screen_rows_mobile_disable','off'),(86,6218,'_nectar_full_screen_rows_row_bg_animation','none'),(87,6218,'_nectar_full_screen_rows_dot_navigation','tooltip'),(88,6218,'_nectar_full_screen_rows_content_overflow','scrollbar'),(89,6218,'_nectar_full_screen_rows_footer','none'),(90,6218,'_nectar_slider_bg_type','image_bg'),(91,6218,'_nectar_canvas_shapes',''),(92,6218,'_nectar_media_upload_webm',''),(93,6218,'_nectar_media_upload_mp4',''),(94,6218,'_nectar_media_upload_ogv',''),(95,6218,'_nectar_slider_preview_image',''),(96,6218,'_nectar_header_bg',''),(97,6218,'_nectar_header_parallax','off'),(98,6218,'_nectar_header_box_roll','off'),(99,6218,'_nectar_header_bg_height',''),(100,6218,'_nectar_header_fullscreen','off'),(101,6218,'_nectar_header_title',''),(102,6218,'_nectar_header_subtitle',''),(103,6218,'_nectar_page_header_text-effect','none'),(104,6218,'_nectar_particle_rotation_timing',''),(105,6218,'_nectar_particle_disable_explosion','off'),(106,6218,'_nectar_page_header_alignment','left'),(107,6218,'_nectar_page_header_alignment_v','middle'),(108,6218,'_nectar_page_header_bg_alignment','center'),(109,6218,'_nectar_header_bg_color',''),(110,6218,'_nectar_header_font_color',''),(111,6218,'_nectar_header_bg_overlay_color',''),(112,6218,'_wpb_vc_js_status','false'),(113,6218,'_disable_transparent_header','off'),(114,6218,'_force_transparent_header','on'),(4444,6697,'_oembed_time_8b9bd2d3aa350614af2a55fa48ffef43','1538662409'),(4443,6697,'_oembed_8b9bd2d3aa350614af2a55fa48ffef43','<iframe width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/sMzJ7lEIg4A?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(5478,8651,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1038.jpg'),(5479,8651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1038.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1038-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1038-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1038-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1038-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523966740\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5381,8491,'nectar_image_gal_masonry_sizing','tall'),(970,6308,'_wp_attached_file','2018/09/LogoLANCOME.png'),(971,6308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:23:\"2018/09/LogoLANCOME.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"LogoLANCOME-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:23:\"LogoLANCOME-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:23:\"LogoLANCOME-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(4470,8376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_0101.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_0101-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_0101-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_0101-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_0101-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_0101-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_0101-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_0101-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_0101-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_0101-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_0101-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_0101-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_0101-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_0101-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_0101-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_0101-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_0101-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_0101-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_0101-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_0101-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_0101-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_0101-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_0101-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4469,8376,'_wp_attached_file','2018/09/MG_0101.jpg'),(969,6307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/09/Captura-de-pantalla-2016-07-07-a-las-11.16.14.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.16.14-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.16.14-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.16.14-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2955,6692,'_nectar_page_header_bg_alignment','center'),(973,6309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:29:\"2018/09/LogoROVERTOVERINO.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"LogoROVERTOVERINO-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:29:\"LogoROVERTOVERINO-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:29:\"LogoROVERTOVERINO-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(972,6309,'_wp_attached_file','2018/09/LogoROVERTOVERINO.png'),(3384,6695,'_nectar_love','1'),(3385,6697,'_nectar_love','1'),(2932,6692,'_nectar_portfolio_item_layout','enabled'),(2933,6692,'_nectar_portfolio_custom_grid_item','off'),(2934,6692,'_nectar_portfolio_custom_grid_item_content',''),(2935,6692,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0608-1.jpg'),(2936,6692,'_nectar_hide_featured','on'),(2937,6692,'_portfolio_item_masonry_sizing','tall'),(2938,6692,'_portfolio_item_masonry_content_pos','middle'),(2939,6692,'_nectar_external_project_url',''),(2940,6692,'nectar-metabox-portfolio-parent-override','default'),(2941,6692,'_nectar_project_excerpt',''),(2942,6692,'_nectar_project_accent_color',''),(2943,6692,'_nectar_project_title_color',''),(2944,6692,'_nectar_project_subtitle_color',''),(2945,6692,'_nectar_project_css_class',''),(2946,6692,'_nectar_slider_bg_type','video_bg'),(2947,6692,'_nectar_media_upload_webm',''),(2948,6692,'_nectar_media_upload_mp4','http://ditaymedia.com/wp-content/uploads/2018/10/Edición_Hasami_2.mp4'),(2949,6692,'_nectar_media_upload_ogv',''),(2950,6692,'_nectar_slider_preview_image','http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0029.jpg'),(2951,6692,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0029.jpg'),(2952,6692,'_nectar_header_parallax','off'),(2953,6692,'_nectar_header_bg_height',''),(3171,6705,'_nectar_portfolio_extra_content','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_gallery type=\"flickity_style\" images=\"8761,8760,8759,8758\" flickity_controls=\"pagination\" flickity_desktop_columns=\"1\" flickity_small_desktop_columns=\"1\" flickity_tablet_columns=\"1\" flickity_free_scroll=\"true\" flickity_autoplay=\"true\" flickity_box_shadow=\"none\" onclick=\"link_no\" flickity_autoplay_dur=\"5000\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2019/02/Toyo-Publicidad-30-Años-Ilusionados.mp4\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"https://www.youtube.com/watch?v=TjYYeVji-tM\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_gallery type=\"flickity_style\" images=\"8754,8755,8756,8757,8762,8763,8764,8765\" flickity_controls=\"pagination\" flickity_desktop_columns=\"1\" flickity_small_desktop_columns=\"1\" flickity_tablet_columns=\"1\" flickity_free_scroll=\"true\" flickity_autoplay=\"true\" flickity_box_shadow=\"none\" onclick=\"link_no\" flickity_autoplay_dur=\"5000\"][/vc_column][/vc_row]'),(3172,6705,'_nectar_portfolio_item_layout','enabled'),(3173,6705,'_nectar_portfolio_custom_grid_item','off'),(3174,6705,'_nectar_portfolio_custom_grid_item_content',''),(3175,6705,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/MG_3504.jpg'),(3176,6705,'_nectar_hide_featured','on'),(3177,6705,'_portfolio_item_masonry_sizing','regular'),(3178,6705,'_portfolio_item_masonry_content_pos','middle'),(3179,6705,'_nectar_external_project_url',''),(3163,6703,'_nectar_video_m4v',''),(3164,6703,'_nectar_video_ogv',''),(2954,6692,'_nectar_header_fullscreen','on'),(5466,8645,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-0465.jpg'),(5467,8645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-0465.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0465-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0465-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0465-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0465-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523958613\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(2956,6692,'_nectar_header_bg_color',''),(2957,6692,'_nectar_header_bg_overlay_color','#515151'),(4579,8397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:48:\"2018/09/17-06-26-Esne-Avenue-301002-688x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301002-688x1030-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAQAAQMAAAAeApncAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-684x500.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAH0AQMAAADCOe10AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301002-688x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301002-688x1030-684x1000.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAPoAQMAAAAhsj69AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-684x600.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAJYAQMAAACdDyZ8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-684x700.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAK8AQMAAAAQ2n/oAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-684x800.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAMgAQMAAADcCaJkAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-334x500.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAH0AQMAAABozFY5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301002-688x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1498478555\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4578,8397,'_wp_attached_file','2018/09/17-06-26-Esne-Avenue-301002-688x1030.jpg'),(962,6300,'_wp_attached_file','2018/09/LogoBIOTHERM.png'),(963,6300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:24:\"2018/09/LogoBIOTHERM.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"LogoBIOTHERM-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:24:\"LogoBIOTHERM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:24:\"LogoBIOTHERM-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(964,6305,'_wp_attached_file','2018/09/LogoBL.png'),(965,6305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:18:\"2018/09/LogoBL.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"LogoBL-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:18:\"LogoBL-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:18:\"LogoBL-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2928,6692,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(838,6262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2523;s:6:\"height\";i:523;s:4:\"file\";s:38:\"2018/09/LogoLetspicyouProducciones.png\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"LogoLetspicyouProducciones-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAA+AQMAAACr2rQSAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAPgaCXIAAV4P56sAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-768x159.png\";s:5:\"width\";i:768;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAACfAQMAAAB0lyzGAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACVJREFUaN7twQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAHBiPD8AAc9SuY8AAAAASUVORK5CYII=\";}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"LogoLetspicyouProducciones-1024x212.png\";s:5:\"width\";i:1024;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAADUAQMAAAA4M8PqAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADBJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8G5q1AAB8JFlIAAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:39:\"LogoLetspicyouProducciones-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-500x523.png\";s:5:\"width\";i:500;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAILAQMAAAAkNPyYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADdJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHg2gsAAAXKQlgIAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:39:\"LogoLetspicyouProducciones-1000x523.png\";s:5:\"width\";i:1000;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAILAQMAAABByiQ/AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFdJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAnwEBeQAB2b1fEgAAAABJRU5ErkJggg==\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-900x523.png\";s:5:\"width\";i:900;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAILAQMAAACKEcDBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwYEAAAAAw6D5U1/gCFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3wDo5gAB67tqtgAAAABJRU5ErkJggg==\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:39:\"LogoLetspicyouProducciones-1700x523.png\";s:5:\"width\";i:1700;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:310:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAILAQMAAAC0G29TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAINJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABfBrVBAAF+P7vnAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-800x523.png\";s:5:\"width\";i:800;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAILAQMAAAAqompqAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEpJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACuDc5XAAHOqiL4AAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-675x450.png\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-450x523.png\";s:5:\"width\";i:450;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAILAQMAAABB2Q7nAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADRJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgzdn4AAXojpBIAAAAASUVORK5CYII=\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-350x467.png\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-900x523.png\";s:5:\"width\";i:900;s:6:\"height\";i:523;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAILAQMAAACKEcDBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwYEAAAAAw6D5U1/gCFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA3wDo5gAB67tqtgAAAABJRU5ErkJggg==\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-500x104.png\";s:5:\"width\";i:500;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:174:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAABoAQMAAAA9y5BFAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB1JREFUWMPtwQENAAAAwqD3T20PBxQAAAAAAABPBhoAAAFc00VoAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:38:\"LogoLetspicyouProducciones-800x166.png\";s:5:\"width\";i:800;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAACmAQMAAAAYv3lzAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAA8G0F+AAEVuaMeAAAAAElFTkSuQmCC\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:39:\"LogoLetspicyouProducciones-1280x265.png\";s:5:\"width\";i:1280;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAEJAQMAAADxahhvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEBJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgapqkAAfZiTTEAAAAASUVORK5CYII=\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:39:\"LogoLetspicyouProducciones-1920x398.png\";s:5:\"width\";i:1920;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:290:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAGOAQMAAABMtozPAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHNJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBhdr0AASjrRokAAAAASUVORK5CYII=\";}}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:{}}}'),(6200,6218,'_aioseop_description','Servicios audiovisuales para empresas. Proveedores Oficiales de L\'Oreal España.. '),(6201,6218,'_aioseop_title','Ditay Media | Servicios audiovisuales.'),(4646,8418,'_wp_attached_file','2018/10/NaveThePhoto_2048_70_limpio.jpg'),(4647,8418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:39:\"2018/10/NaveThePhoto_2048_70_limpio.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"NaveThePhoto_2048_70_limpio-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:40:\"NaveThePhoto_2048_70_limpio-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:40:\"NaveThePhoto_2048_70_limpio-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:41:\"NaveThePhoto_2048_70_limpio-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:40:\"NaveThePhoto_2048_70_limpio-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:40:\"NaveThePhoto_2048_70_limpio-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:39:\"NaveThePhoto_2048_70_limpio-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:40:\"NaveThePhoto_2048_70_limpio-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAANWAQMAAACbLbNkAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8GRk0AAGM2EHVAAAAAElFTkSuQmCC\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:41:\"NaveThePhoto_2048_70_limpio-1920x1282.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:566:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUCAQMAAADRi3x/AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAUJJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgwtx4AATWtPEYAAAAASUVORK5CYII=\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1450805257\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5485,8654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1334.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1334-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1334-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1334-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1334-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523973797\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5484,8654,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1334.jpg'),(4571,8393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/DSC6952-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC6952-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"DSC6952-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC6952-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC6952-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1464612255\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4570,8393,'_wp_attached_file','2018/09/DSC6952-686x1030.jpg'),(2929,6692,'_edit_lock','1561115186:3'),(2930,6692,'_edit_last','2'),(2931,6692,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8617,8341,8340,8339,8338,8401,8400,8486,8342,8487,8488,8490,8494,8498,8503,8499,8504,8506\" layout=\"fullwidth\" masonry_style=\"true\" item_spacing=\"1px\" constrain_max_cols=\"true\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_webm=\"http://ditaymedia.com/wp-content/uploads/2018/10/Vdeo_Alpe_FW18youtube.com_.mp4\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8381\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flickity_style\" images=\"8382,8384,8383,8386,8385,8387,8388\" flickity_controls=\"next_prev_arrows\" flickity_desktop_columns=\"1\" flickity_small_desktop_columns=\"1\" flickity_tablet_columns=\"1\" flickity_free_scroll=\"true\" flickity_autoplay=\"true\" flickity_box_shadow=\"none\" onclick=\"link_no\" img_size=\"500x700\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8404,8392,8393,8492,8483,8402,8397,8485,8491,8496,8484,8495,8497,8500,8502,8501,8505\" layout=\"fullwidth\" masonry_style=\"true\" item_spacing=\"1px\" constrain_max_cols=\"true\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_image_with_hotspots image=\"8343\" preview=\"http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0029.jpg\" color_1=\"Accent-Color\" hotspot_icon=\"plus_sign\" tooltip=\"hover\" tooltip_shadow=\"none\"][nectar_hotspot left=\"32.5893%\" top=\"10.0334%\" position=\"left\"]Localizaciones[/nectar_hotspot][nectar_hotspot left=\"25.6696%\" top=\"48.1605%\" position=\"left\"]Atrezzo[/nectar_hotspot][nectar_hotspot left=\"51.7857%\" top=\"36.4548%\" position=\"left\"]Estilismo[/nectar_hotspot][nectar_hotspot left=\"2.90179%\" top=\"45.4849%\" position=\"top\"]Catering[/nectar_hotspot][nectar_hotspot left=\"67.8571%\" top=\"14.7157%\" position=\"top\"]Maquillaje[/nectar_hotspot][nectar_hotspot left=\"93.3036%\" top=\"50.8361%\" position=\"top\"]Foto / Video Making Of[/nectar_hotspot][nectar_hotspot left=\"91.5179%\" top=\"12.709%\" position=\"top\"]Postproducción Digital[/nectar_hotspot][nectar_hotspot left=\"45.5357%\" top=\"85.6187%\" position=\"top\"]Transporte[/nectar_hotspot][/nectar_image_with_hotspots][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]</p>\r\n'),(4973,8519,'_wp_attached_file','2018/10/Vdeo_Alpe_FW18youtube.com_.mp4'),(4974,8519,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:20262889;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:102;s:16:\"length_formatted\";s:4:\"1:42\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1531752622;}'),(4975,8521,'_wp_attached_file','2018/09/DSC09231.jpg'),(4976,8521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2018/09/DSC09231.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC09231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC09231-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC09231-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC09231-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC09231-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"DSC09231-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"DSC09231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"DSC09231-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"DSC09231-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"DSC09231-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"DSC09231-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"DSC09231-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"DSC09231-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"DSC09231-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"DSC09231-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"DSC09231-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524313854\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"39\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(1032,6336,'_menu_item_url','#productora'),(1031,6336,'_menu_item_xfn',''),(1030,6336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1029,6336,'_menu_item_target',''),(994,6319,'_menu_item_object','custom'),(993,6319,'_menu_item_object_id','6319'),(992,6319,'_menu_item_menu_item_parent','0'),(991,6319,'_menu_item_type','custom'),(752,6218,'_edit_lock','1562068410:3'),(753,6218,'_edit_last','3'),(754,6218,'_force_transparent_header_color','light'),(837,6262,'_wp_attached_file','2018/09/LogoLetspicyouProducciones.png'),(4813,8469,'_wp_attached_file','2018/09/MG_1203-1.jpg'),(4814,8469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2018/09/MG_1203-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_1203-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:22:\"MG_1203-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:23:\"MG_1203-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:22:\"MG_1203-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:22:\"MG_1203-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_1203-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1519299559\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(974,6310,'_wp_attached_file','2018/09/LogoTENMAG.png'),(975,6310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/09/LogoTENMAG.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"LogoTENMAG-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:22:\"LogoTENMAG-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:22:\"LogoTENMAG-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(976,6311,'_wp_attached_file','2018/09/LogoVICHY.png'),(977,6311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:21:\"2018/09/LogoVICHY.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"LogoVICHY-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"LogoVICHY-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"LogoVICHY-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(3142,6703,'_nectar_project_excerpt',''),(3143,6703,'_nectar_project_accent_color',''),(3144,6703,'_nectar_project_title_color',''),(3145,6703,'_nectar_project_subtitle_color',''),(3146,6703,'_nectar_project_css_class',''),(3147,6703,'_nectar_slider_bg_type','video_bg'),(3148,6703,'_nectar_media_upload_webm','http://ditaymedia.com/wp-content/uploads/2018/09/2018-06-22-Deliveroo-pre-concierto-Bruno-Mars.mp4'),(3149,6703,'_nectar_media_upload_mp4',''),(3150,6703,'_nectar_media_upload_ogv',''),(3151,6703,'_nectar_slider_preview_image','http://ditaymedia.com/wp-content/uploads/2018/09/MG_8689.jpg'),(3152,6703,'_nectar_header_bg',''),(3153,6703,'_nectar_header_parallax','off'),(3154,6703,'_nectar_header_bg_height',''),(3155,6703,'_nectar_header_fullscreen','on'),(3156,6703,'_nectar_page_header_bg_alignment','center'),(3157,6703,'_nectar_header_bg_color',''),(3158,6703,'_nectar_header_bg_overlay_color','#afafaf'),(3159,6703,'_nectar_header_subtitle',''),(3160,6703,'_nectar_header_font_color',''),(3161,6703,'_disable_transparent_header','off'),(3162,6703,'_force_transparent_header_color','light'),(995,6319,'_menu_item_target',''),(996,6319,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(997,6319,'_menu_item_xfn',''),(998,6319,'_menu_item_url','#clientes'),(1028,6336,'_menu_item_object','custom'),(1025,6336,'_menu_item_type','custom'),(1014,6332,'_menu_item_type','custom'),(1015,6332,'_menu_item_menu_item_parent','0'),(1016,6332,'_menu_item_object_id','6332'),(1017,6332,'_menu_item_object','custom'),(1018,6332,'_menu_item_target',''),(1019,6332,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1020,6332,'_menu_item_xfn',''),(1021,6332,'_menu_item_url','#contacto'),(1023,6332,'menu-item-nectar-button-style','button_solid_color'),(1049,6343,'_menu_item_target',''),(1050,6343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1051,6343,'_menu_item_xfn',''),(1052,6343,'_menu_item_url','#espacio'),(3356,6728,'_wp_attached_file','2018/10/LogoLG.png'),(3354,6725,'_wp_attached_file','2018/10/18-05-16-NaveThePhoto-Panorama-EDIT.jpg'),(3355,6725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2050;s:4:\"file\";s:47:\"2018/10/18-05-16-NaveThePhoto-Panorama-EDIT.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:174:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWAQMAAABelSeRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB1JREFUWMPtwQENAAAAwqD3T20ON6AAAAAAAODJABbaAAGnldO2AAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAGAAQMAAAAgYJc8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BpGAAAEW2jsyAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAIBAQMAAADtX19fAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzgYCkAABwXVNmQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"18-05-16-NaveThePhoto-Panorama-EDIT-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-500x250.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAD6AQMAAABtZScNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twQEBAAAAgJD+r+4ICgAAAAAAAAAAAAAAAAAAAGo+gAABu63eSgAAAABJRU5ErkJggg==\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:47:\"18-05-16-NaveThePhoto-Panorama-EDIT-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:218:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAGQAQMAAABs65Z3AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAD5JREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+DZ3QAAGLX8MtAAAAAElFTkSuQmCC\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-1280x641.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:298:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAKBAQMAAAAyYZRHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHpJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD3BpMwAAHoO0QmAAAAAElFTkSuQmCC\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:48:\"18-05-16-NaveThePhoto-Panorama-EDIT-1920x961.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:961;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:466:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAPBAQMAAAAlJyVfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAPdJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgyiN4AAdTgOdYAAAAASUVORK5CYII=\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524218218\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(3141,6703,'nectar-metabox-portfolio-parent-override','default'),(3098,6701,'_nectar_hide_featured','on'),(3099,6701,'_portfolio_item_masonry_sizing','regular'),(3100,6701,'_portfolio_item_masonry_content_pos','middle'),(3101,6701,'_nectar_external_project_url',''),(3102,6701,'nectar-metabox-portfolio-parent-override','default'),(3103,6701,'_nectar_project_excerpt',''),(3104,6701,'_nectar_project_accent_color',''),(3105,6701,'_nectar_project_title_color',''),(3106,6701,'_nectar_project_subtitle_color',''),(3107,6701,'_nectar_project_css_class',''),(3108,6701,'_nectar_slider_bg_type','image_bg'),(3109,6701,'_nectar_media_upload_webm',''),(3110,6701,'_nectar_media_upload_mp4',''),(3111,6701,'_nectar_media_upload_ogv',''),(3112,6701,'_nectar_slider_preview_image',''),(3113,6701,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/headphones-690685_1920.jpg'),(3114,6701,'_nectar_header_parallax','on'),(3115,6701,'_nectar_header_bg_height',''),(3116,6701,'_nectar_header_fullscreen','on'),(3117,6701,'_nectar_page_header_bg_alignment','center'),(3118,6701,'_nectar_header_bg_color',''),(3119,6701,'_nectar_header_bg_overlay_color','#afafaf'),(3120,6701,'_nectar_header_subtitle',''),(3121,6701,'_nectar_header_font_color',''),(3122,6701,'_disable_transparent_header','off'),(3123,6701,'_force_transparent_header_color','light'),(3124,6701,'_nectar_video_m4v',''),(3125,6701,'_nectar_video_ogv',''),(3126,6701,'_nectar_video_poster',''),(3127,6701,'_nectar_video_embed',''),(3128,6701,'_wpb_vc_js_status','true'),(3129,6703,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3130,6703,'_edit_lock','1540551542:2'),(3131,6703,'_edit_last','2'),(3132,6703,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8619,8615,8621,8695,8618,8748,8691,8620,8683,8685,8692,8684,8686,8682,8688,8745,8690,8746,8687,8694,8689,8744,8747,8753\" layout=\"fullwidth\" masonry_style=\"true\" item_spacing=\"2px\" constrain_max_cols=\"true\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_webm=\"http://ditaymedia.com/wp-content/uploads/2018/10/03-Mon-Guerlain-Florale-Lucía-Villalón-1-1-V2-subtitulado.mp4\" text_color=\"dark\" text_align=\"center\" top_padding=\"-5%\" bottom_padding=\"-5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8381\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"https://www.youtube.com/watch?v=1-_nQjNMJLs\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]</p>\r\n'),(3133,6703,'_nectar_portfolio_item_layout','enabled'),(3134,6703,'_nectar_portfolio_custom_grid_item','off'),(3135,6703,'_nectar_portfolio_custom_grid_item_content',''),(3136,6703,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/MG_8689.jpg'),(3137,6703,'_nectar_hide_featured','on'),(3138,6703,'_portfolio_item_masonry_sizing','regular'),(3139,6703,'_portfolio_item_masonry_content_pos','middle'),(3140,6703,'_nectar_external_project_url',''),(3097,6701,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/headphones-690685_1920.jpg'),(2962,6692,'_nectar_video_m4v',''),(2963,6692,'_nectar_video_ogv',''),(2964,6692,'_nectar_video_poster',''),(2965,6692,'_nectar_video_embed',''),(2966,6692,'_wpb_vc_js_status','true'),(2967,6692,'_nectar_love','1'),(6184,8873,'_wp_attached_file','2019/06/DSC5927-HDR.jpg'),(2970,6695,'_edit_lock','1561374744:3'),(2971,6695,'_edit_last','3'),(2973,6695,'_nectar_portfolio_extra_content','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8537,8376,8532,8530,8374,8372,8528,8524,8390,8482,8534,8389,8525,8536,8522,8531,8533,8535,8378,8375\" layout=\"constrained_fullwidth\" masonry_style=\"true\" item_spacing=\"5px\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column][/vc_row]'),(2974,6695,'_nectar_portfolio_item_layout','enabled'),(2975,6695,'_nectar_portfolio_custom_grid_item','off'),(2976,6695,'_nectar_portfolio_custom_grid_item_content',''),(2977,6695,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/DSC6065-HDR-1030x686.jpg'),(2978,6695,'_nectar_hide_featured','on'),(2979,6695,'_portfolio_item_masonry_sizing','regular'),(2980,6695,'_portfolio_item_masonry_content_pos','middle'),(2981,6695,'_nectar_external_project_url',''),(2982,6695,'nectar-metabox-portfolio-parent-override','default'),(2983,6695,'_nectar_project_excerpt',''),(2984,6695,'_nectar_project_accent_color',''),(2985,6695,'_nectar_project_title_color',''),(2986,6695,'_nectar_project_subtitle_color',''),(2987,6695,'_nectar_project_css_class',''),(2988,6695,'_nectar_slider_bg_type','image_bg'),(2989,6695,'_nectar_media_upload_webm',''),(2990,6695,'_nectar_media_upload_mp4',''),(2991,6695,'_nectar_media_upload_ogv',''),(2992,6695,'_nectar_slider_preview_image',''),(2993,6695,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/DSC4374_3x2.jpg'),(2994,6695,'_nectar_header_parallax','off'),(2995,6695,'_nectar_header_bg_height',''),(2996,6695,'_nectar_header_fullscreen','on'),(2997,6695,'_nectar_page_header_bg_alignment','center'),(2998,6695,'_nectar_header_bg_color',''),(2999,6695,'_nectar_header_bg_overlay_color','#aaaaaa'),(3000,6695,'_nectar_header_subtitle',''),(3001,6695,'_nectar_header_font_color',''),(3002,6695,'_disable_transparent_header','off'),(3003,6695,'_force_transparent_header_color','light'),(3004,6695,'_nectar_video_m4v',''),(3005,6695,'_nectar_video_ogv',''),(3006,6695,'_nectar_video_poster',''),(3007,6695,'_nectar_video_embed',''),(3008,6695,'_wpb_vc_js_status','true'),(3009,6697,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3010,6697,'_edit_lock','1540890930:2'),(3011,6697,'_edit_last','2'),(3013,6697,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8453,8699,8362,8622,8363,8351,8357,8606,8361,8356,8355,8409,8455,8718,8479,8454,8481,8358,8517,8698,8521,8750,8478,8395,8717,8749,8751,8752\" layout=\"fullwidth\" masonry_style=\"true\" item_spacing=\"5px\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_webm=\"http://ditaymedia.com/wp-content/uploads/2018/10/Video_15_aniversario_Wamos_Airyoutube.com_.mp4\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"bottom\" column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8381\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"https://www.youtube.com/watch?v=d1CkNS3cbI0\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8410\" hover_effect=\"defaut\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"default\" video_url=\"https://www.youtube.com/watch?v=sMzJ7lEIg4A\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8411\" hover_effect=\"defaut\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"default\" video_url=\"https://www.youtube.com/watch?v=BbQl_1U6e2o\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Boda_Mara__Miguel.mp4\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8381\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"https://www.youtube.com/watch?v=K0SPiyDEcBU\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"50\"][/vc_column][/vc_row]</p>\r\n'),(3014,6697,'_nectar_portfolio_item_layout','enabled'),(3015,6697,'_nectar_portfolio_custom_grid_item','off'),(3016,6697,'_nectar_portfolio_custom_grid_item_content',''),(3017,6697,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/D7A8257-1.jpg'),(3018,6697,'_nectar_hide_featured','on'),(3019,6697,'_portfolio_item_masonry_sizing','regular'),(3020,6697,'_portfolio_item_masonry_content_pos','middle'),(3021,6697,'_nectar_external_project_url',''),(3022,6697,'nectar-metabox-portfolio-parent-override','6218'),(3023,6697,'_nectar_project_excerpt',''),(3024,6697,'_nectar_project_accent_color',''),(3025,6697,'_nectar_project_title_color',''),(3026,6697,'_nectar_project_subtitle_color',''),(3027,6697,'_nectar_project_css_class',''),(3028,6697,'_nectar_slider_bg_type','video_bg'),(3029,6697,'_nectar_media_upload_webm',''),(3030,6697,'_nectar_media_upload_mp4','http://ditaymedia.com/wp-content/uploads/2018/10/18-09-17-Vídeo-ESCRS-Viena-2018.mp4'),(3031,6697,'_nectar_media_upload_ogv',''),(3032,6697,'_nectar_slider_preview_image','http://ditaymedia.com/wp-content/uploads/2018/09/D7A8257-1.jpg'),(3033,6697,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/D7A8257.jpg'),(3034,6697,'_nectar_header_parallax','on'),(3035,6697,'_nectar_header_bg_height',''),(3036,6697,'_nectar_header_fullscreen','on'),(3037,6697,'_nectar_page_header_bg_alignment','center'),(3038,6697,'_nectar_header_bg_color',''),(3039,6697,'_nectar_header_bg_overlay_color','#aaaaaa'),(3040,6697,'_nectar_header_subtitle',''),(3041,6697,'_nectar_header_font_color',''),(3042,6697,'_disable_transparent_header','off'),(3043,6697,'_force_transparent_header_color','light'),(3044,6697,'_nectar_video_m4v',''),(3045,6697,'_nectar_video_ogv',''),(3046,6697,'_nectar_video_poster',''),(3047,6697,'_nectar_video_embed',''),(3048,6697,'_wpb_vc_js_status','true'),(3049,6699,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3050,6699,'_edit_lock','1540469219:2'),(3051,6699,'_edit_last','2'),(3325,6709,'_nectar_love','1'),(3053,6699,'_nectar_portfolio_extra_content','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8540\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8541\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8602\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8603\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8628\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8629\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8630\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8631\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8632\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8633\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8634\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8635\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8636\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8637\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8638\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8639\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8640\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8641\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8642\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8643\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8644\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8645\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8646\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8647\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8648\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8649\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8650\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8651\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8652\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8653\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8654\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8655\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8656\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8657\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8660\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8661\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8662\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8663\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8664\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8665\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8666\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8667\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8668\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8669\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8670\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8671\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8672\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8673\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8674\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8675\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8658\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8659\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8676\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8677\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_flip_box image_url_1=\"8678\" text_color=\"dark\" icon_color=\"Accent-Color\" image_url_2=\"8679\" text_color_2=\"dark\" h_text_align=\"left\" v_text_align=\"top\" flip_direction=\"horizontal-to-left\"]<img class=\"alignnone size-medium wp-image-8381\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1-193x300.png\" alt=\"\" width=\"193\" height=\"300\" />[/nectar_flip_box][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_webm=\"http://ditaymedia.com/wp-content/uploads/2018/10/Ejemplo-e-commerce.mp4\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8381\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"http://ditaymedia.com/wp-content/uploads/2018/10/Ejemplo-e-commerce.mp4\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8623,8624,8625,8626\" layout=\"constrained_fullwidth\" masonry_style=\"true\" item_spacing=\"5px\" gallery_style=\"5\" load_in_animation=\"none\"][vc_gallery type=\"image_grid\" images=\"8469,8470,8471,8472\" layout=\"constrained_fullwidth\" masonry_style=\"true\" item_spacing=\"5px\" gallery_style=\"5\" load_in_animation=\"none\"][vc_gallery type=\"image_grid\" images=\"8475,8473,8476,8474\" layout=\"constrained_fullwidth\" masonry_style=\"true\" item_spacing=\"5px\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column][/vc_row]'),(6131,8833,'_wp_attached_file','2019/06/LOGO-DITAY-con-mosca.jpg'),(4616,8416,'_wp_attached_file','2018/10/18-09-17-Vídeo-ESCRS-Viena-2018.mp4'),(3054,6699,'_nectar_portfolio_item_layout','enabled'),(3055,6699,'_nectar_portfolio_custom_grid_item','off'),(3056,6699,'_nectar_portfolio_custom_grid_item_content',''),(3057,6699,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/MG_1206_3_2.jpg'),(3058,6699,'_nectar_hide_featured','on'),(3059,6699,'_portfolio_item_masonry_sizing','tall'),(3060,6699,'_portfolio_item_masonry_content_pos','middle'),(3061,6699,'_nectar_external_project_url',''),(3062,6699,'nectar-metabox-portfolio-parent-override','default'),(3063,6699,'_nectar_project_excerpt',''),(3064,6699,'_nectar_project_accent_color',''),(3065,6699,'_nectar_project_title_color',''),(3066,6699,'_nectar_project_subtitle_color',''),(3067,6699,'_nectar_project_css_class',''),(3068,6699,'_nectar_slider_bg_type','video_bg'),(3069,6699,'_nectar_media_upload_webm',''),(3070,6699,'_nectar_media_upload_mp4','http://ditaymedia.com/wp-content/uploads/2018/10/00004_2.mp4'),(3071,6699,'_nectar_media_upload_ogv',''),(3072,6699,'_nectar_slider_preview_image','http://ditaymedia.com/wp-content/uploads/2018/09/MG_1206_3_2.jpg'),(3073,6699,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/DSC4505.jpg'),(3074,6699,'_nectar_header_parallax','off'),(3075,6699,'_nectar_header_bg_height',''),(3076,6699,'_nectar_header_fullscreen','on'),(3077,6699,'_nectar_page_header_bg_alignment','center'),(3078,6699,'_nectar_header_bg_color',''),(3079,6699,'_nectar_header_bg_overlay_color','#aaaaaa'),(3080,6699,'_nectar_header_subtitle',''),(3081,6699,'_nectar_header_font_color',''),(3082,6699,'_disable_transparent_header','off'),(3083,6699,'_force_transparent_header_color','light'),(3084,6699,'_nectar_video_m4v',''),(3085,6699,'_nectar_video_ogv',''),(3086,6699,'_nectar_video_poster',''),(3087,6699,'_nectar_video_embed',''),(3088,6699,'_wpb_vc_js_status','true'),(3089,6701,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3090,6701,'_edit_lock','1541438406:2'),(3091,6701,'_edit_last','2'),(3324,6711,'_nectar_love','2'),(3093,6701,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" column_margin=\"default\" text_align=\"center\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8774\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"default\" video_url=\"http://ditaymedia.com/wp-content/uploads/2018/11/Cuña-de-Radio-Automedicación.mp4\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8775\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"default\" video_url=\"http://ditaymedia.com/wp-content/uploads/2018/11/Cuña-de-Radio-Termales.mp4\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]</p>\r\n'),(3094,6701,'_nectar_portfolio_item_layout','enabled'),(3095,6701,'_nectar_portfolio_custom_grid_item','off'),(3096,6701,'_nectar_portfolio_custom_grid_item_content',''),(4545,8340,'nectar_image_gal_url',''),(4546,8340,'nectar_image_gal_masonry_sizing','regular'),(4547,8340,'nectar_particle_shape_bg_color',''),(4548,8340,'nectar_particle_shape_color',''),(4549,8340,'nectar_particle_shape_color_mapping','original'),(4550,8340,'nectar_particle_shape_color_alpha','original'),(4551,8340,'nectar_particle_shape_density','very_low'),(3376,6699,'_wp_old_date','2018-09-23'),(3367,6699,'_wp_old_date','2018-09-28'),(3368,6705,'_wp_old_date','2018-09-28'),(3369,6709,'_wp_old_date','2018-09-28'),(3370,6711,'_wp_old_date','2018-09-28'),(3371,6701,'_wp_old_date','2018-09-28'),(3372,6707,'_wp_old_date','2018-09-28'),(3373,6692,'_wp_old_date','2018-09-20'),(3374,6695,'_wp_old_date','2018-09-21'),(3375,6697,'_wp_old_date','2018-09-22'),(3377,6705,'_wp_old_date','2018-09-24'),(3378,6707,'_wp_old_date','2018-09-30'),(3379,6711,'_wp_old_date','2018-09-26'),(3380,6703,'_wp_old_date','2018-09-28'),(3381,6701,'_wp_old_date','2018-09-29'),(3382,6707,'_wp_old_date','2018-09-22'),(3387,6701,'_nectar_love','1'),(3388,6707,'_nectar_love','1'),(4531,8382,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0172.jpg'),(4532,8382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0172.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0172-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0172-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0172-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0172-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1530098190\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4437,8361,'_wp_attached_file','2018/09/MG_7980.jpg'),(4438,8361,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_7980.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_7980-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_7980-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_7980-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_7980-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_7980-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_7980-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_7980-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_7980-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_7980-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_7980-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_7980-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_7980-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_7980-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_7980-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_7980-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_7980-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_7980-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_7980-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_7980-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_7980-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_7980-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_7980-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526836873\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:23:\"LetsPicYou Producciones\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4575,8395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_6012.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_6012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_6012-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_6012-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_6012-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_6012-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_6012-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_6012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_6012-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_6012-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_6012-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_6012-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_6012-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_6012-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_6012-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_6012-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_6012-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_6012-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_6012-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_6012-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_6012-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_6012-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_6012-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537614001\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4573,8394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/D7A8880.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"D7A8880-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"D7A8880-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"D7A8880-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"D7A8880-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"D7A8880-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"D7A8880-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"D7A8880-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"D7A8880-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"D7A8880-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"D7A8880-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"D7A8880-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"D7A8880-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"D7A8880-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"D7A8880-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"D7A8880-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"D7A8880-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"D7A8880-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"D7A8880-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"D7A8880-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"D7A8880-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"D7A8880-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"D7A8880-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:13:\"Roberto Ferlo\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1510690412\";s:9:\"copyright\";s:13:\"Roberto\rFerlo\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4572,8394,'_wp_attached_file','2018/09/D7A8880.jpg'),(4608,8410,'_wp_attached_file','2018/09/MG_4179.jpg'),(4609,8410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_4179.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_4179-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_4179-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_4179-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_4179-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_4179-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_4179-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_4179-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_4179-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_4179-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_4179-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_4179-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_4179-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_4179-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_4179-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_4179-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_4179-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_4179-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_4179-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_4179-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_4179-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_4179-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_4179-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1422883685\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4569,8392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:50:\"2018/09/Código-Único-Marzo-20171105-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"Código-Único-Marzo-20171105-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:51:\"Código-Único-Marzo-20171105-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:51:\"Código-Único-Marzo-20171105-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:50:\"Código-Único-Marzo-20171105-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1485523795\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4568,8392,'_wp_attached_file','2018/09/Código-Único-Marzo-20171105-686x1030.jpg'),(4529,6692,'_oembed_3ede165b7fd62eb1be19c17835726e61','<iframe width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/2laNC8CT0Kc?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),(4473,8378,'_wp_attached_file','2018/09/MG_0539.jpg'),(4474,8378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_0539.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_0539-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_0539-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_0539-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_0539-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_0539-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_0539-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_0539-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"MG_0539-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_0539-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_0539-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_0539-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"MG_0539-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_0539-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_0539-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"MG_0539-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_0539-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_0539-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_0539-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_0539-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_0539-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_0539-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1403864792\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4815,8470,'_wp_attached_file','2018/09/MG_1206-1.jpg'),(4582,8399,'_wp_attached_file','2018/09/17-06-28-Avenue-Ilustrated01348-1030x688.jpg'),(4583,8399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:52:\"2018/09/17-06-28-Avenue-Ilustrated01348-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"17-06-28-Avenue-Ilustrated01348-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:53:\"17-06-28-Avenue-Ilustrated01348-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:53:\"17-06-28-Avenue-Ilustrated01348-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01348-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1498676388\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4584,8400,'_wp_attached_file','2018/09/17-11-30-Fernando-Claro-078-1030x688.jpg'),(4585,8400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:48:\"2018/09/17-11-30-Fernando-Claro-078-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-078-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-078-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-078-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-078-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1512043833\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:3:{i:0;s:23:\"17-11-30 Fernando Claro\";i:1;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:2;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4586,8401,'_wp_attached_file','2018/09/17-11-30-Fernando-Claro-410-1030x688.jpg'),(4587,8401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:48:\"2018/09/17-11-30-Fernando-Claro-410-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-410-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-410-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-410-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-410-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1512052354\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:3:{i:0;s:23:\"17-11-30 Fernando Claro\";i:1;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:2;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4588,8402,'_wp_attached_file','2018/09/DSC0283-Editar-687x1030.jpg'),(4589,8402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/DSC0283-Editar-687x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC0283-Editar-687x1030-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"DSC0283-Editar-687x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC0283-Editar-687x1030-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC0283-Editar-687x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1479403233\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:14:\"Código Único\";}}}'),(4678,8424,'_wp_attached_file','2018/10/LogoLetspicyouProduccionesConCirculo.jpg'),(4679,8424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3439;s:6:\"height\";i:860;s:4:\"file\";s:48:\"2018/10/LogoLetspicyouProduccionesConCirculo.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"LogoLetspicyouProduccionesConCirculo-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAABLAQMAAADwNShgAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20KP6AAAICLAQttAAGSsTzTAAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:190:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAADAAQMAAACJT5bkAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAClJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAA+A0jAAAGTW89dAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"LogoLetspicyouProduccionesConCirculo-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAEAAQMAAAAX65ZnAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADZJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7waBAAABckLIlAAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"LogoLetspicyouProduccionesConCirculo-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-500x860.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAANcAQMAAACTyM9jAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAExJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgY1wAAAThJccsAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"LogoLetspicyouProduccionesConCirculo-1000x860.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:306:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAANcAQMAAAD2NhfEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAH9JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO8Gp1cAAZQ5GCUAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:49:\"LogoLetspicyouProduccionesConCirculo-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-900x860.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:294:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAANcAQMAAAA97fM6AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHVJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7wZ/BwABGEtVAAAAAABJRU5ErkJggg==\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-500x125.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:174:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAB9AQMAAABu0ANtAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABxJREFUWMPtwQEBAAAAgJD+r+4ICgAAAAAAAAAYH0AAAeL4ArcAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"LogoLetspicyouProduccionesConCirculo-800x200.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAADIAQMAAAAqQRdZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACpJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAA4GdO6AABwwYxfgAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:49:\"LogoLetspicyouProduccionesConCirculo-1280x320.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAFAAQMAAADZPUPLAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgDcDyUAAAU0LJU4AAAAASUVORK5CYII=\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:49:\"LogoLetspicyouProduccionesConCirculo-1920x480.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAHgAQMAAAB+SOLlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIdJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvgbD7wABbgKUhgAAAABJRU5ErkJggg==\";}}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:26:\"LogoLetspicyouProducciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4592,8404,'_wp_attached_file','2018/09/DSC5797-Editar-686x1030.jpg'),(4593,8404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/DSC5797-Editar-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC5797-Editar-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"DSC5797-Editar-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC5797-Editar-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC5797-Editar-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1469040731\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"102\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4475,8379,'_wp_attached_file','2018/09/MG_9926-Pano-Editar.jpg'),(4476,8379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:312;s:4:\"file\";s:31:\"2018/09/MG_9926-Pano-Editar.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"MG_9926-Pano-Editar-300x91.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:91;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAABbAQMAAADz4yr7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwQENAAAAwqD3T20ON6AAAAC4Nw3dAAFRPfEsAAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-768x234.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAADqAQMAAAAveLC0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAC/BliqAAF/GZuPAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"MG_9926-Pano-Editar-1024x312.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:218:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAE4AQMAAAD/whOnAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAD1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO8GnTgAAf5D9tsAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-600x312.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:198:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAE4AQMAAAC9tB9YAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAC1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAALwZcoAAByq5ndgAAAABJRU5ErkJggg==\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:32:\"MG_9926-Pano-Editar-1000x312.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:218:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAE4AQMAAADyzEuhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAD1JREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4GmZAAAT7M9nEAAAAASUVORK5CYII=\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-670x312.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAE4AQMAAADIFWG+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADBJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BhnmAABNODHcAAAAABJRU5ErkJggg==\";}s:7:\"regular\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAE4AQMAAACXMpMGAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACpJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAeBhOAAAB82FU0wAAAABJRU5ErkJggg==\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-350x312.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAE4AQMAAAApSAkeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAA4Gc22AABLA9TfQAAAABJRU5ErkJggg==\";}s:4:\"tall\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-500x312.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAE4AQMAAACXMpMGAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACpJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAeBhOAAAB82FU0wAAAABJRU5ErkJggg==\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:32:\"MG_9926-Pano-Editar-1000x312.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:218:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAE4AQMAAADyzEuhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAD1JREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4GmZAAAT7M9nEAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-900x312.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAE4AQMAAAA5F69fAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzwaK8AABew/UUgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-800x312.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAE4AQMAAACZpAX0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwYEAAAAAw6D5Ux/hAlUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAN3sYAAFIdIB7AAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-675x312.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAE4AQMAAABVGGg2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADBJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA7wZo0AABBlOJtQAAAABJRU5ErkJggg==\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-450x312.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:190:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAE4AQMAAADy32F5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAChJREFUeNrtwYEAAAAAw6D5Ux/hAlUBAAAAAAAAAAAAAAAAAAAAAMA3RrAAAbldv1EAAAAASUVORK5CYII=\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-350x312.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAE4AQMAAAApSAkeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAA4Gc22AABLA9TfQAAAABJRU5ErkJggg==\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-900x312.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAE4AQMAAAA5F69fAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzwaK8AABew/UUgAAAABJRU5ErkJggg==\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-500x152.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAACYAQMAAAAoWYlcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACBJREFUaN7twQENAAAAwqD3T20ON6AAAAAAAAAAAAB4NCYAAAHyL4ESAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:31:\"MG_9926-Pano-Editar-800x244.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:198:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAD0AQMAAABZ+dCPAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAC9JREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAHA2BEAAHylP15AAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523980291\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4557,8390,'nectar_image_gal_url',''),(4558,8390,'nectar_image_gal_masonry_sizing','regular'),(4559,8390,'nectar_particle_shape_bg_color',''),(4560,8390,'nectar_particle_shape_color',''),(4561,8390,'nectar_particle_shape_color_mapping','original'),(4562,8390,'nectar_particle_shape_color_alpha','original'),(4563,8390,'nectar_particle_shape_density','very_low'),(4564,8390,'nectar_particle_max_particle_size',''),(4485,8376,'nectar_image_gal_url',''),(4486,8376,'nectar_image_gal_masonry_sizing','regular'),(4487,8376,'nectar_particle_shape_bg_color',''),(4488,8376,'nectar_particle_shape_color',''),(4489,8376,'nectar_particle_shape_color_mapping','original'),(4490,8376,'nectar_particle_shape_color_alpha','original'),(4491,8376,'nectar_particle_shape_density','very_low'),(4492,8376,'nectar_particle_max_particle_size',''),(5059,8540,'_wp_attached_file','2018/09/Mirto-93.jpg'),(5060,8540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2018/09/Mirto-93.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Mirto-93-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Mirto-93-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Mirto-93-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Mirto-93-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"Mirto-93-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"Mirto-93-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"Mirto-93-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"Mirto-93-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"Mirto-93-819x500.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"Mirto-93-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"Mirto-93-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"Mirto-93-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"Mirto-93-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"Mirto-93-819x1000.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"Mirto-93-819x600.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"Mirto-93-819x700.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"Mirto-93-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1472132884\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:5:\"Mirto\";}}}'),(4413,8349,'_wp_attached_file','2018/10/Edición_Hasami_2.mp4'),(4414,8349,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:59286419;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:60;s:16:\"length_formatted\";s:4:\"1:00\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1538652099;}'),(4816,8470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2018/09/MG_1206-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_1206-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:22:\"MG_1206-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:23:\"MG_1206-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:22:\"MG_1206-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:22:\"MG_1206-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_1206-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1519299758\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4417,8351,'_wp_attached_file','2018/09/D7A6475.jpg'),(4418,8351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/D7A6475.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"D7A6475-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"D7A6475-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"D7A6475-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"D7A6475-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"D7A6475-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"D7A6475-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"D7A6475-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"D7A6475-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"D7A6475-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"D7A6475-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"D7A6475-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"D7A6475-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"D7A6475-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"D7A6475-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"D7A6475-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"D7A6475-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"D7A6475-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"D7A6475-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"D7A6475-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"D7A6475-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"D7A6475-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"D7A6475-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1520420603\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4419,8352,'_wp_attached_file','2018/09/D7A8257-1.jpg'),(4420,8352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/D7A8257-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"D7A8257-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"D7A8257-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:22:\"D7A8257-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"D7A8257-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1521152133\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4421,8353,'_wp_attached_file','2018/09/MG_1058.jpg'),(4422,8353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_1058.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1058-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1058-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_1058-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1058-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1058-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1058-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1058-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1058-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_1058-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1058-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1058-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1058-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_1058-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1058-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1058-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1058-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1058-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1058-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1058-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_1058-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1058-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1058-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4423,8354,'_wp_attached_file','2018/09/MG_1088.jpg'),(4424,8354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_1088.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1088-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1088-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_1088-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1088-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1088-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1088-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1088-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1088-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_1088-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1088-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1088-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1088-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_1088-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1088-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1088-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1088-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1088-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1088-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1088-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_1088-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1088-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1088-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4425,8355,'_wp_attached_file','2018/09/MG_1630.jpg'),(4426,8355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_1630.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1630-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1630-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_1630-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1630-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1630-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1630-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1630-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1630-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_1630-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1630-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1630-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1630-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_1630-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1630-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1630-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1630-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1630-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1630-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1630-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_1630-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1630-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1630-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4427,8356,'_wp_attached_file','2018/09/MG_2386.jpg'),(4428,8356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_2386.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_2386-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_2386-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_2386-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_2386-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_2386-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_2386-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_2386-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"MG_2386-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_2386-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_2386-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_2386-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"MG_2386-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_2386-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_2386-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"MG_2386-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_2386-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_2386-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_2386-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_2386-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_2386-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_2386-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526817158\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4429,8357,'_wp_attached_file','2018/09/MG_4158.jpg'),(4430,8357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_4158.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_4158-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_4158-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_4158-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_4158-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_4158-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_4158-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_4158-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_4158-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_4158-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_4158-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_4158-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_4158-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_4158-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_4158-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_4158-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_4158-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_4158-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_4158-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_4158-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_4158-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_4158-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_4158-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524679520\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4353,8338,'_wp_attached_file','2018/09/DSC0049-3.jpg'),(4354,8338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/DSC0049-3.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"DSC0049-3-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"DSC0049-3-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:22:\"DSC0049-3-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"DSC0049-3-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1490110240\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4363,8343,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0029.jpg'),(4365,8344,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0608.jpg'),(4366,8344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0608.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0608-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0608-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0608-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0608-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1530112478\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4397,8339,'nectar_particle_shape_density','very_low'),(4396,8339,'nectar_particle_shape_color_alpha','original'),(4395,8339,'nectar_particle_shape_color_mapping','original'),(4394,8339,'nectar_particle_shape_color',''),(4393,8339,'nectar_particle_shape_bg_color',''),(4377,8343,'nectar_particle_shape_bg_color',''),(4378,8343,'nectar_particle_shape_color',''),(4379,8343,'nectar_particle_shape_color_mapping','original'),(4380,8343,'nectar_particle_shape_color_alpha','original'),(4381,8343,'nectar_particle_shape_density','very_low'),(4382,8343,'nectar_particle_max_particle_size',''),(4383,8342,'nectar_image_gal_url',''),(4384,8342,'nectar_image_gal_masonry_sizing','tall'),(4385,8342,'nectar_particle_shape_bg_color',''),(4386,8342,'nectar_particle_shape_color',''),(4387,8342,'nectar_particle_shape_color_mapping','original'),(4388,8342,'nectar_particle_shape_color_alpha','original'),(4389,8342,'nectar_particle_shape_density','very_low'),(4390,8342,'nectar_particle_max_particle_size',''),(4391,8339,'nectar_image_gal_url',''),(4392,8339,'nectar_image_gal_masonry_sizing','regular'),(3460,3600,'_wp_attached_file','2016/09/dark.jpg'),(3461,3600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1697;s:6:\"height\";i:1200;s:4:\"file\";s:16:\"2016/09/dark.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"dark-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"dark-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADUAQMAAAAcBYz2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAG4gTAABSTs//gAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"dark-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIfAQMAAAD9uCk3AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEpJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcBs2/AAHjpTWPAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"dark-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:286:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAALUAQMAAACvrNLDAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHBJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBubOMAAXM8gsoAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:16:\"dark-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:16:\"dark-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:16:\"dark-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:16:\"dark-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:17:\"dark-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:16:\"dark-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:16:\"dark-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:16:\"dark-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:17:\"dark-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:18:\"dark-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:16:\"dark-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:17:\"dark-1697x700.jpg\";s:5:\"width\";i:1697;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqEAAAK8AQMAAABV/YfaAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:16:\"dark-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:16:\"dark-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:16:\"dark-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:16:\"dark-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:17:\"dark-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:16:\"dark-500x354.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFiAQMAAAA6J7iXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAADwZliAAAEo8C0hAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:16:\"dark-800x566.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:242:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAI2AQMAAACSRn4ZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAE5JREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+DPfTgABARcVZAAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:17:\"dark-1280x905.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:354:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAOJAQMAAAB4RR2eAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKRJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADODTlHAAH9vteFAAAAAElFTkSuQmCC\";}}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:{}}}'),(3462,3600,'nectar_image_gal_url',''),(3463,3600,'nectar_image_gal_masonry_sizing','wide_tall'),(3464,3600,'nectar_particle_shape_bg_color',''),(3465,3600,'nectar_particle_shape_color',''),(3466,3600,'nectar_particle_shape_color_mapping','original'),(3467,3600,'nectar_particle_shape_color_alpha','original'),(3468,3600,'nectar_particle_shape_density','very_low'),(3469,3600,'nectar_particle_max_particle_size',''),(3470,3700,'_wp_attached_file','2016/09/medium.jpg'),(3471,3700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1697;s:6:\"height\";i:1200;s:4:\"file\";s:18:\"2016/09/medium.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"medium-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"medium-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADUAQMAAAAcBYz2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAG4gTAABSTs//gAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"medium-768x543.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIfAQMAAAD9uCk3AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEpJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABcBs2/AAHjpTWPAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"medium-1024x724.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:286:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAALUAQMAAACvrNLDAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHBJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBubOMAAXM8gsoAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:18:\"medium-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:18:\"medium-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:18:\"medium-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:18:\"medium-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"medium-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:18:\"medium-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:18:\"medium-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:18:\"medium-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"medium-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"medium-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:18:\"medium-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"medium-1697x700.jpg\";s:5:\"width\";i:1697;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqEAAAK8AQMAAABV/YfaAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:18:\"medium-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:18:\"medium-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:18:\"medium-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:18:\"medium-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"medium-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:18:\"medium-500x354.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFiAQMAAAA6J7iXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAADwZliAAAEo8C0hAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:18:\"medium-800x566.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:242:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAI2AQMAAACSRn4ZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAE5JREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+DPfTgABARcVZAAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:19:\"medium-1280x905.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:354:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAOJAQMAAAB4RR2eAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKRJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADODTlHAAH9vteFAAAAAElFTkSuQmCC\";}}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:{}}}'),(3472,3700,'nectar_image_gal_url',''),(3473,3700,'nectar_image_gal_masonry_sizing','wide'),(3474,3700,'nectar_particle_shape_bg_color',''),(3475,3700,'nectar_particle_shape_color',''),(3476,3700,'nectar_particle_shape_color_mapping','original'),(3477,3700,'nectar_particle_shape_color_alpha','original'),(3478,3700,'nectar_particle_shape_density','very_low'),(3479,3700,'nectar_particle_max_particle_size',''),(3480,3800,'_wp_attached_file','2016/09/light.jpg'),(3481,3800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1465;s:6:\"height\";i:1172;s:4:\"file\";s:17:\"2016/09/light.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"light-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"light-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADwAQMAAACAOMvWAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACBJREFUaN7twTEBAAAAwqD1T20JT6AAAAAAAAAAAAA+BiSQAAGuuLa1AAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"light-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:242:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAJmAQMAAADRlXU+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFBJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8GuimAAHVe6jJAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"light-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:302:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAMzAQMAAAACmvJNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAH1JREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4G5zCAAElXiTIAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:17:\"light-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:17:\"light-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:17:\"light-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:17:\"light-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:18:\"light-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:17:\"light-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:17:\"light-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:17:\"light-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:18:\"light-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:19:\"light-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:17:\"light-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:18:\"light-1465x700.jpg\";s:5:\"width\";i:1465;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:334:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABbkAAAK8AQMAAAD4ZiDHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJNJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8Gb56wAByxrkBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:17:\"light-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:17:\"light-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:17:\"light-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:17:\"light-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:18:\"light-900x1172.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1172;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:338:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASUAQMAAAAF8VFtAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADPBgoGAAF3vwroAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:17:\"light-500x400.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAGQAQMAAABifQCFAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADBJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA1wBkAAABNF5KIQAAAABJRU5ErkJggg==\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:17:\"light-800x640.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKAAQMAAABe1Y5xAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFZJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODHAPyAAAEvgpyHAAAAAElFTkSuQmCC\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:19:\"light-1280x1024.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:378:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAAQAAQMAAACEXWYAAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAALRJREFUeNrtwQEBAAAAgJD+r+4ICgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABiEHgAB2rlq+gAAAABJRU5ErkJggg==\";}}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:{}}}'),(3482,3800,'nectar_image_gal_url',''),(3483,3800,'nectar_image_gal_masonry_sizing','regular'),(3484,3800,'nectar_particle_shape_bg_color',''),(3485,3800,'nectar_particle_shape_color',''),(3486,3800,'nectar_particle_shape_color_mapping','original'),(3487,3800,'nectar_particle_shape_color_alpha','original'),(3488,3800,'nectar_particle_shape_density','very_low'),(3489,3800,'nectar_particle_max_particle_size',''),(3210,6707,'_nectar_portfolio_extra_content',''),(3211,6707,'_nectar_portfolio_item_layout','enabled'),(3212,6707,'_nectar_portfolio_custom_grid_item','off'),(3213,6707,'_nectar_portfolio_custom_grid_item_content',''),(3214,6707,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0608.jpg'),(3215,6707,'_nectar_hide_featured','off'),(3216,6707,'_portfolio_item_masonry_sizing','regular'),(3217,6707,'_portfolio_item_masonry_content_pos','middle'),(3218,6707,'_nectar_external_project_url',''),(3219,6707,'nectar-metabox-portfolio-parent-override','default'),(3220,6707,'_nectar_project_excerpt',''),(3221,6707,'_nectar_project_accent_color',''),(3222,6707,'_nectar_project_title_color',''),(3223,6707,'_nectar_project_subtitle_color',''),(3224,6707,'_nectar_project_css_class',''),(3225,6707,'_nectar_slider_bg_type','image_bg'),(3226,6707,'_nectar_media_upload_webm',''),(3227,6707,'_nectar_media_upload_mp4',''),(3228,6707,'_nectar_media_upload_ogv',''),(3229,6707,'_nectar_slider_preview_image',''),(3230,6707,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/18-05-16-NaveThePhoto-Panorama-EDIT.jpg'),(3231,6707,'_nectar_header_parallax','on'),(3232,6707,'_nectar_header_bg_height',''),(3233,6707,'_nectar_header_fullscreen','on'),(3234,6707,'_nectar_page_header_bg_alignment','center'),(3235,6707,'_nectar_header_bg_color',''),(3236,6707,'_nectar_header_bg_overlay_color',''),(3237,6707,'_nectar_header_subtitle',''),(3238,6707,'_nectar_header_font_color',''),(3239,6707,'_disable_transparent_header','off'),(3240,6707,'_force_transparent_header_color','light'),(3241,6707,'_nectar_video_m4v',''),(3242,6707,'_nectar_video_ogv',''),(3243,6707,'_nectar_video_poster',''),(3244,6707,'_nectar_video_embed',''),(3245,6707,'_wpb_vc_js_status','false'),(3247,6709,'_edit_lock','1549294930:1'),(3248,6709,'_edit_last','1'),(3249,6709,'_nectar_portfolio_extra_content','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"2%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_gallery type=\"parallax_image_grid\" images=\"8830,8516,8515,8590,8591,8594,8589,8593\" img_size=\"1024x1024\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/18-07-12-Vídeo-automedicación-V2-4.mp4\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" video_bg=\"use_video\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"http://ditaymedia.com/wp-content/uploads/2018/10/18-07-12-Vídeo-automedicación-V2-4.mp4\"][/vc_column][/vc_row]'),(3250,6709,'_nectar_portfolio_item_layout','enabled'),(3251,6709,'_nectar_portfolio_custom_grid_item','off'),(3252,6709,'_nectar_portfolio_custom_grid_item_content',''),(3253,6709,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/Serum-Hombre00800.jpg'),(3254,6709,'_nectar_hide_featured','on'),(3255,6709,'_portfolio_item_masonry_sizing','tall'),(3256,6709,'_portfolio_item_masonry_content_pos','middle'),(3257,6709,'_nectar_external_project_url',''),(3258,6709,'nectar-metabox-portfolio-parent-override','6218'),(3259,6709,'_nectar_project_excerpt',''),(3260,6709,'_nectar_project_accent_color',''),(3261,6709,'_nectar_project_title_color',''),(3262,6709,'_nectar_project_subtitle_color',''),(3263,6709,'_nectar_project_css_class',''),(3264,6709,'_nectar_slider_bg_type','video_bg'),(3265,6709,'_nectar_media_upload_webm',''),(3266,6709,'_nectar_media_upload_mp4','http://ditaymedia.com/wp-content/uploads/2018/10/18-07-12-Vídeo-automedicación-V2-4.mp4'),(3267,6709,'_nectar_media_upload_ogv',''),(3268,6709,'_nectar_slider_preview_image','http://ditaymedia.com/wp-content/uploads/2018/09/18-07-12-Vídeo-automedicación00567.jpg'),(3269,6709,'_nectar_header_bg',''),(3270,6709,'_nectar_header_parallax','off'),(3271,6709,'_nectar_header_bg_height',''),(3272,6709,'_nectar_header_fullscreen','on'),(3273,6709,'_nectar_page_header_bg_alignment','center'),(3274,6709,'_nectar_header_bg_color',''),(3275,6709,'_nectar_header_bg_overlay_color','#afafaf'),(3276,6709,'_nectar_header_subtitle',''),(3277,6709,'_nectar_header_font_color',''),(3278,6709,'_disable_transparent_header','off'),(3279,6709,'_force_transparent_header_color','light'),(3280,6709,'_nectar_video_m4v',''),(3281,6709,'_nectar_video_ogv',''),(3282,6709,'_nectar_video_poster',''),(3283,6709,'_nectar_video_embed',''),(3284,6709,'_wpb_vc_js_status','true'),(3285,6711,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3286,6711,'_edit_lock','1541438264:2'),(3287,6711,'_edit_last','2'),(3288,6711,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8715,8716,8711,8706,8712,8702,8713,8714,8779,8780,8781,8782,8783,8784,8785,8786,8787,8788,8789,8790,8791,8792,8793,8794,8795,8796,8797,8798\" layout=\"fullwidth\" masonry_style=\"true\" item_spacing=\"5px\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flickity_style\" images=\"8703,8701,8705,8704,8700\" flickity_controls=\"pagination\" flickity_desktop_columns=\"1\" flickity_small_desktop_columns=\"1\" flickity_tablet_columns=\"1\" flickity_free_scroll=\"true\" flickity_autoplay=\"true\" flickity_box_shadow=\"none\" onclick=\"link_no\"][/vc_column][/vc_row]</p>\r\n'),(3289,6711,'_nectar_portfolio_item_layout','enabled'),(3290,6711,'_nectar_portfolio_custom_grid_item','off'),(3291,6711,'_nectar_portfolio_custom_grid_item_content',''),(3292,6711,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/09/DSC4466-HDR-Editar.jpg'),(3293,6711,'_nectar_hide_featured','on'),(3294,6711,'_portfolio_item_masonry_sizing','regular'),(3295,6711,'_portfolio_item_masonry_content_pos','middle'),(3296,6711,'_nectar_external_project_url',''),(3297,6711,'nectar-metabox-portfolio-parent-override','default'),(3298,6711,'_nectar_project_excerpt',''),(3299,6711,'_nectar_project_accent_color',''),(3300,6711,'_nectar_project_title_color',''),(3301,6711,'_nectar_project_subtitle_color',''),(3302,6711,'_nectar_project_css_class',''),(3303,6711,'_nectar_slider_bg_type','image_bg'),(3304,6711,'_nectar_media_upload_webm',''),(3305,6711,'_nectar_media_upload_mp4',''),(3306,6711,'_nectar_media_upload_ogv',''),(3307,6711,'_nectar_slider_preview_image',''),(3308,6711,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/DSC4466-HDR-Editar.jpg'),(3309,6711,'_nectar_header_parallax','off'),(3310,6711,'_nectar_header_bg_height',''),(3311,6711,'_nectar_header_fullscreen','on'),(3312,6711,'_nectar_page_header_bg_alignment','center'),(3313,6711,'_nectar_header_bg_color',''),(3314,6711,'_nectar_header_bg_overlay_color','#afafaf'),(3315,6711,'_nectar_header_subtitle',''),(3316,6711,'_nectar_header_font_color',''),(3317,6711,'_disable_transparent_header','off'),(3318,6711,'_force_transparent_header_color','light'),(3319,6711,'_nectar_video_m4v',''),(3320,6711,'_nectar_video_ogv',''),(3321,6711,'_nectar_video_poster',''),(3322,6711,'_nectar_video_embed',''),(3323,6711,'_wpb_vc_js_status','true'),(6163,8854,'_menu_item_target',''),(3364,6692,'_wp_old_date','2018-09-28'),(3357,6728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:18:\"2018/10/LogoLG.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"LogoLG-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:18:\"LogoLG-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:18:\"LogoLG-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(3358,6729,'_wp_attached_file','2018/10/LogoCamper.png'),(3359,6729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/10/LogoCamper.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"LogoCamper-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:22:\"LogoCamper-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:22:\"LogoCamper-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(3360,6730,'_wp_attached_file','2018/10/LogoLoreal.png'),(3361,6730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/10/LogoLoreal.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"LogoLoreal-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:22:\"LogoLoreal-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:22:\"LogoLoreal-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(3362,6731,'_wp_attached_file','2018/10/LogoDelibero.png'),(3363,6731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:24:\"2018/10/LogoDelibero.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"LogoDelibero-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:24:\"LogoDelibero-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:24:\"LogoDelibero-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(4553,8389,'_wp_attached_file','2018/09/MG_9945-HDR.jpg'),(4554,8389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2018/09/MG_9945-HDR.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"MG_9945-HDR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:24:\"MG_9945-HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:24:\"MG_9945-HDR-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:23:\"MG_9945-HDR-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:12:\"Canon EOS 7D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523980728\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4431,8358,'_wp_attached_file','2018/09/MG_5231.jpg'),(4432,8358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_5231.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_5231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_5231-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_5231-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_5231-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_5231-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_5231-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_5231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_5231-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_5231-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_5231-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_5231-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_5231-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_5231-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_5231-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_5231-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_5231-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_5231-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_5231-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_5231-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_5231-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_5231-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_5231-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537522664\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4398,8339,'nectar_particle_max_particle_size',''),(4399,8341,'nectar_image_gal_url',''),(4400,8341,'nectar_image_gal_masonry_sizing','regular'),(4401,8341,'nectar_particle_shape_bg_color',''),(4402,8341,'nectar_particle_shape_color',''),(4403,8341,'nectar_particle_shape_color_mapping','original'),(4404,8341,'nectar_particle_shape_color_alpha','original'),(4405,8341,'nectar_particle_shape_density','very_low'),(4406,8341,'nectar_particle_max_particle_size',''),(4407,8346,'_wp_attached_file','2018/09/DSC0320.jpg'),(4408,8346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC0320.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC0320-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC0320-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC0320-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC0320-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC0320-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC0320-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC0320-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC0320-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC0320-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC0320-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC0320-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC0320-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC0320-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC0320-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC0320-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC0320-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC0320-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC0320-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC0320-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC0320-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC0320-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC0320-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4375,8343,'nectar_image_gal_url',''),(4376,8343,'nectar_image_gal_masonry_sizing','wide_tall'),(4367,8344,'nectar_image_gal_url',''),(4368,8344,'nectar_image_gal_masonry_sizing','regular'),(4369,8344,'nectar_particle_shape_bg_color',''),(4370,8344,'nectar_particle_shape_color',''),(4371,8344,'nectar_particle_shape_color_mapping','original'),(4372,8344,'nectar_particle_shape_color_alpha','original'),(4373,8344,'nectar_particle_shape_density','very_low'),(4374,8344,'nectar_particle_max_particle_size',''),(4364,8343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0029.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0029-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0029-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0029-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0029-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1530093458\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4361,8342,'_wp_attached_file','2018/09/17-09-08-Salvador-Bachiller-890.jpg'),(4362,8342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/17-09-08-Salvador-Bachiller-890.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"17-09-08-Salvador-Bachiller-890-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:44:\"17-09-08-Salvador-Bachiller-890-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:44:\"17-09-08-Salvador-Bachiller-890-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-890-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1504876866\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4359,8341,'_wp_attached_file','2018/09/17-09-08-Salvador-Bachiller-126.jpg'),(4360,8341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:43:\"2018/09/17-09-08-Salvador-Bachiller-126.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"17-09-08-Salvador-Bachiller-126-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:44:\"17-09-08-Salvador-Bachiller-126-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:44:\"17-09-08-Salvador-Bachiller-126-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:43:\"17-09-08-Salvador-Bachiller-126-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1504868872\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4357,8340,'_wp_attached_file','2018/09/DSC6228.jpg'),(4358,8340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC6228.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC6228-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC6228-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC6228-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC6228-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC6228-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC6228-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC6228-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC6228-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC6228-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC6228-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC6228-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC6228-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC6228-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC6228-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC6228-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC6228-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC6228-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC6228-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC6228-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC6228-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC6228-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC6228-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1462893525\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4355,8339,'_wp_attached_file','2018/09/DSC0134.jpg'),(4356,8339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC0134.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC0134-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC0134-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC0134-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC0134-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC0134-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC0134-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC0134-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC0134-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC0134-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC0134-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC0134-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC0134-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC0134-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC0134-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC0134-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC0134-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC0134-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC0134-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC0134-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC0134-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC0134-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC0134-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1472647134\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:5:\"Mirto\";}}}'),(4535,8384,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0264.jpg'),(4536,8384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0264.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0264-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0264-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0264-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0264-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1530101099\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4455,8369,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-4212.jpg'),(4456,8369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-4212.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAEsAQMAAADQMjz4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACBJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAADgayasAAHuZL94AAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAOaAQMAAAAVsqfoAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG5JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODBAF1pAAEfXurZAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-4212-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:310:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAQAAQMAAAAz1eFPAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4MsA8AAZKPmycAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAH0AQMAAADv7pXnAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeBrS8AABDhNddQAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-4212-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-4212-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:306:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAPoAQMAAAAMZUYuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIBJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODXAKXvAAEGOJZ0AAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAJYAQMAAACw2F7vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFZJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACvAf0gAAHNCW/DAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAK8AQMAAAA9DQd7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T+3sARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANydfAAFYF3K5AAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-417x500.jpg\";s:5:\"width\";i:417;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaEAAAH0AQMAAACuJQDFAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4MaXgAAaeRufIAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4212-666x800.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApoAAAMgAQMAAAC55FAbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIA3AwmvAAElDXG0AAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531314095\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5472,8648,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-0943.jpg'),(5473,8648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-0943.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0943-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0943-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0943-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0943-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523965793\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4468,8375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC2711.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC2711-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC2711-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC2711-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC2711-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC2711-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC2711-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC2711-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC2711-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC2711-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC2711-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC2711-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC2711-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC2711-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC2711-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC2711-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC2711-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC2711-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC2711-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC2711-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC2711-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC2711-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC2711-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531144003\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4467,8375,'_wp_attached_file','2018/09/DSC2711.jpg'),(4617,8416,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:2212225;s:8:\"filesize\";i:35296858;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:127;s:16:\"length_formatted\";s:4:\"2:07\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1539009220;}'),(4615,8415,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:33569230;s:8:\"filesize\";i:28716283;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:7;s:16:\"length_formatted\";s:4:\"0:07\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1539008510;}'),(4453,8368,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-4185.jpg'),(4454,8368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-4185.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAEsAQMAAADQMjz4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACBJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAADgayasAAHuZL94AAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAOaAQMAAAAVsqfoAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG5JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODBAF1pAAEfXurZAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-4185-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:310:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAQAAQMAAAAz1eFPAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4MsA8AAZKPmycAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAH0AQMAAADv7pXnAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeBrS8AABDhNddQAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-4185-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-4185-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:306:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAPoAQMAAAAMZUYuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIBJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODXAKXvAAEGOJZ0AAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAJYAQMAAACw2F7vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFZJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACvAf0gAAHNCW/DAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1UAAAK8AQMAAAA9DQd7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T+3sARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANydfAAFYF3K5AAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-417x500.jpg\";s:5:\"width\";i:417;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaEAAAH0AQMAAACuJQDFAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4MaXgAAaeRufIAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-4185-666x800.jpg\";s:5:\"width\";i:666;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAApoAAAMgAQMAAAC55FAbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIA3AwmvAAElDXG0AAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531313835\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4466,8374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2018/09/DSC2518-HDR.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"DSC2518-HDR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:24:\"DSC2518-HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:24:\"DSC2518-HDR-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:23:\"DSC2518-HDR-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531138915\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:16:\"0.33333333333333\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4465,8374,'_wp_attached_file','2018/09/DSC2518-HDR.jpg'),(6162,8854,'_menu_item_object','custom'),(2853,6684,'_menu_item_type','custom'),(2854,6684,'_menu_item_menu_item_parent','0'),(2855,6684,'_menu_item_object_id','6684'),(2856,6684,'_menu_item_object','custom'),(2857,6684,'_menu_item_target',''),(2858,6684,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2859,6684,'_menu_item_xfn',''),(2860,6684,'_menu_item_url','http://ditaymedia.com/#clientes'),(2713,6591,'_wp_attached_file','2018/09/Captura-de-pantalla-2016-07-05-a-las-12.34.15.png'),(2705,6586,'_wp_attached_file','2018/09/logoSANTILLANA.png'),(2706,6586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:26:\"2018/09/logoSANTILLANA.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"logoSANTILLANA-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:26:\"logoSANTILLANA-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:26:\"logoSANTILLANA-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(4442,8363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:33:\"2018/09/2018-03-24-AW-LAB-056.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-03-24-AW-LAB-056-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:34:\"2018-03-24-AW-LAB-056-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:34:\"2018-03-24-AW-LAB-056-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:33:\"2018-03-24-AW-LAB-056-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1521826013\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4441,8363,'_wp_attached_file','2018/09/2018-03-24-AW-LAB-056.jpg'),(4440,8362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_9769.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_9769-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_9769-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_9769-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_9769-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_9769-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_9769-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_9769-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_9769-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_9769-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_9769-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_9769-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_9769-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_9769-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_9769-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_9769-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_9769-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_9769-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_9769-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_9769-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_9769-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_9769-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_9769-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4439,8362,'_wp_attached_file','2018/09/MG_9769.jpg'),(4527,8381,'_wp_attached_file','2018/09/PNG-1.png'),(4528,8381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2018/09/PNG-1.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"PNG-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"PNG-1-193x300.png\";s:5:\"width\";i:193;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAAEsAQMAAABAIUU3AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x403.png\";s:5:\"width\";i:450;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:198:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAGTAQMAAACBBIBUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAC5JREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4NUAW04AAcssUgcAAAAASUVORK5CYII=\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:17:\"PNG-1-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:17:\"PNG-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:17:\"PNG-1-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x500.png\";s:5:\"width\";i:450;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAH0AQMAAACU9b+2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADNJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgZxSAAB+4LCtgAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x335.png\";s:5:\"width\";i:450;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAFPAQMAAADk+FwAAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACpJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAACArwFL5gABniw84AAAAABJRU5ErkJggg==\";}s:7:\"regular\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x500.png\";s:5:\"width\";i:450;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAH0AQMAAACU9b+2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADNJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgZxSAAB+4LCtgAAAABJRU5ErkJggg==\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:17:\"PNG-1-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x600.png\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x700.png\";s:5:\"width\";i:450;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:218:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAK8AQMAAABGFi0qAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAD5JREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4Gp6YAAE/2W9zAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAHCAQMAAABG1lsGAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADBJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8Bpl9AAB17elmgAAAABJRU5ErkJggg==\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:17:\"PNG-1-450x600.png\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:17:\"PNG-1-350x467.png\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:17:\"PNG-1-321x500.png\";s:5:\"width\";i:321;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUEAAAH0AQMAAACZxw20AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAHgYUggAAawAMYwAAAAASUVORK5CYII=\";}}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:{}}}'),(4530,6692,'_oembed_time_3ede165b7fd62eb1be19c17835726e61','1538666654'),(4533,8383,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0231.jpg'),(4534,8383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0231.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0231-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0231-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0231-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0231-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1530099710\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(2870,6685,'_menu_item_url','http://ditaymedia.com/#contacto'),(6161,8854,'_menu_item_object_id','8854'),(2863,6685,'_menu_item_type','custom'),(2864,6685,'_menu_item_menu_item_parent','0'),(2865,6685,'_menu_item_object_id','6685'),(2866,6685,'_menu_item_object','custom'),(2867,6685,'_menu_item_target',''),(2868,6685,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2869,6685,'_menu_item_xfn',''),(2715,6592,'_wp_attached_file','2018/09/LogoTHYSSENKRUPP.png'),(2716,6592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:28:\"2018/09/LogoTHYSSENKRUPP.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"LogoTHYSSENKRUPP-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"LogoTHYSSENKRUPP-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"LogoTHYSSENKRUPP-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2761,6218,'_oembed_time_a563b557bea91623c0e6a95b4544c0b6','1537452945'),(4458,8370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/DSC0320-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"DSC0320-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"DSC0320-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:22:\"DSC0320-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"DSC0320-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4457,8370,'_wp_attached_file','2018/09/DSC0320-1.jpg'),(4462,8372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2018/09/DSC2312-HDR.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"DSC2312-HDR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:24:\"DSC2312-HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:24:\"DSC2312-HDR-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:23:\"DSC2312-HDR-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531128415\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.4\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4461,8372,'_wp_attached_file','2018/09/DSC2312-HDR.jpg'),(5494,8659,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-0332.jpg'),(5495,8659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-0332.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0332-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0332-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0332-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0332-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531214383\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(2722,6609,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:40:\"LetsPicYou Producciones \"[your-subject]\"\";s:6:\"sender\";s:55:\"LetsPicYou Producciones <wordpress@test.letspicyou.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:149:\"Cuerpo del mensaje:\n[your-message]\n\n-- \nEste mensaje se ha enviado desde un formulario de contacto en LetsPicYou Producciones (http://ditaymedia.com)\";s:18:\"additional_headers\";s:31:\"Reply-To: miguel@ditaymedia.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(4580,8398,'_wp_attached_file','2018/09/17-06-26-Esne-Avenue-301056-1030x688.jpg'),(4581,8398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:48:\"2018/09/17-06-26-Esne-Avenue-301056-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301056-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301056-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301056-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301056-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1498479419\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(2704,6585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:29:\"2018/09/LogoGIORGIOARMANI.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"LogoGIORGIOARMANI-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:29:\"LogoGIORGIOARMANI-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:29:\"LogoGIORGIOARMANI-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2703,6585,'_wp_attached_file','2018/09/LogoGIORGIOARMANI.png'),(3209,6707,'_edit_last','2'),(3197,6705,'_nectar_header_bg_overlay_color','#afafaf'),(3198,6705,'_nectar_header_subtitle',''),(3199,6705,'_nectar_header_font_color',''),(3200,6705,'_disable_transparent_header','off'),(3201,6705,'_force_transparent_header_color','light'),(3202,6705,'_nectar_video_m4v',''),(3203,6705,'_nectar_video_ogv',''),(3204,6705,'_nectar_video_poster',''),(3205,6705,'_nectar_video_embed',''),(3206,6705,'_wpb_vc_js_status','true'),(3207,6707,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3208,6707,'_edit_lock','1538580686:2'),(2714,6591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/09/Captura-de-pantalla-2016-07-05-a-las-12.34.15.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-05-a-las-12.34.15-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-05-a-las-12.34.15-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-05-a-las-12.34.15-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2719,6609,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2720,6609,'_form','<label> NOMBRE \n [text* your-name] </label>\n\n<label> EMAIL \n [email* your-email] </label>\n\n<label > MENSAJE\n [textarea your-message x8 ] </label>\n\n[submit \"Enviar\"]'),(2721,6609,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:57:\"Mensaje desde formulario de contacto de letspicyou.com !!\";s:6:\"sender\";s:39:\"[your-name] <letspicyou@ditaymedia.com>\";s:9:\"recipient\";s:25:\"letspicyou@ditaymedia.com\";s:4:\"body\";s:178:\"De: \n[your-name] <[your-email]>\n\nCuerpo del mensaje:\n[your-message]\n\nEste mensaje se ha enviado desde un formulario de contacto en LetsPicYou Producciones (http://ditaymedia.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(2709,6588,'_wp_attached_file','2018/09/LogoLEROYMERLIN.png'),(2710,6588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:27:\"2018/09/LogoLEROYMERLIN.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"LogoLEROYMERLIN-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:27:\"LogoLEROYMERLIN-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:27:\"LogoLEROYMERLIN-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2708,6587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/09/LogoADIDAS.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"LogoADIDAS-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:22:\"LogoADIDAS-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:22:\"LogoADIDAS-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2707,6587,'_wp_attached_file','2018/09/LogoADIDAS.png'),(2760,6218,'_oembed_a563b557bea91623c0e6a95b4544c0b6','<iframe src=\"https://player.vimeo.com/video/51589652?app_id=122963\" width=\"1080\" height=\"608\" frameborder=\"0\" title=\"Timelapse - Lighthouse (Oct 2012)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(3327,6703,'_nectar_love','1'),(3188,6705,'_nectar_media_upload_mp4',''),(3189,6705,'_nectar_media_upload_ogv',''),(3190,6705,'_nectar_slider_preview_image',''),(3191,6705,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/09/MG_3504.jpg'),(3192,6705,'_nectar_header_parallax','on'),(3193,6705,'_nectar_header_bg_height',''),(3194,6705,'_nectar_header_fullscreen','on'),(3195,6705,'_nectar_page_header_bg_alignment','center'),(3196,6705,'_nectar_header_bg_color',''),(3185,6705,'_nectar_project_css_class',''),(3186,6705,'_nectar_slider_bg_type','image_bg'),(3187,6705,'_nectar_media_upload_webm',''),(3180,6705,'nectar-metabox-portfolio-parent-override','default'),(3181,6705,'_nectar_project_excerpt',''),(3182,6705,'_nectar_project_accent_color',''),(3183,6705,'_nectar_project_title_color',''),(3184,6705,'_nectar_project_subtitle_color',''),(2801,6678,'_menu_item_url','http://ditaymedia.com/#productora'),(2800,6678,'_menu_item_xfn',''),(2799,6678,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2798,6678,'_menu_item_target',''),(2797,6678,'_menu_item_object','custom'),(2796,6678,'_menu_item_object_id','6678'),(2795,6678,'_menu_item_menu_item_parent','0'),(2794,6678,'_menu_item_type','custom'),(6160,8854,'_menu_item_menu_item_parent','0'),(3350,6705,'_nectar_love','1'),(3386,6699,'_nectar_love','1'),(4552,8340,'nectar_particle_max_particle_size',''),(2889,6688,'_wp_attached_file','2018/09/Vídeo-NTP-Web.mp4'),(2890,6688,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:9192885;s:8:\"filesize\";i:19611127;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:17;s:16:\"length_formatted\";s:4:\"0:17\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1538126831;}'),(2850,6683,'_menu_item_url','http://ditaymedia.com/#espacio'),(2723,6609,'_messages','a:23:{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.\";s:12:\"invalid_date\";s:34:\"El formato de fecha es incorrecto.\";s:14:\"date_too_early\";s:50:\"La fecha es anterior a la más temprana permitida.\";s:13:\"date_too_late\";s:50:\"La fecha es posterior a la más tardía permitida.\";s:13:\"upload_failed\";s:46:\"Hubo un error desconocido subiendo el archivo.\";s:24:\"upload_file_type_invalid\";s:52:\"No tienes permisos para subir archivos de este tipo.\";s:21:\"upload_file_too_large\";s:31:\"El archivo es demasiado grande.\";s:23:\"upload_failed_php_error\";s:43:\"Se ha producido un error subiendo la imagen\";s:14:\"invalid_number\";s:36:\"El formato de número no es válido.\";s:16:\"number_too_small\";s:45:\"El número es menor que el mínimo permitido.\";s:16:\"number_too_large\";s:45:\"El número es mayor que el máximo permitido.\";s:23:\"quiz_answer_not_correct\";s:44:\"La respuesta al cuestionario no es correcta.\";s:17:\"captcha_not_match\";s:37:\"El código introducido es incorrecto.\";s:13:\"invalid_email\";s:71:\"La dirección de correo electrónico que has introducido no es válida.\";s:11:\"invalid_url\";s:21:\"La URL no es válida.\";s:11:\"invalid_tel\";s:38:\"El número de teléfono no es válido.\";}'),(4614,8415,'_wp_attached_file','2018/10/00004_2.mp4'),(2724,6609,'_additional_settings',''),(2725,6609,'_locale','es_ES'),(2712,6589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/09/LogoHILTON.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"LogoHILTON-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:22:\"LogoHILTON-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:22:\"LogoHILTON-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:{}}}'),(2711,6589,'_wp_attached_file','2018/09/LogoHILTON.png'),(2764,6652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:16:\"2018/09/alpe.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"alpe-150x121.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAB5AQMAAADh3Ur2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20KP6AAAHgbCXQAAXlSpnEAAAAASUVORK5CYII=\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:16:\"alpe-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:16:\"alpe-140x121.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAB5AQMAAADRUVvXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABhJREFUSMftwQEBAAAAgiD/r25IQAEA3BgI+wABPiqNaQAAAABJRU5ErkJggg==\";}}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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2763,6652,'_wp_attached_file','2018/09/alpe.jpg'),(2762,6218,'_wpb_shortcodes_custom_css','.vc_custom_1560855245571{padding-top: 150px !important;padding-bottom: 60px !important;background-color: #ffffff !important;}'),(4574,8395,'_wp_attached_file','2018/09/MG_6012.jpg'),(2848,6683,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2846,6683,'_menu_item_object','custom'),(2847,6683,'_menu_item_target',''),(2843,6683,'_menu_item_type','custom'),(2844,6683,'_menu_item_menu_item_parent','0'),(2845,6683,'_menu_item_object_id','6683'),(6159,8854,'_menu_item_type','custom'),(2849,6683,'_menu_item_xfn',''),(3348,6721,'_wp_attached_file','2018/10/Reel-web-LPY.mp4'),(3349,6721,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:10286540;s:8:\"filesize\";i:42494031;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:33;s:16:\"length_formatted\";s:4:\"0:33\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:1538310863;}'),(5364,8610,'_wp_attached_file','2018/09/Redbull-Bodegon-036-1030x686.jpg'),(5365,8610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2018/09/Redbull-Bodegon-036-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Redbull-Bodegon-036-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"Redbull-Bodegon-036-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:41:\"Redbull-Bodegon-036-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:40:\"Redbull-Bodegon-036-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1475353964\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2882,6685,'menu-item-nectar-button-style','button_solid_color'),(4537,8385,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0329.jpg'),(4538,8385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0329.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0329-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0329-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0329-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0329-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1530102418\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4539,8386,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0431.jpg'),(4540,8386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0431.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0431-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0431-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0431-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0431-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1530103822\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4541,8387,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0526.jpg'),(4542,8387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/18-06-27-Alpe-FW18-0526.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0526-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0526-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"18-06-27-Alpe-FW18-0526-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"18-06-27-Alpe-FW18-0526-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1530104690\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4543,8388,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0608-1.jpg'),(4544,8388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2018/09/18-06-27-Alpe-FW18-0608-1.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-1-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1530112478\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4555,8390,'_wp_attached_file','2018/09/DSC_3914.jpg'),(4556,8390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2018/09/DSC_3914.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_3914-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_3914-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC_3914-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_3914-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:20:\"DSC_3914-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:20:\"DSC_3914-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:20:\"DSC_3914-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:20:\"DSC_3914-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:21:\"DSC_3914-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:20:\"DSC_3914-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:20:\"DSC_3914-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:20:\"DSC_3914-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"DSC_3914-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:21:\"DSC_3914-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:20:\"DSC_3914-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:20:\"DSC_3914-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:20:\"DSC_3914-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:20:\"DSC_3914-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:20:\"DSC_3914-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:20:\"DSC_3914-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:20:\"DSC_3914-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:20:\"DSC_3914-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1538674455\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4817,8471,'_wp_attached_file','2018/09/MG_1222-1.jpg'),(4818,8471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2018/09/MG_1222-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_1222-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:22:\"MG_1222-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:23:\"MG_1222-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:22:\"MG_1222-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:22:\"MG_1222-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_1222-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1519300998\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4819,8472,'_wp_attached_file','2018/09/MG_1272-1.jpg'),(4820,8472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2018/09/MG_1272-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_1272-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:22:\"MG_1272-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:23:\"MG_1272-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:22:\"MG_1272-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:22:\"MG_1272-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_1272-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1519309074\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4827,8476,'_wp_attached_file','2018/09/MG_0974-Editar-1.jpg'),(4828,8476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/MG_0974-Editar-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"MG_0974-Editar-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"MG_0974-Editar-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:30:\"MG_0974-Editar-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:29:\"MG_0974-Editar-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:29:\"MG_0974-Editar-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"MG_0974-Editar-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1518527560\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4825,8475,'_wp_attached_file','2018/09/MG_0972-Editar-1.jpg'),(4826,8475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/MG_0972-Editar-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"MG_0972-Editar-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"MG_0972-Editar-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:30:\"MG_0972-Editar-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:29:\"MG_0972-Editar-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:29:\"MG_0972-Editar-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"MG_0972-Editar-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1518526844\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4823,8474,'_wp_attached_file','2018/09/MG_0920-1.jpg'),(4824,8474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2018/09/MG_0920-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_0920-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:22:\"MG_0920-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:23:\"MG_0920-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:22:\"MG_0920-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:22:\"MG_0920-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_0920-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1518523120\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4821,8473,'_wp_attached_file','2018/09/MG_0917-1.jpg'),(4822,8473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2018/09/MG_0917-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:182:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAEsAQMAAABDsxw2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACJJREFUaN7twTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAHgZLbQAAf/pCWsAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:262:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAMAAQMAAACpT5LNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAF9JREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DSMPAAGeie6WAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_0917-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:22:\"MG_0917-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:23:\"MG_0917-1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:22:\"MG_0917-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:22:\"MG_0917-1-900x1024.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:318:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAQAAQMAAACDBgU4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIhJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4GyA8AAdfArGEAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_0917-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1518522989\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4837,8481,'_wp_attached_file','2018/09/MG_1985.jpg'),(4838,8481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_1985.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1985-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1985-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_1985-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1985-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1985-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1985-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1985-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1985-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_1985-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1985-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1985-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1985-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_1985-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1985-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1985-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1985-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1985-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1985-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1985-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_1985-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1985-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1985-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1513809306\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5491,8657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1937.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1937-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1937-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1937-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1937-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523980021\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5490,8657,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1937.jpg'),(4833,8479,'_wp_attached_file','2018/09/MG_1764-Pano.jpg'),(4834,8479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:24:\"2018/09/MG_1764-Pano.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"MG_1764-Pano-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:25:\"MG_1764-Pano-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:25:\"MG_1764-Pano-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:24:\"MG_1764-Pano-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1513805094\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5546,8685,'_wp_attached_file','2018/09/MG_4291.jpg'),(5547,8685,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_4291.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4291-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4291-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_4291-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4291-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4291-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4291-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4291-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4291-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_4291-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4291-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4291-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4291-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_4291-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4291-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4291-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4291-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524681063\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.022222222222222\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4831,8478,'_wp_attached_file','2018/09/MG_1058-1.jpg'),(4832,8478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/MG_1058-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"MG_1058-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_1058-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:22:\"MG_1058-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_1058-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4750,8445,'_wp_attached_file','2018/09/DSC8471.jpg'),(4751,8445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2730;s:4:\"file\";s:19:\"2018/09/DSC8471.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC8471-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC8471-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC8471-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC8471-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC8471-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC8471-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC8471-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC8471-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC8471-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC8471-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC8471-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC8471-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"DSC8471-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:21:\"DSC8471-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC8471-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:20:\"DSC8471-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC8471-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8471-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC8471-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8471-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:20:\"DSC8471-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC8471-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC8471-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:20:\"DSC8471-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:346:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAANVAQMAAAAducHKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJxJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjgYYkwABVtg6SQAAAABJRU5ErkJggg==\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:21:\"DSC8471-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:566:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUAAQMAAACcQ910AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAUJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgBcDtTwAAZFDecoAAAAASUVORK5CYII=\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:17:\"Oscar H. Espinosa\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419345471\";s:9:\"copyright\";s:22:\"http://ditaymedia.com/\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4752,8446,'_wp_attached_file','2018/09/DSC8478.jpg'),(4753,8446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2731;s:4:\"file\";s:19:\"2018/09/DSC8478.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC8478-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC8478-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC8478-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC8478-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC8478-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC8478-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC8478-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC8478-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC8478-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC8478-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC8478-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC8478-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"DSC8478-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:21:\"DSC8478-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC8478-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:20:\"DSC8478-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC8478-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8478-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC8478-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8478-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:20:\"DSC8478-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC8478-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC8478-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:20:\"DSC8478-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:346:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAANVAQMAAAAducHKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJxJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjgYYkwABVtg6SQAAAABJRU5ErkJggg==\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:21:\"DSC8478-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:566:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUAAQMAAACcQ910AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAUJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgBcDtTwAAZFDecoAAAAASUVORK5CYII=\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Miguel Martin Escanciano\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419347629\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4754,8447,'_wp_attached_file','2018/09/DSC8490.jpg'),(4755,8447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2730;s:4:\"file\";s:19:\"2018/09/DSC8490.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC8490-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC8490-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC8490-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC8490-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC8490-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC8490-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC8490-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC8490-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC8490-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC8490-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC8490-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC8490-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"DSC8490-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:21:\"DSC8490-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC8490-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:20:\"DSC8490-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC8490-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8490-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC8490-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8490-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:20:\"DSC8490-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC8490-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC8490-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:20:\"DSC8490-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:346:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAANVAQMAAAAducHKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJxJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjgYYkwABVtg6SQAAAABJRU5ErkJggg==\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:21:\"DSC8490-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:566:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUAAQMAAACcQ910AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAUJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgBcDtTwAAZFDecoAAAAASUVORK5CYII=\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Miguel Martin Escanciano\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419349256\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4756,8448,'_wp_attached_file','2018/09/DSC8504.jpg'),(4757,8448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2731;s:4:\"file\";s:19:\"2018/09/DSC8504.jpg\";s:5:\"sizes\";a:25:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC8504-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC8504-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC8504-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC8504-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC8504-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC8504-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC8504-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC8504-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC8504-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC8504-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC8504-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC8504-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"DSC8504-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:21:\"DSC8504-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:330:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoAQMAAAB3bUanAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJFJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL4G7D8AATQMm+MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC8504-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:20:\"DSC8504-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:362:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABqQAAAK8AQMAAACz1EyeAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAKhJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvg1JRgABUAmjBQAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC8504-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8504-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC8504-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC8504-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:20:\"DSC8504-900x1200.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:342:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAASwAQMAAACZzBZNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNxZ+AAFwSOpCAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC8504-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC8504-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}s:5:\"vp_lg\";a:5:{s:4:\"file\";s:20:\"DSC8504-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:346:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABQAAAANVAQMAAAAducHKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAJxJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjgYYkwABVtg6SQAAAABJRU5ErkJggg==\";}s:5:\"vp_xl\";a:5:{s:4:\"file\";s:21:\"DSC8504-1920x1280.jpg\";s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:566:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAAUAAQMAAACcQ910AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAUJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgBcDtTwAAZFDecoAAAAASUVORK5CYII=\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:24:\"Miguel Martin Escanciano\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419350891\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4758,8449,'_wp_attached_file','2018/10/Ejemplo-e-commerce.mp4'),(4759,8449,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:5589101;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:4;s:16:\"length_formatted\";s:4:\"0:04\";s:5:\"width\";i:864;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1537960700;}'),(4762,8450,'_wp_attached_file','2018/09/vlcsnap-2018-10-15-10h42m39s192.png'),(4763,8450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:864;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2018/09/vlcsnap-2018-10-15-10h42m39s192.png\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAEsAQMAAADHEKwxAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB9JREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAABuJFQAAaZI2/wAAAAASUVORK5CYII=\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:286:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAPAAQMAAAC4p4x5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHBJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwZa88AAf087YsAAAAASUVORK5CYII=\";}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"vlcsnap-2018-10-15-10h42m39s192-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:306:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAzMAAAQAAQMAAADvLJV4AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAH5JREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAhwGgDwABzMrXgAAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-864x500.png\";s:5:\"width\";i:864;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2AAAAH0AQMAAABhNNybAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAExJREFUeNrtwTEBAAAAwqD1T20IX6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgMcA1OQAARDLRVMAAAAASUVORK5CYII=\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:44:\"vlcsnap-2018-10-15-10h42m39s192-500x1000.png\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:44:\"vlcsnap-2018-10-15-10h42m39s192-864x1000.png\";s:5:\"width\";i:864;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:306:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2AAAAPoAQMAAACCvw9SAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAIBJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgZ6nXAAGX/v3MAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-864x600.png\";s:5:\"width\";i:864;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2AAAAJYAQMAAAA+AheTAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFZJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4Gv94AAEkcBoLAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-864x700.png\";s:5:\"width\";i:864;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2AAAAK8AQMAAACz104HAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgGcDKhsAAfPN3SMAAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:270:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMgAQMAAADhvpQrAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGVJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DDuvAAF2A3fYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-675x450.png\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-450x600.png\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-350x467.png\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:198:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAH0AQMAAAApFOnDAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAC9JREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8GmOcAAGRMIijAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:43:\"vlcsnap-2018-10-15-10h42m39s192-640x800.png\";s:5:\"width\";i:640;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAMgAQMAAACJaEE6AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFZJREFUeNrtwYEAAAAAw6D5U1/hAFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACvAf0gAAHNCW/DAAAAAElFTkSuQmCC\";}}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:{}}}'),(4764,6695,'_wp_old_date','2018-09-29'),(5428,8625,'_wp_attached_file','2018/09/17-09-13-Nana-Golmar-ecommerce-012-2-2-2.jpg'),(5429,8625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-09-13-Nana-Golmar-ecommerce-012-2-2-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-012-2-2-2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1505301282\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4769,8453,'_wp_attached_file','2018/09/DSC9689.jpg'),(4770,8453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC9689.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9689-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC9689-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC9689-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC9689-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC9689-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC9689-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC9689-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC9689-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC9689-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC9689-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC9689-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC9689-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC9689-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC9689-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC9689-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC9689-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC9689-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC9689-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC9689-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC9689-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC9689-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC9689-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A77V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1380140843\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4771,8454,'_wp_attached_file','2018/09/DSC9741.jpg'),(4772,8454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC9741.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9741-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC9741-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC9741-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC9741-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC9741-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC9741-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC9741-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC9741-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC9741-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC9741-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC9741-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC9741-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC9741-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC9741-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC9741-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC9741-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC9741-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC9741-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC9741-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC9741-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC9741-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC9741-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A77V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1380142235\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4773,8455,'_wp_attached_file','2018/09/MG_0140.jpg'),(4774,8455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_0140.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_0140-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_0140-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_0140-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_0140-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_0140-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_0140-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_0140-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_0140-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_0140-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_0140-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_0140-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_0140-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_0140-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_0140-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_0140-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_0140-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_0140-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_0140-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_0140-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_0140-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_0140-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_0140-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1384170342\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4775,8456,'_wp_attached_file','2018/09/MG_1630-1.jpg'),(4776,8456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/MG_1630-1.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"MG_1630-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:22:\"MG_1630-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:22:\"MG_1630-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:21:\"MG_1630-1-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5380,8491,'nectar_image_gal_url',''),(4778,8458,'_wp_attached_file','2018/09/MG_1206_3_2.jpg'),(4779,8458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2018/09/MG_1206_3_2.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"MG_1206_3_2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:24:\"MG_1206_3_2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:24:\"MG_1206_3_2-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:23:\"MG_1206_3_2-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1519299758\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4780,6695,'_wp_old_date','2018-09-28'),(4797,8461,'_wp_attached_file','2018/09/MG_1657.jpg'),(4798,8461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_1657.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1657-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1657-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_1657-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1657-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1657-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1657-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1657-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1657-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_1657-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1657-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1657-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1657-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_1657-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1657-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1657-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1657-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1657-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1657-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1657-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_1657-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1657-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1657-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419341785\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4799,8462,'_wp_attached_file','2018/09/MG_1668.jpg'),(4800,8462,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_1668.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1668-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1668-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1668-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1668-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1668-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1668-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1668-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"MG_1668-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1668-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1668-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1668-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"MG_1668-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1668-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1668-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"MG_1668-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1668-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1668-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1668-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1668-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1668-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1668-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419343842\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4801,8463,'_wp_attached_file','2018/09/MG_1691.jpg'),(4802,8463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_1691.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1691-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1691-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1691-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1691-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1691-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"MG_1691-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1691-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1691-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1691-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"MG_1691-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1691-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1691-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"MG_1691-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1691-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1691-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1691-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1691-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1691-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1691-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419345561\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"88\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4803,8464,'_wp_attached_file','2018/09/MG_1710.jpg'),(4804,8464,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_1710.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_1710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_1710-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_1710-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_1710-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_1710-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_1710-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_1710-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:19:\"MG_1710-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_1710-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_1710-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_1710-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:20:\"MG_1710-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_1710-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_1710-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:19:\"MG_1710-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_1710-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1710-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_1710-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_1710-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_1710-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_1710-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419347149\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4977,8522,'_wp_attached_file','2018/09/DSC0333_2.jpg'),(4978,8522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/DSC0333_2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC0333_2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:22:\"DSC0333_2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"DSC0333_2-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:21:\"DSC0333_2-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:21:\"Luis A.Fuentes Valery\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5454,8639,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1382.jpg'),(5455,8639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1382.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1382-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1382-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1382-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1382-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523888731\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5448,8636,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1248.jpg'),(5449,8636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1248.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1248-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1248-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1248-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1248-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523887609\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5442,8633,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-0867.jpg'),(5443,8633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-0867.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0867-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0867-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0867-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0867-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523880368\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5436,8630,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-0488.jpg'),(5437,8630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-0488.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0488-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0488-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0488-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0488-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523874633\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4839,8482,'_wp_attached_file','2018/09/MG_7553.jpg'); INSERT INTO `wor5384_postmeta` VALUES (4840,8482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_7553.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_7553-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_7553-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_7553-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_7553-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_7553-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_7553-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_7553-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_7553-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_7553-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_7553-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_7553-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_7553-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_7553-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_7553-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_7553-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_7553-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_7553-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_7553-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_7553-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_7553-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_7553-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_7553-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1457691813\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5003,8528,'_wp_attached_file','2018/09/DSC03208.jpg'),(5004,8528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:688;s:4:\"file\";s:20:\"2018/09/DSC03208.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC03208-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC03208-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"DSC03208-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC03208-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"DSC03208-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"DSC03208-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"DSC03208-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"DSC03208-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"DSC03208-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"DSC03208-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"DSC03208-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"DSC03208-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"DSC03208-500x688.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"DSC03208-1000x688.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"DSC03208-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"DSC03208-800x688.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:688;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1482839594\";s:9:\"copyright\";s:18:\"www.LetsPicYou.com\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4841,8483,'_wp_attached_file','2018/09/17-06-07-Bruno-Miranda01498-1030x688.jpg'),(4842,8483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:48:\"2018/09/17-06-07-Bruno-Miranda01498-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-06-07-Bruno-Miranda01498-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"17-06-07-Bruno-Miranda01498-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-06-07-Bruno-Miranda01498-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-06-07-Bruno-Miranda01498-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1499361452\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";}}}'),(4843,8484,'_wp_attached_file','2018/09/17-06-26-Esne-Avenue-301055-1030x688.jpg'),(4844,8484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:48:\"2018/09/17-06-26-Esne-Avenue-301055-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301055-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301055-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-06-26-Esne-Avenue-301055-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-06-26-Esne-Avenue-301055-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1498479413\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4845,8485,'_wp_attached_file','2018/09/17-06-28-Avenue-Ilustrated01214-688x1030.jpg'),(4846,8485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-06-28-Avenue-Ilustrated01214-688x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"17-06-28-Avenue-Ilustrated01214-688x1030-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAQAAQMAAAAeApncAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-684x500.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAH0AQMAAADCOe10AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:53:\"17-06-28-Avenue-Ilustrated01214-688x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:53:\"17-06-28-Avenue-Ilustrated01214-688x1030-684x1000.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAPoAQMAAAAhsj69AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-684x600.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAJYAQMAAACdDyZ8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-684x700.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAK8AQMAAAAQ2n/oAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-684x800.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAMgAQMAAADcCaJkAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-334x500.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAH0AQMAAABozFY5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:52:\"17-06-28-Avenue-Ilustrated01214-688x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1498675624\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4847,8486,'_wp_attached_file','2018/09/17-09-08-Salvador-Bachiller-706-687x1030.jpg'),(4848,8486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-09-08-Salvador-Bachiller-706-687x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"17-09-08-Salvador-Bachiller-706-687x1030-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:53:\"17-09-08-Salvador-Bachiller-706-687x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:53:\"17-09-08-Salvador-Bachiller-706-687x1030-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:52:\"17-09-08-Salvador-Bachiller-706-687x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1504875099\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";}}}'),(4849,8487,'_wp_attached_file','2018/09/17-11-30-Fernando-Claro-130-1030x688.jpg'),(4850,8487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:48:\"2018/09/17-11-30-Fernando-Claro-130-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-130-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-130-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"17-11-30-Fernando-Claro-130-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"17-11-30-Fernando-Claro-130-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1512045212\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:3:{i:0;s:23:\"17-11-30 Fernando Claro\";i:1;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:2;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4851,8488,'_wp_attached_file','2018/09/18-04-03-Alpe-SS18-0302-687x1030.jpg'),(4852,8488,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:44:\"2018/09/18-04-03-Alpe-SS18-0302-687x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"18-04-03-Alpe-SS18-0302-687x1030-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:45:\"18-04-03-Alpe-SS18-0302-687x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:45:\"18-04-03-Alpe-SS18-0302-687x1030-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:44:\"18-04-03-Alpe-SS18-0302-687x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1522755825\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"47\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4853,8489,'_wp_attached_file','2018/09/DSC0008-688x1030.jpg'),(4854,8489,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/DSC0008-688x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC0008-688x1030-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAQAAQMAAAAeApncAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-684x500.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAH0AQMAAADCOe10AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"DSC0008-688x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC0008-688x1030-684x1000.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAPoAQMAAAAhsj69AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-684x600.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAJYAQMAAACdDyZ8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-684x700.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAK8AQMAAAAQ2n/oAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-684x800.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAMgAQMAAADcCaJkAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-334x500.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAH0AQMAAABozFY5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC0008-688x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500399286\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4855,8490,'_wp_attached_file','2018/09/DSC0020-1030x686.jpg'),(4856,8490,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/09/DSC0020-1030x686.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC0020-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKqAQMAAACehL5yAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8G1e5AAGKa6yjAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"DSC0020-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKqAQMAAAD2dD7TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DKqAAAGzbpiFAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC0020-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKqAQMAAACTiuZ0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1vBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgDT7sAAXssM/MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKqAQMAAAD44qghAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCzAQ0hAAHrhoZcAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-900x682.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKqAQMAAABYUQKKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GS/DAAHTgKSbAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC0020-1030x686-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1472640996\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:5:\"Mirto\";}}}'),(4857,8491,'_wp_attached_file','2018/09/DSC0142-Editar-686x1030.jpg'),(4858,8491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/DSC0142-Editar-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC0142-Editar-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"DSC0142-Editar-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC0142-Editar-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC0142-Editar-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1479400232\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:14:\"Código Único\";}}}'),(4859,8492,'_wp_attached_file','2018/09/DSC0271-686x1030.jpg'),(4860,8492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/DSC0271-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC0271-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"DSC0271-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC0271-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC0271-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1473702337\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:5:\"Mirto\";}}}'),(4863,8494,'_wp_attached_file','2018/09/DSC0274-1030x686.jpg'),(4864,8494,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/09/DSC0274-1030x686.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC0274-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKqAQMAAACehL5yAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8G1e5AAGKa6yjAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"DSC0274-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKqAQMAAAD2dD7TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DKqAAAGzbpiFAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC0274-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKqAQMAAACTiuZ0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1vBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgDT7sAAXssM/MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKqAQMAAAD44qghAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCzAQ0hAAHrhoZcAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-900x682.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKqAQMAAABYUQKKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GS/DAAHTgKSbAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC0274-1030x686-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1490097296\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4865,8495,'_wp_attached_file','2018/09/DSC2597-Editar-1030x686.jpg'),(4866,8495,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:35:\"2018/09/DSC2597-Editar-1030x686.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC2597-Editar-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKqAQMAAACehL5yAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8G1e5AAGKa6yjAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:36:\"DSC2597-Editar-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKqAQMAAAD2dD7TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DKqAAAGzbpiFAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC2597-Editar-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKqAQMAAACTiuZ0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1vBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgDT7sAAXssM/MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKqAQMAAAD44qghAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCzAQ0hAAHrhoZcAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-900x682.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKqAQMAAABYUQKKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GS/DAAHTgKSbAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC2597-Editar-1030x686-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1459947683\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:3:\"140\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4867,8496,'_wp_attached_file','2018/09/DSC2912-Editar-1030x686.jpg'),(4868,8496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:35:\"2018/09/DSC2912-Editar-1030x686.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC2912-Editar-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKqAQMAAACehL5yAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8G1e5AAGKa6yjAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:36:\"DSC2912-Editar-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKqAQMAAAD2dD7TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DKqAAAGzbpiFAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC2912-Editar-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKqAQMAAACTiuZ0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1vBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgDT7sAAXssM/MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKqAQMAAAD44qghAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCzAQ0hAAHrhoZcAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-900x682.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKqAQMAAABYUQKKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GS/DAAHTgKSbAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC2912-Editar-1030x686-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1405707533\";s:9:\"copyright\";s:21:\"http://letspicyou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4869,8497,'_wp_attached_file','2018/09/DSC5626-Editar-686x1030.jpg'),(4870,8497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/DSC5626-Editar-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC5626-Editar-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"DSC5626-Editar-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC5626-Editar-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC5626-Editar-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1469037323\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"102\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4871,8498,'_wp_attached_file','2018/09/DSC6050-1030x687.jpg'),(4872,8498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:28:\"2018/09/DSC6050-1030x687.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC6050-1030x687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"DSC6050-1030x687-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC6050-1030x687-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC6050-1030x687-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:6:\" \";s:17:\"created_timestamp\";s:10:\"1462881310\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4873,8499,'_wp_attached_file','2018/09/DSC6171-687x1030.jpg'),(4874,8499,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/DSC6171-687x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC6171-687x1030-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"DSC6171-687x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC6171-687x1030-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC6171-687x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:6:\" \";s:17:\"created_timestamp\";s:10:\"1462892288\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4875,8500,'_wp_attached_file','2018/09/DSC6615-1030x686.jpg'),(4876,8500,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/09/DSC6615-1030x686.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC6615-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKqAQMAAACehL5yAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC8G1e5AAGKa6yjAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"DSC6615-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKqAQMAAAD2dD7TAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DKqAAAGzbpiFAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC6615-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKqAQMAAACTiuZ0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1vBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgDT7sAAXssM/MAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKqAQMAAAD44qghAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMCzAQ0hAAHrhoZcAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-900x682.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKqAQMAAABYUQKKAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GS/DAAHTgKSbAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC6615-1030x686-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIVAQMAAAATfgmBAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAATgzSSQABp/elWgAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1464605123\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4877,8501,'_wp_attached_file','2018/09/DSC8975-1030x687.jpg'),(4878,8501,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:28:\"2018/09/DSC8975-1030x687.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"DSC8975-1030x687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:29:\"DSC8975-1030x687-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"DSC8975-1030x687-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"DSC8975-1030x687-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}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:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1454326778\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4879,8502,'_wp_attached_file','2018/09/DSC9111-Editar-687x1030.jpg'),(4880,8502,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/DSC9111-Editar-687x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC9111-Editar-687x1030-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"DSC9111-Editar-687x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC9111-Editar-687x1030-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC9111-Editar-687x1030-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1466098842\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:3:\"180\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4881,8503,'_wp_attached_file','2018/09/DSC9857-Editar-686x1030.jpg'),(4882,8503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/DSC9857-Editar-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"DSC9857-Editar-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"DSC9857-Editar-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"DSC9857-Editar-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"DSC9857-Editar-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1409943364\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"165\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4883,8504,'_wp_attached_file','2018/09/DSC9894-2-1030x688.jpg'),(4884,8504,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:30:\"2018/09/DSC9894-2-1030x688.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIBAQMAAADEZErcAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMC5AcJhAAGbmWE+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"DSC9894-2-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKsAQMAAABI3V1vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbli7AAGYJM0zAAAAAElFTkSuQmCC\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:31:\"DSC9894-2-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKsAQMAAAAgLd3OAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4MqsAAAEnJiWSAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:31:\"DSC9894-2-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKsAQMAAABF0wVpAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAGULcAAbumBzYAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKsAQMAAAAuu0s8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYA3rAAF04KUMAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-900x684.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKsAQMAAACOCOGXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgNzCnAAFsa9rNAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-500x334.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFOAQMAAABKSX3aAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAPwaU4AAAfUgDcUAAAAASUVORK5CYII=\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:30:\"DSC9894-2-1030x688-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1409945220\";s:9:\"copyright\";s:22:\"https://Letspicyou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4885,8505,'_wp_attached_file','2018/09/Nacho-Test1830-686x1030.jpg'),(4886,8505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/Nacho-Test1830-686x1030.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Nacho-Test1830-686x1030-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAQAAQMAAAATHOmbAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-682x500.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAH0AQMAAADPJ50zAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"Nacho-Test1830-686x1030-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"Nacho-Test1830-686x1030-682x1000.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAPoAQMAAAAsrE76AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-682x600.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAJYAQMAAACQEVY7AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-682x700.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAK8AQMAAAAdxA+vAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-682x800.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqoAAAMgAQMAAADRF9IjAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"Nacho-Test1830-686x1030-533x800.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhUAAAMgAQMAAACu6gKXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1487338472\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4887,8506,'_wp_attached_file','2018/09/Sonia-Correa-409-Editar.jpg'),(4888,8506,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/Sonia-Correa-409-Editar.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Sonia-Correa-409-Editar-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAQAAQMAAAAeApncAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-684x500.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAH0AQMAAADCOe10AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:36:\"Sonia-Correa-409-Editar-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:36:\"Sonia-Correa-409-Editar-684x1000.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAPoAQMAAAAhsj69AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-684x600.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAJYAQMAAACdDyZ8AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-684x700.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAK8AQMAAAAQ2n/oAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-684x800.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqwAAAMgAQMAAADcCaJkAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-334x500.jpg\";s:5:\"width\";i:334;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU4AAAH0AQMAAABozFY5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:35:\"Sonia-Correa-409-Editar-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:21:\"Escanciano&Gendre\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"Escanciano & Gendre\";s:17:\"created_timestamp\";s:10:\"1501611048\";s:9:\"copyright\";s:30:\"http://escancianoandgendre.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"Escanciano & Gendre\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";}}}'),(4889,8507,'_wp_attached_file','2018/09/DSC3872.jpg'),(4890,8507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC3872.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC3872-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"DSC3872-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"DSC3872-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"DSC3872-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"DSC3872-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"DSC3872-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"DSC3872-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"DSC3872-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"DSC3872-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"DSC3872-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"DSC3872-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"DSC3872-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"DSC3872-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"DSC3872-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"DSC3872-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"DSC3872-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC3872-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"DSC3872-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"DSC3872-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"DSC3872-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"DSC3872-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"DSC3872-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Miguel Escanciano\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4891,8508,'_wp_attached_file','2018/09/deliveroo-Berta-Collado-V3.mp4'),(4892,8508,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:58768125;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:62;s:16:\"length_formatted\";s:4:\"1:02\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1539856644;}'),(5416,8619,'_wp_attached_file','2018/09/MG_4849.jpg'),(5417,8619,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_4849.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4849-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4849-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_4849-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4849-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4849-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4849-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4849-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4849-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_4849-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4849-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4849-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4849-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_4849-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4849-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4849-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4849-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524687866\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4895,8510,'_wp_attached_file','2018/09/18-07-12-Vídeo-automedicación00567.jpg'),(4896,8510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:48:\"2018/09/18-07-12-Vídeo-automedicación00567.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:174:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADhAQMAAABIshroAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB1JREFUaN7twQEBAAAAgJD+r+4ICgAAAAAAAAAAGiJHAAFr3DojAAAAAElFTkSuQmCC\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAJAAQMAAAAAYJMVAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAE1JREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+DNpAAAEavzWcAAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"18-07-12-Vídeo-automedicación00567-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:294:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAMAAQMAAACAdIdOAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHZJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAO8Ggw8AAeUA3VQAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:49:\"18-07-12-Vídeo-automedicación00567-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-500x768.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAMAAQMAAADohAfvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEZJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvwAAAAVAuFYMAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:49:\"18-07-12-Vídeo-automedicación00567-1000x768.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:290:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAMAAQMAAACNet9IAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAHRJREFUeNrtwTEBAAAAwqD1T+1vBqAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAN3oPAAER4rpdAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:49:\"18-07-12-Vídeo-automedicación00567-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAK8AQMAAABLC1/0AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPBuYMsAARDGxb0AAAAASUVORK5CYII=\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-800x768.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAMAAQMAAADmEpEdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+DC8PAAGB0ENYAAAAAElFTkSuQmCC\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-900x768.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAMAAQMAAABGoTu2AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAlwFWDwAB6Yf5DAAAAABJRU5ErkJggg==\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-500x375.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:198:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAF3AQMAAABpPCu/AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAC1JREFUeNrtwQENAAAAwqD3T+3sARQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADddwAABcnqeAwAAAABJRU5ErkJggg==\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:48:\"18-07-12-Vídeo-automedicación00567-800x600.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAJYAQMAAACguBAzAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BvsuAABScsP0QAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:16:\"letsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1531397009\";s:9:\"copyright\";s:18:\"WWW.LetsPicYou.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4897,8511,'_wp_attached_file','2018/10/18-07-12-Vídeo-automedicación-V2-4.mp4'),(4898,8511,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:26652378;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:32;s:16:\"length_formatted\";s:4:\"0:32\";s:5:\"width\";i:4096;s:6:\"height\";i:2304;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1531913797;}'),(4910,8515,'nectar_image_gal_url',''),(4911,8515,'nectar_image_gal_masonry_sizing','tall'),(4912,8515,'nectar_particle_shape_bg_color',''),(4913,8515,'nectar_particle_shape_color',''),(5422,8622,'_wp_attached_file','2018/09/DSC7876.jpg'),(5423,8622,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC7876.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC7876-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC7876-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC7876-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC7876-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7876-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC7876-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC7876-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC7876-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC7876-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC7876-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC7876-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC7876-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC7876-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC7876-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC7876-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC7876-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1493221519\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4902,8513,'_wp_attached_file','2018/09/DSC4878-Editar.jpg'),(4903,8513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2018/09/DSC4878-Editar.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"DSC4878-Editar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:27:\"DSC4878-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:27:\"DSC4878-Editar-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:26:\"DSC4878-Editar-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433246099\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4904,8514,'_wp_attached_file','2018/09/DSC4886-Editar.jpg'),(4905,8514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2018/09/DSC4886-Editar.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"DSC4886-Editar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:27:\"DSC4886-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:27:\"DSC4886-Editar-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:26:\"DSC4886-Editar-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433246990\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4914,8515,'nectar_particle_shape_color_mapping','original'),(4915,8515,'nectar_particle_shape_color_alpha','original'),(4916,8515,'nectar_particle_shape_density','very_low'),(4917,8515,'nectar_particle_max_particle_size',''),(4918,8516,'nectar_image_gal_url',''),(4919,8516,'nectar_image_gal_masonry_sizing','tall'),(4920,8516,'nectar_particle_shape_bg_color',''),(4921,8516,'nectar_particle_shape_color',''),(4922,8516,'nectar_particle_shape_color_mapping','original'),(4923,8516,'nectar_particle_shape_color_alpha','original'),(4924,8516,'nectar_particle_shape_density','very_low'),(4925,8516,'nectar_particle_max_particle_size',''),(4926,8507,'nectar_image_gal_url',''),(4927,8507,'nectar_image_gal_masonry_sizing','wide'),(4928,8507,'nectar_particle_shape_bg_color',''),(4929,8507,'nectar_particle_shape_color',''),(4930,8507,'nectar_particle_shape_color_mapping','original'),(4931,8507,'nectar_particle_shape_color_alpha','original'),(4932,8507,'nectar_particle_shape_density','very_low'),(4933,8507,'nectar_particle_max_particle_size',''),(4906,8515,'_wp_attached_file','2018/09/Chivas-Regal-Sol.jpg'),(4907,8515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/Chivas-Regal-Sol.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Chivas-Regal-Sol-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:29:\"Chivas-Regal-Sol-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:29:\"Chivas-Regal-Sol-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:28:\"Chivas-Regal-Sol-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1520092696\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4908,8516,'_wp_attached_file','2018/09/Rimmel.jpg'),(4909,8516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"2018/09/Rimmel.jpg\";s:5:\"sizes\";a:21:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Rimmel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Rimmel-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAEsAQMAAAC8NG79AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Rimmel-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAQAAQMAAAD83oKlAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAG1JREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgaXA8AAaOSslwAAAAASUVORK5CYII=\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:18:\"Rimmel-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:18:\"Rimmel-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:18:\"Rimmel-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:18:\"Rimmel-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:18:\"Rimmel-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAH0AQMAAAAg5fYNAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DansAAGjmEE4AAAAAElFTkSuQmCC\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:18:\"Rimmel-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:18:\"Rimmel-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:18:\"Rimmel-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"Rimmel-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAPoAQMAAAASk54AAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFVJREFUeNrtwTEBAAAAwqD1T+1tB6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN4A+gAAAZ5TOrcAAAAASUVORK5CYII=\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:19:\"Rimmel-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAPoAQMAAADDbiXEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGtJREFUeNrtwTEBAAAAwqD1T20Hb6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4DFPnAAHIP/mjAAAAAElFTkSuQmCC\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:18:\"Rimmel-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:234:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAJYAQMAAAB/0z0FAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAElJREFUeNrtwTEBAAAAwqD1T20JT6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBvy+gAAargM54AAAAASUVORK5CYII=\";}s:14:\"large_featured\";a:5:{s:4:\"file\";s:18:\"Rimmel-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:246:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAK8AQMAAADyBmSRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFFJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG7t5AABeBJ0dgAAAABJRU5ErkJggg==\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:18:\"Rimmel-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqsAAAMgAQMAAAA+1bkdAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwYP7wABpHO1YQAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:18:\"Rimmel-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:18:\"Rimmel-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:18:\"Rimmel-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:18:\"Rimmel-333x500.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAU0AAAH0AQMAAACD++06AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAICHAVP8AAGG1ChJAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:18:\"Rimmel-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhYAAAMgAQMAAABF3bmUAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BrUgAABJOxv9AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1525261009\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4934,8486,'nectar_image_gal_url',''),(4935,8486,'nectar_image_gal_masonry_sizing','tall'),(4936,8486,'nectar_particle_shape_bg_color',''),(4937,8486,'nectar_particle_shape_color',''),(4938,8486,'nectar_particle_shape_color_mapping','original'),(4939,8486,'nectar_particle_shape_color_alpha','original'),(4940,8486,'nectar_particle_shape_density','very_low'),(4941,8486,'nectar_particle_max_particle_size',''),(4942,8404,'nectar_image_gal_url',''),(4943,8404,'nectar_image_gal_masonry_sizing','regular'),(4944,8404,'nectar_particle_shape_bg_color',''),(4945,8404,'nectar_particle_shape_color',''),(4946,8404,'nectar_particle_shape_color_mapping','original'),(4947,8404,'nectar_particle_shape_color_alpha','original'),(4948,8404,'nectar_particle_shape_density','very_low'),(4949,8404,'nectar_particle_max_particle_size',''),(4950,8400,'nectar_image_gal_url',''),(4951,8400,'nectar_image_gal_masonry_sizing','regular'),(4952,8400,'nectar_particle_shape_bg_color',''),(4953,8400,'nectar_particle_shape_color',''),(4954,8400,'nectar_particle_shape_color_mapping','original'),(4955,8400,'nectar_particle_shape_color_alpha','original'),(4956,8400,'nectar_particle_shape_density','very_low'),(4957,8400,'nectar_particle_max_particle_size',''),(4958,8517,'_wp_attached_file','2018/09/MG_6137.jpg'),(4959,8517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_6137.jpg\";s:5:\"sizes\";a:22:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_6137-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWAQMAAAAGz+OhAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABpJREFUSMftwTEBAAAAwqD1T20ND6AAAIB3Awu4AAFdkeOZAAAAAElFTkSuQmCC\";}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"MG_6137-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:178:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAADIAQMAAABoEU4WAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAB5JREFUWMPtwTEBAAAAwqD1T20Hb6AAAAAAAAAA4DceeAABFyjdmQAAAABJRU5ErkJggg==\";}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"MG_6137-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:230:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAwAAAAIAAQMAAAAPOJl5AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEdJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+BsIAAAGoLEC+AAAAAElFTkSuQmCC\";}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"MG_6137-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:282:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAKrAQMAAABV2G3XAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGxJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOBtYOgAB23VbnQAAAABJRU5ErkJggg==\";}s:15:\"portfolio-thumb\";a:5:{s:4:\"file\";s:19:\"MG_6137-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAGTAQMAAADOb/51AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwQENAAAAwqD3T20ON6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAODTAHekAAGSlZHVAAAAAElFTkSuQmCC\";}s:21:\"portfolio-thumb_small\";a:5:{s:4:\"file\";s:19:\"MG_6137-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAENAQMAAAAbiaESAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACRJREFUaN7twTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAOAw1lwABGDxgrQAAAABJRU5ErkJggg==\";}s:16:\"portfolio-widget\";a:5:{s:4:\"file\";s:19:\"MG_6137-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:162:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABRJREFUOMtjYBgFo2AUjIJRQE8AAAV4AAEpcbn8AAAAAElFTkSuQmCC\";}s:19:\"nectar_small_square\";a:5:{s:4:\"file\";s:19:\"MG_6137-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:170:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMAQMAAACUDtN9AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAABlJREFUSMftwTEBAAAAwqD1T20JT6AAAOBrCmQAARCNPZcAAAAASUVORK5CYII=\";}s:4:\"wide\";a:5:{s:4:\"file\";s:20:\"MG_6137-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:250:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAH0AQMAAACU5pVuAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFRJREFUeNrtwTEBAAAAwqD1T20Gf6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgP2GAAB6sm75gAAAABJRU5ErkJggg==\";}s:10:\"wide_small\";a:5:{s:4:\"file\";s:19:\"MG_6137-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:202:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAp4AAAFPAQMAAADeMlzHAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADJJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgam87AAEsPQQrAAAAAElFTkSuQmCC\";}s:7:\"regular\";a:5:{s:4:\"file\";s:19:\"MG_6137-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:206:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AQMAAADxGE3JAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADVJREFUeNrtwTEBAAAAwqD1T+1hDaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbn0AAAGDIqjNAAAAAElFTkSuQmCC\";}s:13:\"regular_small\";a:5:{s:4:\"file\";s:19:\"MG_6137-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:186:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAFeAQMAAAD35eVZAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACZJREFUaN7twTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAC4AT2GAAGWvJzxAAAAAElFTkSuQmCC\";}s:4:\"tall\";a:5:{s:4:\"file\";s:19:\"MG_6137-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:222:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAKrAQMAAAA9KO12AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEFJREFUeNrtwTEBAAAAwqD1T20LL6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4GqrAAAEJr77OAAAAAElFTkSuQmCC\";}s:9:\"wide_tall\";a:5:{s:4:\"file\";s:20:\"MG_6137-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:278:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAKrAQMAAABY1jXRAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGpJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPgyUDkAARHJd8oAAAAASUVORK5CYII=\";}s:16:\"wide_photography\";a:5:{s:4:\"file\";s:19:\"MG_6137-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:254:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAJYAQMAAAAAC7qYAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFlJREFUeNrtwYEAAAAAw6D5U9/gBFUBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwDAs/AAGhWAVcAAAAAElFTkSuQmCC\";}s:15:\"medium_featured\";a:5:{s:4:\"file\";s:19:\"MG_6137-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:258:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAKrAQMAAAAzvnuEAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAFpJREFUeNrtwTEBAAAAwqD1T20KP6AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAswENhgABZ99FkAAAAABJRU5ErkJggg==\";}s:22:\"wide_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_6137-675x450.jpg\";s:5:\"width\";i:675;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:214:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqMAAAHCAQMAAADhEVJJAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADtJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwbpcsAAFpvJRLAAAAAElFTkSuQmCC\";}s:19:\"regular_photography\";a:5:{s:4:\"file\";s:19:\"MG_6137-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:210:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcIAAAJYAQMAAADLw3S+AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAADhJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8G4fwAAHAiGHlAAAAAElFTkSuQmCC\";}s:25:\"regular_photography_small\";a:5:{s:4:\"file\";s:19:\"MG_6137-350x467.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAAHTAQMAAABVy+JfAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACtJREFUeNrtwTEBAAAAwqD1T20MH6AAAAAAAAAAAAAAAAAAAAAAAAAAADgYUhcAAWukpGAAAAAASUVORK5CYII=\";}s:21:\"wide_tall_photography\";a:5:{s:4:\"file\";s:19:\"MG_6137-900x683.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:266:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAAKrAQMAAACTDdEvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAGJJREFUeNrtwQENAAAAwqD3T20PBxQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/BjA1AAH7jEGeAAAAAElFTkSuQmCC\";}s:5:\"vp_sm\";a:5:{s:4:\"file\";s:19:\"MG_6137-500x333.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:194:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAFNAQMAAADM3Q90AAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAACxJREFUeNrtwTEBAAAAwqD1T20ND6AAAAAAAAAAAAAAAAAAAAAAAAAAAODXAFNAAAEVwnrpAAAAAElFTkSuQmCC\";}s:5:\"vp_md\";a:5:{s:4:\"file\";s:19:\"MG_6137-800x534.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:11:\"placeholder\";s:238:\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAIWAQMAAACV6nsvAAAAA1BMVEUAAP+KeNJXAAAAAXRSTlMAQObYZgAAAEtJREFUeNrtwTEBAAAAwqD1T+1pCaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAuAHSrgABEsIc4AAAAABJRU5ErkJggg==\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1390946243\";s:9:\"copyright\";s:23:\"facebook.com/LetsPicYou\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5653,8720,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.22.02.png'),(4961,8341,'_edit_lock','1539862322:1'),(4962,8341,'_edit_last','1'),(4963,8404,'_edit_lock','1539862444:1'),(4964,8404,'_edit_last','1'),(4965,8392,'_edit_lock','1539862510:1'),(4966,8392,'_edit_last','1'),(4967,8340,'_edit_lock','1539862861:1'),(4968,8340,'_edit_last','1'),(4969,8342,'_edit_lock','1539862901:1'),(4970,8486,'_edit_lock','1539862898:1'),(4971,8486,'_edit_last','1'),(4972,8342,'_edit_last','1'),(5061,8541,'_wp_attached_file','2018/09/Mirto-94.jpg'),(5062,8541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2018/09/Mirto-94.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Mirto-94-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Mirto-94-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Mirto-94-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Mirto-94-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"Mirto-94-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"Mirto-94-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"Mirto-94-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"Mirto-94-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"Mirto-94-819x500.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"Mirto-94-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"Mirto-94-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"Mirto-94-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"Mirto-94-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"Mirto-94-819x1000.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"Mirto-94-819x600.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"Mirto-94-819x700.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"Mirto-94-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1472132996\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:5:\"Mirto\";}}}'),(5053,8535,'nectar_particle_shape_density','very_low'),(5054,8535,'nectar_particle_max_particle_size',''),(5051,8535,'nectar_particle_shape_color_mapping','original'),(5052,8535,'nectar_particle_shape_color_alpha','original'),(5049,8535,'nectar_particle_shape_bg_color',''),(5050,8535,'nectar_particle_shape_color',''),(5047,8535,'nectar_image_gal_url',''),(5048,8535,'nectar_image_gal_masonry_sizing','wide_tall'),(5045,8534,'nectar_particle_shape_density','very_low'),(5046,8534,'nectar_particle_max_particle_size',''),(5043,8534,'nectar_particle_shape_color_mapping','original'),(5044,8534,'nectar_particle_shape_color_alpha','original'),(5040,8534,'nectar_image_gal_masonry_sizing','wide_tall'),(5041,8534,'nectar_particle_shape_bg_color',''),(5042,8534,'nectar_particle_shape_color',''),(5038,8524,'nectar_particle_max_particle_size',''),(5039,8534,'nectar_image_gal_url',''),(5036,8524,'nectar_particle_shape_color_alpha','original'),(5037,8524,'nectar_particle_shape_density','very_low'),(5033,8524,'nectar_particle_shape_bg_color',''),(5034,8524,'nectar_particle_shape_color',''),(5035,8524,'nectar_particle_shape_color_mapping','original'),(5031,8524,'nectar_image_gal_url',''),(5032,8524,'nectar_image_gal_masonry_sizing','wide_tall'),(5029,8537,'nectar_particle_shape_density','very_low'),(5030,8537,'nectar_particle_max_particle_size',''),(5026,8537,'nectar_particle_shape_color',''),(5027,8537,'nectar_particle_shape_color_mapping','original'),(5028,8537,'nectar_particle_shape_color_alpha','original'),(5024,8537,'nectar_image_gal_masonry_sizing','wide_tall'),(5025,8537,'nectar_particle_shape_bg_color',''),(5023,8537,'nectar_image_gal_url',''),(5414,8618,'_wp_attached_file','2018/09/MG_4371.jpg'),(5415,8618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_4371.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4371-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4371-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4371-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4371-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4371-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4371-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4371-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_4371-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4371-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4371-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4371-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_4371-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4371-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4371-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_4371-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4371-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524682799\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5330,8604,'_wp_attached_file','2018/09/DSC0822.jpg'),(5331,8604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC0822.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC0822-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC0822-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC0822-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC0822-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC0822-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC0822-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC0822-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC0822-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC0822-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC0822-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC0822-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC0822-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC0822-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC0822-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC0822-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC0822-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1506361953\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5332,8604,'nectar_image_gal_url',''),(5333,8604,'nectar_image_gal_masonry_sizing','wide'),(5334,8604,'nectar_particle_shape_bg_color',''),(5335,8604,'nectar_particle_shape_color',''),(5336,8604,'nectar_particle_shape_color_mapping','original'),(5337,8604,'nectar_particle_shape_color_alpha','original'),(5338,8604,'nectar_particle_shape_density','very_low'),(5339,8604,'nectar_particle_max_particle_size',''),(5340,8499,'nectar_image_gal_url',''),(5341,8499,'nectar_image_gal_masonry_sizing','tall'),(5342,8499,'nectar_particle_shape_bg_color',''),(5343,8499,'nectar_particle_shape_color',''),(5344,8499,'nectar_particle_shape_color_mapping','original'),(5345,8499,'nectar_particle_shape_color_alpha','original'),(5346,8499,'nectar_particle_shape_density','very_low'),(5347,8499,'nectar_particle_max_particle_size',''),(5348,8502,'nectar_image_gal_url',''),(5349,8502,'nectar_image_gal_masonry_sizing','regular'),(5350,8502,'nectar_particle_shape_bg_color',''),(5351,8502,'nectar_particle_shape_color',''),(5352,8502,'nectar_particle_shape_color_mapping','original'),(5353,8502,'nectar_particle_shape_color_alpha','original'),(5354,8502,'nectar_particle_shape_density','very_low'),(5355,8502,'nectar_particle_max_particle_size',''),(5356,8606,'_wp_attached_file','2018/09/MG_9046.jpg'),(5357,8606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_9046.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_9046-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_9046-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_9046-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_9046-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_9046-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_9046-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_9046-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_9046-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_9046-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_9046-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_9046-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_9046-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_9046-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_9046-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_9046-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_9046-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1539719383\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5460,8642,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1746.jpg'),(5461,8642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1746.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1746-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1746-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1746-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1746-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523892438\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5462,8643,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1760.jpg'),(5463,8643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1760.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1760-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1760-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1760-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1760-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523892751\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5020,8536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:687;s:4:\"file\";s:32:\"2018/09/DSC9327_HDR-1030x687.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC9327_HDR-1030x687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC9327_HDR-1030x687-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-500x687.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC9327_HDR-1030x687-1000x687.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC9327_HDR-1030x687-800x687.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:687;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:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1491917271\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5019,8536,'_wp_attached_file','2018/09/DSC9327_HDR-1030x687.jpg'),(5474,8649,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-0954.jpg'),(5475,8649,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-0954.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0954-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0954-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0954-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0954-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523965911\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5476,8650,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1031.jpg'),(5477,8650,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1031.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1031-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1031-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1031-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1031-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523966671\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5468,8646,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-0915.jpg'),(5469,8646,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-0915.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0915-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0915-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0915-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0915-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523965523\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5470,8647,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-0923.jpg'),(5471,8647,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-0923.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0923-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0923-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0923-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0923-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523965587\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5017,8535,'_wp_attached_file','2018/09/DSC7785_HDR-1030x686.jpg'),(5018,8535,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:686;s:4:\"file\";s:32:\"2018/09/DSC7785_HDR-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC7785_HDR-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC7785_HDR-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC7785_HDR-1030x686-1000x686.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC7785_HDR-1030x686-800x686.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1448819415\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5480,8652,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1184.jpg'),(5481,8652,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1184.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1184-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1184-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1184-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1184-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523968376\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5482,8653,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1192.jpg'),(5483,8653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1192.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1192-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1192-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1192-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1192-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523968409\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5464,8644,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-0456.jpg'),(5465,8644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-0456.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0456-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0456-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-0456-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-0456-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523958530\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5492,8658,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-0316.jpg'),(5493,8658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-0316.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0316-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0316-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0316-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0316-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531214261\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5366,8612,'_wp_attached_file','2018/10/LogoCUATRECASAS.png'),(5367,8612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:27:\"2018/10/LogoCUATRECASAS.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"LogoCUATRECASAS-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:27:\"LogoCUATRECASAS-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:27:\"LogoCUATRECASAS-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5378,8616,'_wp_attached_file','2018/10/03-Mon-Guerlain-Florale-Lucía-Villalón-1-1-V2-subtitulado.mp4'),(5379,8616,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:45958198;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:40;s:16:\"length_formatted\";s:4:\"0:40\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1525092268;}'),(5016,8534,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:686;s:4:\"file\";s:32:\"2018/09/DSC6065-HDR-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC6065-HDR-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC6065-HDR-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC6065-HDR-1030x686-1000x686.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC6065-HDR-1030x686-800x686.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1488196480\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.125\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5015,8534,'_wp_attached_file','2018/09/DSC6065-HDR-1030x686.jpg'),(5360,8608,'_wp_attached_file','2018/09/DSC8424-1030x687.jpg'),(5361,8608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:28:\"2018/09/DSC8424-1030x687.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"DSC8424-1030x687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"DSC8424-1030x687-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"DSC8424-1030x687-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"DSC8424-1030x687-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:17:\"Oscar H. Espinosa\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419337353\";s:9:\"copyright\";s:22:\"http://ditaymedia.com/\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5362,8609,'_wp_attached_file','2018/09/MG_1502-1030x687.jpg'),(5363,8609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:28:\"2018/09/MG_1502-1030x687.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MG_1502-1030x687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"MG_1502-1030x687-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"MG_1502-1030x687-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"MG_1502-1030x687-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419333607\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"84\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5014,8533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:686;s:4:\"file\";s:32:\"2018/09/DSC5545_HDR-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC5545_HDR-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC5545_HDR-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC5545_HDR-1030x686-1000x686.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC5545_HDR-1030x686-800x686.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433876522\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5013,8533,'_wp_attached_file','2018/09/DSC5545_HDR-1030x686.jpg'),(5011,8532,'_wp_attached_file','2018/09/DSC5124_HDR-1030x686.jpg'),(5012,8532,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:686;s:4:\"file\";s:32:\"2018/09/DSC5124_HDR-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC5124_HDR-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC5124_HDR-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC5124_HDR-1030x686-1000x686.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC5124_HDR-1030x686-800x686.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433786670\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5009,8531,'_wp_attached_file','2018/09/DSC5099_HDR-1030x686.jpg'),(5010,8531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:686;s:4:\"file\";s:32:\"2018/09/DSC5099_HDR-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC5099_HDR-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC5099_HDR-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC5099_HDR-1030x686-1000x686.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC5099_HDR-1030x686-800x686.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433786248\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5007,8530,'_wp_attached_file','2018/09/DSC4946_HDR-1030x686.jpg'),(5008,8530,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:686;s:4:\"file\";s:32:\"2018/09/DSC4946_HDR-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC4946_HDR-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC4946_HDR-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-500x686.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC4946_HDR-1030x686-1000x686.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC4946_HDR-1030x686-800x686.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433780874\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5005,8529,'_wp_attached_file','2018/09/DSC5290_HDR-1.jpg'),(5006,8529,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:25:\"2018/09/DSC5290_HDR-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"DSC5290_HDR-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"DSC5290_HDR-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:26:\"DSC5290_HDR-1-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433868858\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4997,8488,'nectar_particle_shape_bg_color',''),(4998,8488,'nectar_particle_shape_color',''),(4999,8488,'nectar_particle_shape_color_mapping','original'),(5000,8488,'nectar_particle_shape_color_alpha','original'),(5001,8488,'nectar_particle_shape_density','very_low'),(5002,8488,'nectar_particle_max_particle_size',''),(4992,8523,'nectar_particle_shape_color_alpha','original'),(4993,8523,'nectar_particle_shape_density','very_low'),(4994,8523,'nectar_particle_max_particle_size',''),(4995,8488,'nectar_image_gal_url',''),(4996,8488,'nectar_image_gal_masonry_sizing','tall'),(5430,8626,'_wp_attached_file','2018/09/17-09-13-Nana-Golmar-ecommerce-013-2-2-2.jpg'),(5431,8626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-09-13-Nana-Golmar-ecommerce-013-2-2-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-013-2-2-2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1505301284\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4988,8523,'nectar_image_gal_masonry_sizing','wide_tall'),(4989,8523,'nectar_particle_shape_bg_color',''),(4990,8523,'nectar_particle_shape_color',''),(4991,8523,'nectar_particle_shape_color_mapping','original'),(5326,8602,'_wp_attached_file','2018/09/18-01-22-Mirto-Mujer-SS18-2-2281.jpg'),(5327,8602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:44:\"2018/09/18-01-22-Mirto-Mujer-SS18-2-2281.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"18-01-22-Mirto-Mujer-SS18-2-2281-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:45:\"18-01-22-Mirto-Mujer-SS18-2-2281-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"18-01-22-Mirto-Mujer-SS18-2-2281-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2281-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1516708730\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5328,8603,'_wp_attached_file','2018/09/18-01-22-Mirto-Mujer-SS18-2-2292.jpg'),(5329,8603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:44:\"2018/09/18-01-22-Mirto-Mujer-SS18-2-2292.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"18-01-22-Mirto-Mujer-SS18-2-2292-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:45:\"18-01-22-Mirto-Mujer-SS18-2-2292-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"18-01-22-Mirto-Mujer-SS18-2-2292-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"18-01-22-Mirto-Mujer-SS18-2-2292-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"14\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1516708823\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4987,8523,'nectar_image_gal_url',''),(5358,8607,'_wp_attached_file','2018/09/DSC4849-Editar-1030x686.jpg'),(4985,8527,'_wp_attached_file','2018/09/DSC6567.jpg'),(4986,8527,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:692;s:4:\"file\";s:19:\"2018/09/DSC6567.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC6567-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC6567-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC6567-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC6567-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC6567-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC6567-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC6567-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC6567-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC6567-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC6567-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC6567-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC6567-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC6567-500x692.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC6567-1000x692.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC6567-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC6567-800x692.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:692;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:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1479292843\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5450,8637,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1255.jpg'),(5451,8637,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1255.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1255-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1255-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1255-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1255-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523887714\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:3:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:7:\"limpiar\";i:2;s:11:\"ojo solapas\";}}}'),(5452,8638,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1364.jpg'),(5453,8638,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1364.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1364-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1364-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1364-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1364-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523888618\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5359,8607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:35:\"2018/09/DSC4849-Editar-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"DSC4849-Editar-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:36:\"DSC4849-Editar-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"DSC4849-Editar-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"DSC4849-Editar-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433242910\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5444,8634,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1043.jpg'),(5445,8634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1043.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1043-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1043-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1043-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1043-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523882708\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5446,8635,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1061.jpg'),(5447,8635,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1061.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1061-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1061-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1061-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1061-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523882980\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:11:\"ojo solapas\";}}}'),(5438,8631,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-0497.jpg'),(5439,8631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-0497.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0497-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0497-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0497-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0497-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523874736\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5440,8632,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-0857.jpg'),(5441,8632,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-0857.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0857-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0857-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0857-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0857-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523880269\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5432,8628,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-0109.jpg'),(5433,8628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-0109.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0109-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0109-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0109-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0109-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523869270\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:7:\"limpiar\";}}}'),(5434,8629,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-0137.jpg'),(5435,8629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-0137.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0137-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0137-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-0137-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-0137-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523869463\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5542,8683,'_wp_attached_file','2018/09/DSC3872-1.jpg'),(5543,8683,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/DSC3872-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC3872-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:22:\"DSC3872-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"DSC3872-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:21:\"DSC3872-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"Miguel Escanciano\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5544,8684,'_wp_attached_file','2018/09/MG_3951.jpg'),(5545,8684,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_3951.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_3951-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_3951-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_3951-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_3951-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3951-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_3951-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_3951-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_3951-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_3951-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_3951-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_3951-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_3951-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_3951-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_3951-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_3951-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_3951-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524678369\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(4983,8525,'_wp_attached_file','2018/09/DSC5290_HDR.jpg'),(4984,8525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:23:\"2018/09/DSC5290_HDR.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433868858\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5486,8655,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1340.jpg'),(5487,8655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1340.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1340-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1340-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1340-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1340-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523973864\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5488,8656,'_wp_attached_file','2018/09/18-04-17-Mirto-Mujer-OI-18-1930.jpg'),(5489,8656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-17-Mirto-Mujer-OI-18-1930.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1930-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1930-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-17-Mirto-Mujer-OI-18-1930-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-17-Mirto-Mujer-OI-18-1930-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523979966\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:2:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:1;s:7:\"limpiar\";}}}'),(4981,8524,'_wp_attached_file','2018/09/DSC4374_3x2.jpg'),(4982,8524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2018/09/DSC4374_3x2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC4374_3x2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:24:\"DSC4374_3x2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:24:\"DSC4374_3x2-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"DSC4374_3x2-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1408898157\";s:9:\"copyright\";s:21:\"http://letspicyou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4979,8523,'_wp_attached_file','2018/09/DSC4103_3x2.jpg'),(4980,8523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:23:\"2018/09/DSC4103_3x2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC4103_3x2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:24:\"DSC4103_3x2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:24:\"DSC4103_3x2-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"DSC4103_3x2-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1408880986\";s:9:\"copyright\";s:21:\"http://letspicyou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5382,8491,'nectar_particle_shape_bg_color',''),(5383,8491,'nectar_particle_shape_color',''),(5384,8491,'nectar_particle_shape_color_mapping','original'),(5385,8491,'nectar_particle_shape_color_alpha','original'),(5386,8491,'nectar_particle_shape_density','very_low'),(5387,8491,'nectar_particle_max_particle_size',''),(5388,8617,'_wp_attached_file','2018/09/18-06-27-Alpe-FW18-0608-2.jpg'),(5389,8617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:4:\"file\";s:37:\"2018/09/18-06-27-Alpe-FW18-0608-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-2-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:39:\"18-06-27-Alpe-FW18-0608-2-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:38:\"18-06-27-Alpe-FW18-0608-2-1366x700.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:37:\"18-06-27-Alpe-FW18-0608-2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1530112478\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:2:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5390,8617,'nectar_image_gal_url',''),(5391,8617,'nectar_image_gal_masonry_sizing','tall'),(5392,8617,'nectar_particle_shape_bg_color',''),(5393,8617,'nectar_particle_shape_color',''),(5394,8617,'nectar_particle_shape_color_mapping','original'),(5395,8617,'nectar_particle_shape_color_alpha','original'),(5396,8617,'nectar_particle_shape_density','very_low'),(5397,8617,'nectar_particle_max_particle_size',''),(5398,8397,'nectar_image_gal_url',''),(5399,8397,'nectar_image_gal_masonry_sizing','tall'),(5400,8397,'nectar_particle_shape_bg_color',''),(5401,8397,'nectar_particle_shape_color',''),(5402,8397,'nectar_particle_shape_color_mapping','original'),(5403,8397,'nectar_particle_shape_color_alpha','original'),(5404,8397,'nectar_particle_shape_density','very_low'),(5405,8397,'nectar_particle_max_particle_size',''),(5406,8503,'nectar_image_gal_url',''),(5407,8503,'nectar_image_gal_masonry_sizing','tall'),(5408,8503,'nectar_particle_shape_bg_color',''),(5409,8503,'nectar_particle_shape_color',''),(5410,8503,'nectar_particle_shape_color_mapping','original'),(5411,8503,'nectar_particle_shape_color_alpha','original'),(5412,8503,'nectar_particle_shape_density','very_low'),(5413,8503,'nectar_particle_max_particle_size',''),(5418,8620,'_wp_attached_file','2018/09/MG_5032.jpg'),(5419,8620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_5032.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_5032-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_5032-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_5032-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_5032-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_5032-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_5032-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_5032-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_5032-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_5032-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_5032-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_5032-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_5032-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_5032-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_5032-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_5032-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_5032-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524692537\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5420,8621,'_wp_attached_file','2018/09/MG_7887.jpg'),(5421,8621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_7887.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7887-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7887-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7887-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_7887-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_7887-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_7887-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_7887-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_7887-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_7887-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_7887-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_7887-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_7887-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"MG_7887-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_7887-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"MG_7887-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_7887-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526827192\";s:9:\"copyright\";s:21:\"http://letspicyou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:23:\"LetsPicYou Producciones\";}}}'),(5021,8537,'_wp_attached_file','2018/09/DSC4108_3x2-1030x687.jpg'),(5022,8537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1030;s:6:\"height\";i:687;s:4:\"file\";s:32:\"2018/09/DSC4108_3x2-1030x687.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"DSC4108_3x2-1030x687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"DSC4108_3x2-1030x687-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-500x687.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"DSC4108_3x2-1030x687-1000x687.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"DSC4108_3x2-1030x687-800x687.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1408881905\";s:9:\"copyright\";s:21:\"http://letspicyou.com\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5426,8624,'_wp_attached_file','2018/09/17-09-13-Nana-Golmar-ecommerce-007-2-2-2.jpg'),(5427,8624,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-09-13-Nana-Golmar-ecommerce-007-2-2-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-007-2-2-2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1505301062\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5458,8641,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1688.jpg'),(5459,8641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1688.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-768x921.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:921;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1688-854x1024.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-854x500.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1688-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1688-854x1000.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-854x600.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-854x700.jpg\";s:5:\"width\";i:854;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1688-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523891810\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5424,8623,'_wp_attached_file','2018/09/17-09-13-Nana-Golmar-ecommerce-006-2-2-2.jpg'),(5425,8623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-09-13-Nana-Golmar-ecommerce-006-2-2-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-09-13-Nana-Golmar-ecommerce-006-2-2-2-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1505301060\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5069,8545,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.34.28.png'),(5070,8545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.34.28.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.34.28-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.34.28-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.34.28-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5071,8546,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.26.35.png'),(5072,8546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.26.35.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.26.35-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.26.35-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.26.35-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5456,8640,'_wp_attached_file','2018/09/18-04-16-Mirto-Mujer-OI-18-1670.jpg'),(5457,8640,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-04-16-Mirto-Mujer-OI-18-1670.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1670-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1670-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-04-16-Mirto-Mujer-OI-18-1670-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-04-16-Mirto-Mujer-OI-18-1670-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523891701\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5081,8549,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.20.19.png'),(5082,8549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.20.19.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.20.19-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.20.19-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.20.19-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5374,8614,'_wp_attached_file','2018/09/2018-06-22-Deliveroo-pre-concierto-Bruno-Mars.mp4'),(5375,8614,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:74169534;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:58;s:16:\"length_formatted\";s:4:\"0:58\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1529691119;}'),(5376,8615,'_wp_attached_file','2018/09/MG_8689.jpg'),(5377,8615,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_8689.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8689-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_8689-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_8689-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8689-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_8689-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_8689-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_8689-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_8689-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_8689-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_8689-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_8689-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_8689-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_8689-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_8689-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_8689-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_8689-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"Oscar Hugo Nieto Espinosa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506690055\";s:9:\"copyright\";s:26:\"Copyright:Oscar H Espinosa\";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:{}}}'),(5085,8551,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.28.40.png'),(5086,8551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.28.40.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.28.40-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.28.40-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.28.40-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5087,8552,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.33.38.png'),(5088,8552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.33.38.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.33.38-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.33.38-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.33.38-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5101,8555,'_wp_attached_file','2018/10/Video_15_aniversario_Wamos_Airyoutube.com_.mp4'),(5102,8555,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:52154585;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:185;s:16:\"length_formatted\";s:4:\"3:05\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1523974313;}'),(5103,6699,'_thumbnail_id','8470'),(5104,8556,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5105,8556,'_edit_lock','1560854167:1'),(5106,8556,'_edit_last','2'),(5107,8557,'_wp_attached_file','2018/10/116.-Organika.jpg'),(5108,8557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:25:\"2018/10/116.-Organika.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"116.-Organika-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"116.-Organika-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"116.-Organika-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"116.-Organika-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"116.-Organika-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"116.-Organika-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"116.-Organika-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"116.-Organika-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"116.-Organika-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"116.-Organika-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"116.-Organika-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"116.-Organika-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"116.-Organika-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:26:\"116.-Organika-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"116.-Organika-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"116.-Organika-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537715186\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"126\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5109,8556,'_nectar_portfolio_extra_content','<p>[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"image_grid\" images=\"8608,8564,8578,8568,8595,8562,8582,8565,8577,8610,8567,8579,8563,8607,8585,8680,8570,8586,8566,8587,8559,8560,8588,8584,8596,8569,8609\" layout=\"fullwidth\" masonry_style=\"true\" item_spacing=\"1px\" constrain_max_cols=\"true\" gallery_style=\"5\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Restaurante_Macadamiayoutube.com_.mp4\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button_2\" nectar_play_button_color=\"Default-Accent-Color\" image_url=\"8381\" hover_effect=\"zoom_button\" box_shadow=\"none\" border_radius=\"none\" play_button_size=\"larger\" video_url=\"https://www.youtube.com/watch?v=u7IF15u5sxE\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][divider line_type=\"No Line\" custom_height=\"50\"][/vc_column][/vc_row]</p>\r\n'),(5110,8556,'_nectar_portfolio_item_layout','enabled'),(5111,8556,'_nectar_portfolio_custom_grid_item','off'),(5112,8556,'_nectar_portfolio_custom_grid_item_content',''),(5113,8556,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2018/10/116.-Organika.jpg'),(5114,8556,'_nectar_hide_featured','on'),(5115,8556,'_portfolio_item_masonry_sizing','regular'),(5116,8556,'_portfolio_item_masonry_content_pos','middle'),(5117,8556,'_nectar_external_project_url',''),(5118,8556,'nectar-metabox-portfolio-parent-override','default'),(5119,8556,'_nectar_project_excerpt',''),(5120,8556,'_nectar_project_accent_color',''),(5121,8556,'_nectar_project_title_color',''),(5122,8556,'_nectar_project_subtitle_color',''),(5123,8556,'_nectar_project_css_class',''),(5124,8556,'_nectar_slider_bg_type','video_bg'),(5125,8556,'_nectar_media_upload_webm',''),(5126,8556,'_nectar_media_upload_mp4','http://ditaymedia.com/wp-content/uploads/2018/09/Restaurante_Macadamiayoutube.com_.mp4'),(5127,8556,'_nectar_media_upload_ogv',''),(5128,8556,'_nectar_slider_preview_image','http://ditaymedia.com/wp-content/uploads/2018/10/116.-Organika.jpg'),(5129,8556,'_nectar_header_bg','http://ditaymedia.com/wp-content/uploads/2018/10/116.-Organika.jpg'),(5130,8556,'_nectar_header_parallax','off'),(5131,8556,'_nectar_header_bg_height',''),(5132,8556,'_nectar_header_fullscreen','on'),(5133,8556,'_nectar_page_header_bg_alignment','center'),(5134,8556,'_nectar_header_bg_color',''),(5135,8556,'_nectar_header_bg_overlay_color','#aaaaaa'),(5136,8556,'_nectar_header_subtitle',''),(5137,8556,'_nectar_header_font_color',''),(5138,8556,'_disable_transparent_header','off'),(5139,8556,'_force_transparent_header_color','light'),(5140,8556,'_nectar_video_m4v',''),(5141,8556,'_nectar_video_ogv',''),(5142,8556,'_nectar_video_poster',''),(5143,8556,'_nectar_video_embed',''),(5144,8556,'_wpb_vc_js_status','true'),(5145,8559,'_wp_attached_file','2018/10/DSC8471.jpg'),(5146,8559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/10/DSC8471.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC8471-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC8471-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC8471-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC8471-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC8471-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC8471-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC8471-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC8471-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC8471-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC8471-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC8471-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC8471-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC8471-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC8471-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC8471-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC8471-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419345471\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5147,8560,'_wp_attached_file','2018/10/DSC8478.jpg'),(5148,8560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/10/DSC8478.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC8478-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC8478-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC8478-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC8478-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC8478-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC8478-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC8478-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC8478-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC8478-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC8478-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC8478-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC8478-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC8478-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC8478-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC8478-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC8478-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419347629\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5149,8561,'_wp_attached_file','2018/10/DSC8490.jpg'),(5150,8561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/10/DSC8490.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC8490-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC8490-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC8490-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC8490-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC8490-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC8490-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC8490-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC8490-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC8490-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC8490-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC8490-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC8490-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC8490-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC8490-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC8490-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC8490-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419349256\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5151,8562,'_wp_attached_file','2018/10/DSC8504.jpg'),(5152,8562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/10/DSC8504.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC8504-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC8504-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC8504-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC8504-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC8504-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC8504-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC8504-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC8504-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC8504-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC8504-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC8504-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC8504-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC8504-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC8504-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC8504-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC8504-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419350891\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5153,8563,'_wp_attached_file','2018/10/MG_1657.jpg'),(5154,8563,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/10/MG_1657.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1657-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_1657-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_1657-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_1657-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_1657-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_1657-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_1657-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_1657-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_1657-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_1657-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_1657-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_1657-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_1657-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_1657-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_1657-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_1657-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419341785\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5155,8564,'_wp_attached_file','2018/10/MG_1668.jpg'),(5156,8564,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/10/MG_1668.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1668-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_1668-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_1668-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_1668-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_1668-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_1668-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_1668-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_1668-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_1668-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_1668-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_1668-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_1668-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_1668-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_1668-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_1668-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_1668-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419343842\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5157,8565,'_wp_attached_file','2018/10/MG_1691.jpg'),(5158,8565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/10/MG_1691.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_1691-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_1691-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_1691-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_1691-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_1691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_1691-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_1691-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_1691-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_1691-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_1691-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_1691-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_1691-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_1691-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_1691-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_1691-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419345561\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"88\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5159,8566,'_wp_attached_file','2018/10/MG_1710.jpg'),(5160,8566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/10/MG_1710.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_1710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_1710-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_1710-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_1710-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_1710-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_1710-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_1710-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_1710-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_1710-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_1710-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_1710-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_1710-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_1710-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_1710-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_1710-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_1710-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1419347149\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5161,8567,'_wp_attached_file','2018/10/116.-Rosi-La-Loca.jpg'),(5162,8567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:29:\"2018/10/116.-Rosi-La-Loca.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"116.-Rosi-La-Loca-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:30:\"116.-Rosi-La-Loca-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:30:\"116.-Rosi-La-Loca-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:29:\"116.-Rosi-La-Loca-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537991380\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"73\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5163,8568,'_wp_attached_file','2018/10/Redbull-Bodegon-057.jpg'),(5164,8568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:31:\"2018/10/Redbull-Bodegon-057.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-057-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-057-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-057-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-057-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1475354656\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5165,8569,'_wp_attached_file','2018/10/Redbull-Bodegon-078.jpg'),(5166,8569,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:31:\"2018/10/Redbull-Bodegon-078.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-078-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-078-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-078-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-078-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1475355511\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5167,8570,'_wp_attached_file','2018/10/Redbull-Bodegon-089.jpg'),(5168,8570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:31:\"2018/10/Redbull-Bodegon-089.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-089-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-089-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:32:\"Redbull-Bodegon-089-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:31:\"Redbull-Bodegon-089-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1475356057\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"92\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5538,8681,'_wp_attached_file','2018/09/Restaurante_Macadamiayoutube.com_.mp4'),(5539,8681,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:27522621;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:130;s:16:\"length_formatted\";s:4:\"2:10\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1472271390;}'),(5540,8682,'_wp_attached_file','2018/09/DSC0822-1.jpg'),(5541,8682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/DSC0822-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC0822-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:22:\"DSC0822-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"DSC0822-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:21:\"DSC0822-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1506361953\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5171,8572,'_wp_attached_file','2018/10/LogoSB.png'),(5172,8572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:18:\"2018/10/LogoSB.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"LogoSB-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:18:\"LogoSB-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:18:\"LogoSB-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5173,8573,'_wp_attached_file','2018/10/LogoAEG.png'),(5174,8573,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:19:\"2018/10/LogoAEG.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LogoAEG-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"LogoAEG-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"LogoAEG-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5175,8574,'_wp_attached_file','2018/10/LogoLEWIS.png'),(5176,8574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:21:\"2018/10/LogoLEWIS.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"LogoLEWIS-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"LogoLEWIS-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"LogoLEWIS-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5189,8577,'_wp_attached_file','2018/10/DSC0462-2.jpg'),(5190,8577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/10/DSC0462-2.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC0462-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:22:\"DSC0462-2-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"DSC0462-2-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:21:\"DSC0462-2-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1511270701\";s:9:\"copyright\";s:21:\"http://FotoAlPlato.es\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:4:{i:0;s:54:\"Escanciano & Gendre http://escancianoandgendre.com\";i:1;s:11:\"FotoAlPlato\";i:2;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";i:3;s:21:\"http://FotoAlPlato.es\";}}}'),(5191,8578,'_wp_attached_file','2018/10/DSC8503.jpg'),(5192,8578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:19:\"2018/10/DSC8503.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC8503-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC8503-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC8503-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC8503-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC8503-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC8503-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC8503-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC8503-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC8503-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC8503-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC8503-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC8503-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC8503-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC8503-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC8503-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC8503-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1488545854\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5193,8579,'_wp_attached_file','2018/10/101.-Ornella.-POSTRE-1.jpg'),(5194,8579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:34:\"2018/10/101.-Ornella.-POSTRE-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"101.-Ornella.-POSTRE-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:35:\"101.-Ornella.-POSTRE-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:35:\"101.-Ornella.-POSTRE-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:34:\"101.-Ornella.-POSTRE-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1539624765\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5195,8580,'_wp_attached_file','2018/10/102.-Sukaldea.-TAPA-2-1.jpg'),(5196,8580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:35:\"2018/10/102.-Sukaldea.-TAPA-2-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"102.-Sukaldea.-TAPA-2-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:36:\"102.-Sukaldea.-TAPA-2-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"102.-Sukaldea.-TAPA-2-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"102.-Sukaldea.-TAPA-2-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1539628371\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5197,8581,'_wp_attached_file','2018/10/103.-Escoces.jpg'),(5198,8581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:24:\"2018/10/103.-Escoces.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"103.-Escoces-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:25:\"103.-Escoces-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:25:\"103.-Escoces-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:24:\"103.-Escoces-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:32:\"LetsPicYou Producciones_ramon fo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537437615\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"172\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5199,8582,'_wp_attached_file','2018/10/108.-Lio-de-4.jpg'),(5200,8582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:25:\"2018/10/108.-Lio-de-4.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"108.-Lio-de-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"108.-Lio-de-4-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:26:\"108.-Lio-de-4-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"108.-Lio-de-4-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:32:\"LetsPicYou Producciones_ramon fo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537536701\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"131\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:17:\"RUTA TAPAS MANDRI\";}}}'),(5201,8583,'_wp_attached_file','2018/10/111.-Nohara-Sushi.jpg'),(5202,8583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:29:\"2018/10/111.-Nohara-Sushi.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"111.-Nohara-Sushi-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:30:\"111.-Nohara-Sushi-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:30:\"111.-Nohara-Sushi-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:29:\"111.-Nohara-Sushi-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:32:\"LetsPicYou Producciones_ramon fo\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537534007\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:3:\"0.1\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5203,8584,'_wp_attached_file','2018/10/DSC1210-1030x688.jpg'),(5204,8584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:28:\"2018/10/DSC1210-1030x688.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"DSC1210-1030x688-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"DSC1210-1030x688-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"DSC1210-1030x688-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"DSC1210-1030x688-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;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:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5205,8585,'_wp_attached_file','2018/10/MG_0148-1030x686.jpg'),(5206,8585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/10/MG_0148-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MG_0148-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"MG_0148-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"MG_0148-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"MG_0148-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1449077266\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5207,8586,'_wp_attached_file','2018/10/MG_0166-1030x686.jpg'),(5208,8586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/10/MG_0166-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MG_0166-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"MG_0166-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"MG_0166-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"MG_0166-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1449077578\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5209,8587,'_wp_attached_file','2018/10/MG_0274-1030x686.jpg'),(5210,8587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/10/MG_0274-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MG_0274-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"MG_0274-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"MG_0274-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"MG_0274-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1449079730\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"67\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5211,8588,'_wp_attached_file','2018/10/MG_1638-1030x686.jpg'),(5212,8588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/10/MG_1638-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MG_1638-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"MG_1638-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"MG_1638-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"MG_1638-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1419340815\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5213,8589,'_wp_attached_file','2018/09/2-Chivas-Regal.jpg'),(5214,8589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2018/09/2-Chivas-Regal.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"2-Chivas-Regal-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:27:\"2-Chivas-Regal-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:27:\"2-Chivas-Regal-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:26:\"2-Chivas-Regal-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1523624088\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5215,8590,'_wp_attached_file','2018/09/3.jpg'),(5216,8590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:13:\"2018/09/3.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"3-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"3-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:13:\"3-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"3-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:14:\"3-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:14:\"3-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:13:\"3-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:13:\"3-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:13:\"3-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1529578737\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5217,8591,'_wp_attached_file','2018/09/6-Axe-Final.jpg'),(5218,8591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2018/09/6-Axe-Final.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"6-Axe-Final-681x1024.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-681x500.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"6-Axe-Final-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:24:\"6-Axe-Final-681x1000.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-681x600.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-681x700.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"6-Axe-Final-681x800.jpg\";s:5:\"width\";i:681;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"ILCE-7M2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1521557895\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5219,8592,'_wp_attached_file','2018/09/bodegon1.jpg'),(5220,8592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:20:\"2018/09/bodegon1.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bodegon1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bodegon1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bodegon1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"bodegon1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"bodegon1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"bodegon1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"bodegon1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"bodegon1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"bodegon1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"bodegon1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"bodegon1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"bodegon1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"bodegon1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"bodegon1-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"bodegon1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:21:\"bodegon1-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"bodegon1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(5221,8593,'_wp_attached_file','2018/09/Power-Bank-Acabado.jpg'),(5222,8593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:30:\"2018/09/Power-Bank-Acabado.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Power-Bank-Acabado-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:31:\"Power-Bank-Acabado-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:31:\"Power-Bank-Acabado-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:30:\"Power-Bank-Acabado-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1534682414\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5223,8594,'_wp_attached_file','2018/09/Serum-Hombre00800.jpg'),(5224,8594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:29:\"2018/09/Serum-Hombre00800.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Serum-Hombre00800-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:30:\"Serum-Hombre00800-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:30:\"Serum-Hombre00800-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:29:\"Serum-Hombre00800-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5225,8591,'nectar_image_gal_url',''),(5226,8591,'nectar_image_gal_masonry_sizing','regular'),(5227,8591,'nectar_particle_shape_bg_color',''),(5228,8591,'nectar_particle_shape_color',''),(5229,8591,'nectar_particle_shape_color_mapping','original'),(5230,8591,'nectar_particle_shape_color_alpha','original'),(5231,8591,'nectar_particle_shape_density','very_low'),(5232,8591,'nectar_particle_max_particle_size',''),(5233,8590,'nectar_image_gal_url',''),(5234,8590,'nectar_image_gal_masonry_sizing','regular'),(5235,8590,'nectar_particle_shape_bg_color',''),(5236,8590,'nectar_particle_shape_color',''),(5237,8590,'nectar_particle_shape_color_mapping','original'),(5238,8590,'nectar_particle_shape_color_alpha','original'),(5239,8590,'nectar_particle_shape_density','very_low'),(5240,8590,'nectar_particle_max_particle_size',''),(5241,8592,'nectar_image_gal_url',''),(5242,8592,'nectar_image_gal_masonry_sizing','wide'),(5243,8592,'nectar_particle_shape_bg_color',''),(5244,8592,'nectar_particle_shape_color',''),(5245,8592,'nectar_particle_shape_color_mapping','original'),(5246,8592,'nectar_particle_shape_color_alpha','original'),(5247,8592,'nectar_particle_shape_density','very_low'),(5248,8592,'nectar_particle_max_particle_size',''),(5249,8594,'nectar_image_gal_url',''),(5250,8594,'nectar_image_gal_masonry_sizing','tall'),(5251,8594,'nectar_particle_shape_bg_color',''),(5252,8594,'nectar_particle_shape_color',''),(5253,8594,'nectar_particle_shape_color_mapping','original'),(5254,8594,'nectar_particle_shape_color_alpha','original'),(5255,8594,'nectar_particle_shape_density','very_low'),(5256,8594,'nectar_particle_max_particle_size',''),(5257,8595,'_wp_attached_file','2018/10/DSC4878-Editar.jpg'),(5258,8595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2018/10/DSC4878-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"DSC4878-Editar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:27:\"DSC4878-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:27:\"DSC4878-Editar-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:26:\"DSC4878-Editar-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433246099\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5259,8596,'_wp_attached_file','2018/10/DSC4886-Editar.jpg'),(5260,8596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:26:\"2018/10/DSC4886-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"DSC4886-Editar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:27:\"DSC4886-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:27:\"DSC4886-Editar-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:26:\"DSC4886-Editar-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433246990\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5261,8565,'nectar_image_gal_url',''),(5262,8565,'nectar_image_gal_masonry_sizing','tall'),(5263,8565,'nectar_particle_shape_bg_color',''),(5264,8565,'nectar_particle_shape_color',''),(5265,8565,'nectar_particle_shape_color_mapping','original'),(5266,8565,'nectar_particle_shape_color_alpha','original'),(5267,8565,'nectar_particle_shape_density','very_low'),(5268,8565,'nectar_particle_max_particle_size',''),(5269,8566,'nectar_image_gal_url',''),(5270,8566,'nectar_image_gal_masonry_sizing','tall'),(5271,8566,'nectar_particle_shape_bg_color',''),(5272,8566,'nectar_particle_shape_color',''),(5273,8566,'nectar_particle_shape_color_mapping','original'),(5274,8566,'nectar_particle_shape_color_alpha','original'),(5275,8566,'nectar_particle_shape_density','very_low'),(5276,8566,'nectar_particle_max_particle_size',''),(5277,8564,'nectar_image_gal_url',''),(5278,8564,'nectar_image_gal_masonry_sizing','tall'),(5279,8564,'nectar_particle_shape_bg_color',''),(5280,8564,'nectar_particle_shape_color',''),(5281,8564,'nectar_particle_shape_color_mapping','original'),(5282,8564,'nectar_particle_shape_color_alpha','original'),(5283,8564,'nectar_particle_shape_density','very_low'),(5284,8564,'nectar_particle_max_particle_size',''),(5285,8570,'nectar_image_gal_url',''),(5286,8570,'nectar_image_gal_masonry_sizing','wide'),(5287,8570,'nectar_particle_shape_bg_color',''),(5288,8570,'nectar_particle_shape_color',''),(5289,8570,'nectar_particle_shape_color_mapping','original'),(5290,8570,'nectar_particle_shape_color_alpha','original'),(5291,8570,'nectar_particle_shape_density','very_low'),(5292,8570,'nectar_particle_max_particle_size',''),(5293,8567,'nectar_image_gal_url',''),(5294,8567,'nectar_image_gal_masonry_sizing','wide'),(5295,8567,'nectar_particle_shape_bg_color',''),(5296,8567,'nectar_particle_shape_color',''),(5297,8567,'nectar_particle_shape_color_mapping','original'),(5298,8567,'nectar_particle_shape_color_alpha','original'),(5299,8567,'nectar_particle_shape_density','very_low'),(5300,8567,'nectar_particle_max_particle_size',''),(5683,8729,'_wp_attached_file','2018/10/LogoAIG.png'),(5307,8556,'_wp_old_date','2018-10-24'),(5496,8660,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-0857.jpg'),(5497,8660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-0857.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0857-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0857-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0857-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0857-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531218632\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5498,8661,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-0883.jpg'),(5499,8661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-0883.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0883-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0883-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0883-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0883-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531218794\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5500,8662,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-0940.jpg'),(5501,8662,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-0940.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0940-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0940-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0940-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0940-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531219227\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5502,8663,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-0942.jpg'),(5503,8663,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-0942.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0942-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0942-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-0942-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-0942-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531219255\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5504,8664,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1305.jpg'),(5505,8664,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1305.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1305-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1305-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1305-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1305-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531222892\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5506,8665,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1337.jpg'),(5507,8665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1337.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1337-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1337-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1337-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1337-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531223054\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5508,8666,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1365.jpg'),(5509,8666,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1365.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1365-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1365-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1365-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1365-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531223780\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5510,8667,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1397.jpg'),(5511,8667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1397.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1397-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1397-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1397-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1397-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531224025\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5512,8668,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1559.jpg'),(5513,8668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1559.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1559-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1559-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1559-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1559-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531225598\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5514,8669,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1570.jpg'),(5515,8669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1570.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1570-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1570-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1570-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1570-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531225807\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5516,8670,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1591.jpg'),(5517,8670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1591.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1591-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1591-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1591-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1591-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531226001\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5518,8671,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1628.jpg'),(5519,8671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1628.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1628-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1628-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1628-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1628-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531226286\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5520,8672,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1856.jpg'),(5521,8672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1856.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1856-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1856-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1856-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1856-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531231903\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5522,8673,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-1874.jpg'),(5523,8673,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-1874.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1874-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1874-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-1874-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-1874-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531232022\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5524,8674,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-2496.jpg'),(5525,8674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-2496.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2496-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2496-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2496-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2496-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531237161\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5526,8675,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-2525.jpg'),(5527,8675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-2525.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2525-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2525-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2525-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2525-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531237332\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5528,8676,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-2614.jpg'),(5529,8676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-2614.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2614-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2614-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2614-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2614-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531239076\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5530,8677,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-2642.jpg'),(5531,8677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:853;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/09/18-07-10-Mirto-Hombre-OI-2642.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-768x922.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2642-853x1024.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-853x500.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2642-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:42:\"18-07-10-Mirto-Hombre-OI-2642-853x1000.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-853x600.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-853x700.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:41:\"18-07-10-Mirto-Hombre-OI-2642-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531239299\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5532,8678,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-4185-1.jpg'),(5533,8678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-07-10-Mirto-Hombre-OI-4185-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-07-10-Mirto-Hombre-OI-4185-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-07-10-Mirto-Hombre-OI-4185-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-07-10-Mirto-Hombre-OI-4185-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4185-1-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531313835\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5534,8679,'_wp_attached_file','2018/09/18-07-10-Mirto-Hombre-OI-4212-1.jpg'),(5535,8679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:43:\"2018/09/18-07-10-Mirto-Hombre-OI-4212-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"18-07-10-Mirto-Hombre-OI-4212-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"18-07-10-Mirto-Hombre-OI-4212-1-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:44:\"18-07-10-Mirto-Hombre-OI-4212-1-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:43:\"18-07-10-Mirto-Hombre-OI-4212-1-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1531314095\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5536,8680,'_wp_attached_file','2018/09/MG_0217-1030x686.jpg'),(5537,8680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:28:\"2018/09/MG_0217-1030x686.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"MG_0217-1030x686-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"MG_0217-1030x686-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-500x682.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"MG_0217-1030x686-1000x682.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"MG_0217-1030x686-800x682.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1449078598\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5548,8686,'_wp_attached_file','2018/09/MG_4319.jpg'),(5549,8686,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_4319.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4319-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4319-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4319-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4319-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4319-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4319-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_4319-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4319-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4319-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4319-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_4319-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4319-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4319-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_4319-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4319-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524681775\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5550,8687,'_wp_attached_file','2018/09/MG_4359.jpg'),(5551,8687,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_4359.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4359-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4359-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4359-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4359-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4359-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4359-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4359-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_4359-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4359-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4359-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4359-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_4359-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4359-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4359-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_4359-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4359-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524682566\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.022222222222222\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5552,8688,'_wp_attached_file','2018/09/MG_4636.jpg'),(5553,8688,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_4636.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4636-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4636-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_4636-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4636-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4636-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4636-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4636-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4636-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_4636-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4636-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4636-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4636-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_4636-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4636-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4636-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4636-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524685577\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5554,8689,'_wp_attached_file','2018/09/MG_4803.jpg'),(5555,8689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_4803.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_4803-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_4803-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_4803-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_4803-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_4803-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_4803-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_4803-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_4803-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_4803-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_4803-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_4803-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_4803-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_4803-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_4803-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_4803-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_4803-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524687298\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.011111111111111\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5556,8690,'_wp_attached_file','2018/09/MG_5067.jpg'),(5557,8690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_5067.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_5067-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_5067-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_5067-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_5067-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_5067-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_5067-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_5067-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_5067-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_5067-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_5067-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_5067-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_5067-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_5067-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_5067-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_5067-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_5067-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1524693041\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5558,8691,'_wp_attached_file','2018/09/MG_7875.jpg'),(5559,8691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_7875.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7875-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7875-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7875-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_7875-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_7875-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_7875-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_7875-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_7875-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_7875-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_7875-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_7875-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_7875-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"MG_7875-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_7875-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"MG_7875-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_7875-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526826500\";s:9:\"copyright\";s:21:\"http://letspicyou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:23:\"LetsPicYou Producciones\";}}}'),(5560,8692,'_wp_attached_file','2018/09/P1190801.jpg'),(5561,8692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:20:\"2018/09/P1190801.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"P1190801-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"P1190801-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"P1190801-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"P1190801-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:20:\"P1190801-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:20:\"P1190801-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"P1190801-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"P1190801-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"P1190801-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:20:\"P1190801-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:20:\"P1190801-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:20:\"P1190801-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"P1190801-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"P1190801-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:20:\"P1190801-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:20:\"P1190801-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-GH4\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1506430534\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"12\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5572,8694,'_wp_attached_file','2018/09/MG_2710.jpg'),(5573,8694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/MG_2710.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2710-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2710-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2710-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2710-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2710-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2710-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2710-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"MG_2710-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2710-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2710-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2710-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_2710-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2710-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2710-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"MG_2710-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2710-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1410524068\";s:9:\"copyright\";s:21:\"http://ditaymedia.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5574,8695,'_wp_attached_file','2018/09/MG_2765.jpg'),(5575,8695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_2765.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2765-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2765-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_2765-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2765-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2765-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2765-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2765-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2765-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_2765-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2765-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2765-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2765-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_2765-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2765-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2765-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2765-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1410525440\";s:9:\"copyright\";s:21:\"http://ditaymedia.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6003,6218,'_oembed_e63dae173eecf42795f33604149fe89b','<iframe width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yQ3a_oQ2Yf8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),(5577,8698,'_wp_attached_file','2018/09/DSC1587.jpg'),(5578,8698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC1587.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC1587-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC1587-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC1587-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC1587-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC1587-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC1587-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC1587-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC1587-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC1587-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC1587-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC1587-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC1587-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC1587-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC1587-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC1587-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC1587-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1539719074\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"33\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5579,8699,'_wp_attached_file','2018/09/MG_5195.jpg'),(5580,8699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_5195.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_5195-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_5195-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_5195-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_5195-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_5195-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_5195-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_5195-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_5195-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_5195-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_5195-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_5195-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_5195-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_5195-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_5195-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_5195-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_5195-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1537521477\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:4:\"3200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5581,6709,'_thumbnail_id','8594'),(5582,6692,'_thumbnail_id','8388'),(5583,6697,'_thumbnail_id','8352'),(5584,6695,'_thumbnail_id','8524'),(5585,8556,'_thumbnail_id','8557'),(5586,6703,'_thumbnail_id','8615'),(5587,8700,'_wp_attached_file','2018/09/DSC0913.jpg'),(5588,8700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC0913.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC0913-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC0913-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC0913-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC0913-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC0913-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC0913-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC0913-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC0913-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC0913-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC0913-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC0913-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC0913-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC0913-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC0913-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC0913-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC0913-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1509709120\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5589,8701,'_wp_attached_file','2018/09/DSC0922.jpg'),(5590,8701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC0922.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC0922-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC0922-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC0922-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC0922-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC0922-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC0922-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC0922-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC0922-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC0922-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC0922-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC0922-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC0922-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC0922-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC0922-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC0922-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC0922-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1509711006\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5591,8702,'_wp_attached_file','2018/09/DSC0989.jpg'),(5592,8702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/DSC0989.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC0989-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC0989-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC0989-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC0989-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC0989-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC0989-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC0989-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"DSC0989-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC0989-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC0989-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC0989-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"DSC0989-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC0989-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC0989-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"DSC0989-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC0989-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512134238\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"38\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5593,8703,'_wp_attached_file','2018/09/DSC4466-HDR-Editar.jpg'),(5594,8703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:576;s:4:\"file\";s:30:\"2018/09/DSC4466-HDR-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"DSC4466-HDR-Editar-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:31:\"DSC4466-HDR-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-500x576.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:31:\"DSC4466-HDR-Editar-1000x576.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-900x576.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:30:\"DSC4466-HDR-Editar-800x576.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1479914077\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:14:\"Avión Gestair\";}}}'),(5595,8704,'_wp_attached_file','2018/09/DSC5064.jpg'),(5596,8704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC5064.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC5064-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC5064-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC5064-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC5064-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC5064-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC5064-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC5064-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC5064-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC5064-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC5064-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC5064-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC5064-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC5064-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC5064-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC5064-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC5064-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1467324086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5597,8705,'_wp_attached_file','2018/09/DSC9922-Sin-Matricula.jpg'),(5598,8705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:33:\"2018/09/DSC9922-Sin-Matricula.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"DSC9922-Sin-Matricula-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:34:\"DSC9922-Sin-Matricula-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:34:\"DSC9922-Sin-Matricula-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:33:\"DSC9922-Sin-Matricula-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1467893279\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5599,8706,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-086.jpg'),(5600,8706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-086.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-086-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512141841\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5601,6711,'_thumbnail_id','8703'),(5647,8717,'_wp_attached_file','2018/09/MG_2975.jpg'),(5648,8717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_2975.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2975-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2975-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_2975-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2975-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2975-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2975-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2975-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2975-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_2975-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2975-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2975-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2975-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_2975-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2975-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2975-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2975-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1410766720\";s:9:\"copyright\";s:21:\"http://ditaymedia.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5602,6711,'_wp_old_date','2018-09-24'),(5631,8711,'_wp_attached_file','2018/09/ThyssenKrupp-050-Editar.jpg'),(5632,8711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:35:\"2018/09/ThyssenKrupp-050-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-050-Editar-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-050-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-050-Editar-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-050-Editar-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501072737\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5633,8712,'_wp_attached_file','2018/09/ThyssenKrupp-265-Editar.jpg'),(5634,8712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:35:\"2018/09/ThyssenKrupp-265-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-265-Editar-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-265-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-265-Editar-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-265-Editar-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501081636\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"32\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5635,8713,'_wp_attached_file','2018/09/ThyssenKrupp-337-Editar.jpg'),(5636,8713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:704;s:4:\"file\";s:35:\"2018/09/ThyssenKrupp-337-Editar.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-337-Editar-1024x704.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-337-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-500x704.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-337-Editar-1000x704.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-337-Editar-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-337-Editar-800x704.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501084648\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5637,8714,'_wp_attached_file','2018/09/ThyssenKrupp-359-Editar.jpg'),(5638,8714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/ThyssenKrupp-359-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-359-Editar-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-359-Editar-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-359-Editar-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-359-Editar-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501085002\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5639,8715,'_wp_attached_file','2018/09/ThyssenKrupp-382.jpg'),(5640,8715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:28:\"2018/09/ThyssenKrupp-382.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ThyssenKrupp-382-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"ThyssenKrupp-382-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"ThyssenKrupp-382-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-382-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501087915\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5641,8716,'_wp_attached_file','2018/09/ThyssenKrupp-409.jpg'),(5642,8716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2018/09/ThyssenKrupp-409.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"ThyssenKrupp-409-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:29:\"ThyssenKrupp-409-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"ThyssenKrupp-409-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"ThyssenKrupp-409-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501088688\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5649,8718,'_wp_attached_file','2018/09/MG_0257.jpg'),(5650,8718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_0257.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0257-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_0257-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_0257-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_0257-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_0257-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_0257-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_0257-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_0257-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_0257-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_0257-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_0257-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_0257-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_0257-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_0257-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_0257-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_0257-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1401302932\";s:9:\"copyright\";s:21:\"http://ditaymedia.com\";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:{}}}'),(5651,8719,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.21.07.png'),(5652,8719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.21.07.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.21.07-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.21.07-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.21.07-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5654,8720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.22.02.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.22.02-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.22.02-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.22.02-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5655,8721,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.30.25.png'),(5656,8721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.30.25.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.30.25-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.30.25-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.30.25-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5657,8722,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.35.20.png'),(5658,8722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.35.20.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.35.20-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.35.20-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.35.20-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5659,8723,'_wp_attached_file','2018/10/Captura-de-pantalla-2016-07-07-a-las-11.39.25.png'),(5660,8723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:57:\"2018/10/Captura-de-pantalla-2016-07-07-a-las-11.39.25.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.39.25-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.39.25-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:57:\"Captura-de-pantalla-2016-07-07-a-las-11.39.25-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5661,8724,'_wp_attached_file','2018/10/LogoBL.png'),(5662,8724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:18:\"2018/10/LogoBL.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"LogoBL-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:18:\"LogoBL-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:18:\"LogoBL-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5675,8727,'_wp_attached_file','2018/10/Boda_Mara__Miguel.mp4'),(5676,8727,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:35570717;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:172;s:16:\"length_formatted\";s:4:\"2:52\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1529941698;}'),(5684,8729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1322;s:6:\"height\";i:828;s:4:\"file\";s:19:\"2018/10/LogoAIG.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LogoAIG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"LogoAIG-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"LogoAIG-768x481.png\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"LogoAIG-1024x641.png\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"LogoAIG-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"LogoAIG-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"LogoAIG-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"LogoAIG-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"LogoAIG-1000x500.png\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"LogoAIG-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"LogoAIG-500x500.png\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"LogoAIG-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"LogoAIG-500x828.png\";s:5:\"width\";i:500;s:6:\"height\";i:828;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"LogoAIG-1000x828.png\";s:5:\"width\";i:1000;s:6:\"height\";i:828;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"LogoAIG-900x600.png\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"LogoAIG-1322x700.png\";s:5:\"width\";i:1322;s:6:\"height\";i:700;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"LogoAIG-800x800.png\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(5685,8730,'_wp_attached_file','2018/10/LogoCARTOM.png'),(5686,8730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/10/LogoCARTOM.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"LogoCARTOM-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:22:\"LogoCARTOM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:22:\"LogoCARTOM-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5687,8731,'_wp_attached_file','2018/10/LogoCOMUNIDADDEMADRID.png'),(5688,8731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:33:\"2018/10/LogoCOMUNIDADDEMADRID.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"LogoCOMUNIDADDEMADRID-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:33:\"LogoCOMUNIDADDEMADRID-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:33:\"LogoCOMUNIDADDEMADRID-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5689,8732,'_wp_attached_file','2018/10/LogoCONDENAST.png'),(5690,8732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:25:\"2018/10/LogoCONDENAST.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LogoCONDENAST-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"LogoCONDENAST-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"LogoCONDENAST-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5691,8733,'_wp_attached_file','2018/10/LogoCPP.png'),(5692,8733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:19:\"2018/10/LogoCPP.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LogoCPP-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"LogoCPP-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"LogoCPP-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5693,8734,'_wp_attached_file','2018/10/LogoHEMA.png'),(5694,8734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:20:\"2018/10/LogoHEMA.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LogoHEMA-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"LogoHEMA-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"LogoHEMA-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5695,8735,'_wp_attached_file','2018/10/LogoIDEO.png'),(5696,8735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:20:\"2018/10/LogoIDEO.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LogoIDEO-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"LogoIDEO-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"LogoIDEO-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5697,8736,'_wp_attached_file','2018/10/LogoKONE.png'),(5698,8736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:20:\"2018/10/LogoKONE.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LogoKONE-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"LogoKONE-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"LogoKONE-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5699,8737,'_wp_attached_file','2018/10/LogoLATERALTHINKING.png'),(5700,8737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:31:\"2018/10/LogoLATERALTHINKING.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"LogoLATERALTHINKING-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:31:\"LogoLATERALTHINKING-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:31:\"LogoLATERALTHINKING-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5701,8738,'_wp_attached_file','2018/10/LogoMACGUFFIN.png'),(5702,8738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:25:\"2018/10/LogoMACGUFFIN.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"LogoMACGUFFIN-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"LogoMACGUFFIN-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"LogoMACGUFFIN-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5703,8739,'_wp_attached_file','2018/10/LogoNESS.png'),(5704,8739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:20:\"2018/10/LogoNESS.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"LogoNESS-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"LogoNESS-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"LogoNESS-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5705,8740,'_wp_attached_file','2018/10/LogoNORMON.png'),(5706,8740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:22:\"2018/10/LogoNORMON.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"LogoNORMON-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:22:\"LogoNORMON-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:22:\"LogoNORMON-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5707,8741,'_wp_attached_file','2018/10/LogoNOTABENE.png'),(5708,8741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:24:\"2018/10/LogoNOTABENE.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"LogoNOTABENE-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:24:\"LogoNOTABENE-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:24:\"LogoNOTABENE-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5709,8742,'_wp_attached_file','2018/10/LogoRBA.png'),(5710,8742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:193;s:6:\"height\";i:121;s:4:\"file\";s:19:\"2018/10/LogoRBA.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LogoRBA-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"LogoRBA-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"LogoRBA-140x121.png\";s:5:\"width\";i:140;s:6:\"height\";i:121;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:{}}}'),(5717,8744,'_wp_attached_file','2018/09/DSC0081.jpg'),(5718,8744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:19:\"2018/09/DSC0081.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC0081-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC0081-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC0081-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC0081-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC0081-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC0081-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC0081-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC0081-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC0081-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC0081-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC0081-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC0081-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC0081-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC0081-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC0081-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC0081-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1500476478\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5719,8745,'_wp_attached_file','2018/09/DSC2565.jpg'),(5720,8745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC2565.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC2565-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC2565-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC2565-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC2565-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC2565-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC2565-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC2565-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC2565-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC2565-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC2565-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC2565-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC2565-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC2565-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC2565-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC2565-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC2565-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1458225775\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5721,8746,'_wp_attached_file','2018/09/DSC9040.jpg'),(5722,8746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:19:\"2018/09/DSC9040.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC9040-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC9040-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC9040-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC9040-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC9040-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC9040-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC9040-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:19:\"DSC9040-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC9040-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC9040-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC9040-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"DSC9040-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC9040-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC9040-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:19:\"DSC9040-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC9040-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:10:\"LetsPicYou\";s:17:\"created_timestamp\";s:10:\"1491409706\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"65\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5723,8747,'_wp_attached_file','2018/09/170124_LetsPicYou_Madrid_Fusion_021.jpg'),(5724,8747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:47:\"2018/09/170124_LetsPicYou_Madrid_Fusion_021.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"170124_LetsPicYou_Madrid_Fusion_021-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:48:\"170124_LetsPicYou_Madrid_Fusion_021-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:48:\"170124_LetsPicYou_Madrid_Fusion_021-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_021-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Roberto Ferló\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485260509\";s:9:\"copyright\";s:13:\"Roberto Ferlo\";s:12:\"focal_length\";s:3:\"153\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5725,8748,'_wp_attached_file','2018/09/Lucia-Villalon-115.jpg'),(5726,8748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:30:\"2018/09/Lucia-Villalon-115.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Lucia-Villalon-115-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:31:\"Lucia-Villalon-115-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:31:\"Lucia-Villalon-115-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:30:\"Lucia-Villalon-115-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1500476785\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5727,8749,'_wp_attached_file','2018/09/DSC7880.jpg'),(5728,8749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/DSC7880.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC7880-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC7880-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC7880-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC7880-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7880-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC7880-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC7880-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC7880-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC7880-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC7880-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC7880-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC7880-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"DSC7880-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"DSC7880-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC7880-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC7880-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1493221666\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5729,8750,'_wp_attached_file','2018/09/MG_8377.jpg'),(5730,8750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_8377.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_8377-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_8377-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_8377-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_8377-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_8377-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_8377-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_8377-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_8377-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_8377-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_8377-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_8377-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_8377-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_8377-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_8377-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_8377-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_8377-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"Oscar Hugo Nieto Espinosa\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1484354703\";s:9:\"copyright\";s:26:\"Copyright:Oscar H Espinosa\";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:{}}}'),(5731,8751,'_wp_attached_file','2018/09/161129_LetsPicYou_Madrid_Fusion_099.jpg'),(5732,8751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:47:\"2018/09/161129_LetsPicYou_Madrid_Fusion_099.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"161129_LetsPicYou_Madrid_Fusion_099-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:48:\"161129_LetsPicYou_Madrid_Fusion_099-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:48:\"161129_LetsPicYou_Madrid_Fusion_099-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:47:\"161129_LetsPicYou_Madrid_Fusion_099-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:14:\"Roberto Ferló\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485174582\";s:9:\"copyright\";s:13:\"Roberto Ferlo\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:4:\"2500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5733,8752,'_wp_attached_file','2018/09/170124_LetsPicYou_Madrid_Fusion_019.jpg'),(5734,8752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:47:\"2018/09/170124_LetsPicYou_Madrid_Fusion_019.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"170124_LetsPicYou_Madrid_Fusion_019-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:48:\"170124_LetsPicYou_Madrid_Fusion_019-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:48:\"170124_LetsPicYou_Madrid_Fusion_019-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:47:\"170124_LetsPicYou_Madrid_Fusion_019-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:14:\"Roberto Ferló\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485260436\";s:9:\"copyright\";s:13:\"Roberto Ferlo\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5739,8753,'_wp_attached_file','2018/09/Hema-Poster.jpg'),(5740,8753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2018/09/Hema-Poster.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Hema-Poster-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"Hema-Poster-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:24:\"Hema-Poster-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"Hema-Poster-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1486740512\";s:9:\"copyright\";s:18:\"www.LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5741,6688,'_edit_lock','1540829235:2'),(5742,8754,'_wp_attached_file','2018/09/MG_2696.jpg'),(5743,8754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_2696.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2696-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2696-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_2696-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2696-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2696-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2696-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2696-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2696-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_2696-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2696-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2696-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2696-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_2696-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2696-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2696-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2696-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1455021392\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5744,8755,'_wp_attached_file','2018/09/MG_2700.jpg'),(5745,8755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_2700.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2700-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2700-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_2700-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2700-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2700-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2700-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2700-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2700-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_2700-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2700-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2700-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2700-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_2700-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2700-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2700-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2700-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1455021439\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5746,8756,'_wp_attached_file','2018/09/MG_2702.jpg'),(5747,8756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_2702.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2702-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2702-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_2702-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2702-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2702-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2702-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2702-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2702-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_2702-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2702-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2702-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2702-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_2702-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2702-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2702-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2702-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1455021465\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5748,8757,'_wp_attached_file','2018/09/MG_2705.jpg'),(5749,8757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_2705.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2705-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2705-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_2705-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2705-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2705-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_2705-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_2705-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_2705-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_2705-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_2705-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_2705-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_2705-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_2705-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_2705-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_2705-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_2705-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1455021586\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5750,8758,'_wp_attached_file','2018/09/MG_3489.jpg'),(5751,8758,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_3489.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_3489-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_3489-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_3489-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_3489-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3489-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_3489-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_3489-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_3489-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_3489-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_3489-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_3489-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_3489-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_3489-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_3489-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_3489-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_3489-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5752,8759,'_wp_attached_file','2018/09/MG_3504.jpg'),(5753,8759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_3504.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_3504-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_3504-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_3504-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_3504-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3504-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_3504-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_3504-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_3504-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_3504-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_3504-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_3504-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_3504-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_3504-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_3504-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_3504-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_3504-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5754,8760,'_wp_attached_file','2018/09/MG_3529.jpg'),(5755,8760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_3529.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_3529-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_3529-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_3529-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_3529-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3529-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_3529-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_3529-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_3529-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_3529-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_3529-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_3529-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_3529-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_3529-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_3529-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_3529-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_3529-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1526029462\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5756,8761,'_wp_attached_file','2018/09/MG_3770.jpg'),(5757,8761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_3770.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_3770-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_3770-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_3770-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_3770-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_3770-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_3770-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_3770-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_3770-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_3770-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_3770-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_3770-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_3770-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_3770-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_3770-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_3770-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_3770-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1529925808\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5758,8762,'_wp_attached_file','2018/09/MG_7443.jpg'),(5759,8762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_7443.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7443-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7443-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7443-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_7443-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_7443-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_7443-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_7443-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_7443-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_7443-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_7443-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_7443-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_7443-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_7443-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_7443-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_7443-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_7443-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1457687967\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"1.5\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5760,8763,'_wp_attached_file','2018/09/MG_7533.jpg'),(5761,8763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_7533.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7533-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7533-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7533-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_7533-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_7533-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_7533-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_7533-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_7533-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_7533-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_7533-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_7533-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_7533-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_7533-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_7533-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_7533-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_7533-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1457690896\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5762,8764,'_wp_attached_file','2018/09/MG_7547.jpg'),(5763,8764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2018/09/MG_7547.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7547-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7547-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7547-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_7547-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_7547-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_7547-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_7547-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_7547-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_7547-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_7547-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_7547-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_7547-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_7547-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_7547-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_7547-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_7547-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1457691591\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5764,8765,'_wp_attached_file','2018/09/MG_7553-1.jpg'),(5765,8765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:21:\"2018/09/MG_7553-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"MG_7553-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:22:\"MG_7553-1-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:22:\"MG_7553-1-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:21:\"MG_7553-1-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1457691813\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5766,6705,'_thumbnail_id','8759'),(5775,8716,'nectar_image_gal_url',''),(5776,8716,'nectar_image_gal_masonry_sizing','tall'),(5777,8716,'nectar_particle_shape_bg_color',''),(5778,8716,'nectar_particle_shape_color',''),(5779,8716,'nectar_particle_shape_color_mapping','original'),(5780,8716,'nectar_particle_shape_color_alpha','original'),(5781,8716,'nectar_particle_shape_density','very_low'),(5782,8716,'nectar_particle_max_particle_size',''),(5783,8711,'nectar_image_gal_url',''),(5784,8711,'nectar_image_gal_masonry_sizing','wide'),(5785,8711,'nectar_particle_shape_bg_color',''),(5786,8711,'nectar_particle_shape_color',''),(5787,8711,'nectar_particle_shape_color_mapping','original'),(5788,8711,'nectar_particle_shape_color_alpha','original'),(5789,8711,'nectar_particle_shape_density','very_low'),(5790,8711,'nectar_particle_max_particle_size',''),(5791,8706,'nectar_image_gal_url',''),(5792,8706,'nectar_image_gal_masonry_sizing','wide'),(5793,8706,'nectar_particle_shape_bg_color',''),(5794,8706,'nectar_particle_shape_color',''),(5795,8706,'nectar_particle_shape_color_mapping','original'),(5796,8706,'nectar_particle_shape_color_alpha','original'),(5797,8706,'nectar_particle_shape_density','very_low'),(5798,8706,'nectar_particle_max_particle_size',''),(5799,8702,'nectar_image_gal_url',''),(5800,8702,'nectar_image_gal_masonry_sizing','tall'),(5801,8702,'nectar_particle_shape_bg_color',''),(5802,8702,'nectar_particle_shape_color',''),(5803,8702,'nectar_particle_shape_color_mapping','original'),(5804,8702,'nectar_particle_shape_color_alpha','original'),(5805,8702,'nectar_particle_shape_density','very_low'),(5806,8702,'nectar_particle_max_particle_size',''),(5807,8714,'nectar_image_gal_url',''),(5808,8714,'nectar_image_gal_masonry_sizing','tall'),(5809,8714,'nectar_particle_shape_bg_color',''),(5810,8714,'nectar_particle_shape_color',''),(5811,8714,'nectar_particle_shape_color_mapping','original'),(5812,8714,'nectar_particle_shape_color_alpha','original'),(5813,8714,'nectar_particle_shape_density','very_low'),(5814,8714,'nectar_particle_max_particle_size',''),(5815,8713,'nectar_image_gal_url',''),(5816,8713,'nectar_image_gal_masonry_sizing','wide'),(5817,8713,'nectar_particle_shape_bg_color',''),(5818,8713,'nectar_particle_shape_color',''),(5819,8713,'nectar_particle_shape_color_mapping','original'),(5820,8713,'nectar_particle_shape_color_alpha','original'),(5821,8713,'nectar_particle_shape_density','very_low'),(5822,8713,'nectar_particle_max_particle_size',''),(5823,8712,'nectar_image_gal_url',''),(5824,8712,'nectar_image_gal_masonry_sizing','wide'),(5825,8712,'nectar_particle_shape_bg_color',''),(5826,8712,'nectar_particle_shape_color',''),(5827,8712,'nectar_particle_shape_color_mapping','original'),(5828,8712,'nectar_particle_shape_color_alpha','original'),(5829,8712,'nectar_particle_shape_density','very_low'),(5830,8712,'nectar_particle_max_particle_size',''),(5831,8715,'nectar_image_gal_url',''),(5832,8715,'nectar_image_gal_masonry_sizing','regular'),(5833,8715,'nectar_particle_shape_bg_color',''),(5834,8715,'nectar_particle_shape_color',''),(5835,8715,'nectar_particle_shape_color_mapping','original'),(5836,8715,'nectar_particle_shape_color_alpha','original'),(5837,8715,'nectar_particle_shape_density','very_low'),(5838,8715,'nectar_particle_max_particle_size',''),(5839,8771,'_wp_attached_file','2018/09/headphones-690685_1920.jpg'),(5840,8771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:34:\"2018/09/headphones-690685_1920.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"headphones-690685_1920-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:35:\"headphones-690685_1920-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"headphones-690685_1920-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"headphones-690685_1920-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:35:\"headphones-690685_1920-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:34:\"headphones-690685_1920-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;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:{}}}'),(5841,8772,'_wp_attached_file','2018/11/Cuña-de-Radio-Automedicación.mp4'),(5842,8772,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:5200990;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:35;s:16:\"length_formatted\";s:4:\"0:35\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1539689044;}'),(5843,8773,'_wp_attached_file','2018/11/Cuña-de-Radio-Termales.mp4'),(5844,8773,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:5243732;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:36;s:16:\"length_formatted\";s:4:\"0:36\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1539689235;}'),(5845,6701,'_thumbnail_id','8771'),(5846,8774,'_wp_attached_file','2018/09/Logo_SESCAM-700x313.jpg'),(5847,8774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:313;s:4:\"file\";s:31:\"2018/09/Logo_SESCAM-700x313.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-300x134.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-600x313.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-670x313.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-500x313.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-350x313.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:31:\"Logo_SESCAM-700x313-500x313.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:313;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:{}}}'),(5848,8775,'_wp_attached_file','2018/09/CLMconsejeria-bienestar.jpg'),(5849,8775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:210;s:4:\"file\";s:35:\"2018/09/CLMconsejeria-bienestar.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"CLMconsejeria-bienestar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"CLMconsejeria-bienestar-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"CLMconsejeria-bienestar-400x210.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"CLMconsejeria-bienestar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"CLMconsejeria-bienestar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"CLMconsejeria-bienestar-350x210.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:210;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(5856,6701,'_wp_old_date','2018-09-22'),(5857,6701,'_wp_old_slug','audio'),(5858,8779,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-039.jpg'),(5859,8779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-039.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-039-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512132521\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5860,8780,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-049.jpg'),(5861,8780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-049.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-049-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512133409\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5862,8781,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-074.jpg'),(5863,8781,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-074.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-074-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512141408\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5864,8782,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-128.jpg'),(5865,8782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-128.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-128-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512145774\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5866,8783,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-135.jpg'),(5867,8783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-135.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-135-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512146087\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"52\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5868,8784,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-144.jpg'),(5869,8784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-144.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-144-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512146725\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"56\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5870,8785,'_wp_attached_file','2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-169.jpg'),(5871,8785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:52:\"2018/09/17-12-01-Thyssenkrupp-Hotel-NH-Colon-169.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:53:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:52:\"17-12-01-Thyssenkrupp-Hotel-NH-Colon-169-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512147959\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"48\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5872,8786,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-544.jpg'),(5873,8786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-544.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-544-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-544-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-544-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-544-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512391215\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"42\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5874,8787,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-558.jpg'),(5875,8787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-558.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-558-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-558-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-558-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-558-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512391799\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5876,8788,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-651.jpg'),(5877,8788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-651.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-651-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-651-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-651-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-651-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512395177\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5878,8789,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-688.jpg'),(5879,8789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-688.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-688-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-688-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-688-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-688-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512399231\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5880,8790,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-691.jpg'),(5881,8790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-691.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-691-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-691-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-691-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-691-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512399253\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5882,8791,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-738.jpg'),(5883,8791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-738.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-738-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-738-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-738-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-738-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512401567\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5884,8792,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-748.jpg'),(5885,8792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-748.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-748-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-748-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-748-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-748-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512401726\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5886,8793,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-764.jpg'),(5887,8793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-764.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-764-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-764-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-764-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-764-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512401892\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"45\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5888,8794,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-792.jpg'),(5889,8794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-792.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-792-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-792-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-792-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-792-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512403001\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5890,8795,'_wp_attached_file','2018/09/17-12-04-Thyssenkrupp-Vincci-848.jpg'),(5891,8795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:44:\"2018/09/17-12-04-Thyssenkrupp-Vincci-848.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-848-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-848-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:45:\"17-12-04-Thyssenkrupp-Vincci-848-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:44:\"17-12-04-Thyssenkrupp-Vincci-848-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1512410287\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(5892,8796,'_wp_attached_file','2018/09/ThyssenKrupp-104-Editada.jpg'),(5893,8796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:36:\"2018/09/ThyssenKrupp-104-Editada.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"ThyssenKrupp-104-Editada-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:37:\"ThyssenKrupp-104-Editada-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:37:\"ThyssenKrupp-104-Editada-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-104-Editada-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501073581\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5894,8797,'_wp_attached_file','2018/09/ThyssenKrupp-202-Editar.jpg'),(5895,8797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:35:\"2018/09/ThyssenKrupp-202-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-202-Editar-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-202-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-202-Editar-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-202-Editar-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501078681\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5896,8798,'_wp_attached_file','2018/09/ThyssenKrupp-369-Editar.jpg'),(5897,8798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:684;s:6:\"height\";i:1024;s:4:\"file\";s:35:\"2018/09/ThyssenKrupp-369-Editar.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-369-Editar-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-684x500.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-369-Editar-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:36:\"ThyssenKrupp-369-Editar-684x1000.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-684x600.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-684x700.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:35:\"ThyssenKrupp-369-Editar-684x800.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"22\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1501085100\";s:9:\"copyright\";s:18:\"www.letspicyou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5898,8779,'nectar_image_gal_url',''),(5899,8779,'nectar_image_gal_masonry_sizing','wide'),(5900,8779,'nectar_particle_shape_bg_color',''),(5901,8779,'nectar_particle_shape_color',''),(5902,8779,'nectar_particle_shape_color_mapping','original'),(5903,8779,'nectar_particle_shape_color_alpha','original'),(5904,8779,'nectar_particle_shape_density','very_low'),(5905,8779,'nectar_particle_max_particle_size',''),(5906,8784,'nectar_image_gal_url',''),(5907,8784,'nectar_image_gal_masonry_sizing','tall'),(5908,8784,'nectar_particle_shape_bg_color',''),(5909,8784,'nectar_particle_shape_color',''),(5910,8784,'nectar_particle_shape_color_mapping','original'),(5911,8784,'nectar_particle_shape_color_alpha','original'),(5912,8784,'nectar_particle_shape_density','very_low'),(5913,8784,'nectar_particle_max_particle_size',''),(5914,8787,'nectar_image_gal_url',''),(5915,8787,'nectar_image_gal_masonry_sizing','wide'),(5916,8787,'nectar_particle_shape_bg_color',''),(5917,8787,'nectar_particle_shape_color',''),(5918,8787,'nectar_particle_shape_color_mapping','original'),(5919,8787,'nectar_particle_shape_color_alpha','original'),(5920,8787,'nectar_particle_shape_density','very_low'),(5921,8787,'nectar_particle_max_particle_size',''),(5922,8788,'nectar_image_gal_url',''),(5923,8788,'nectar_image_gal_masonry_sizing','tall'),(5924,8788,'nectar_particle_shape_bg_color',''),(5925,8788,'nectar_particle_shape_color',''),(5926,8788,'nectar_particle_shape_color_mapping','original'),(5927,8788,'nectar_particle_shape_color_alpha','original'),(5928,8788,'nectar_particle_shape_density','very_low'),(5929,8788,'nectar_particle_max_particle_size',''),(5930,8789,'nectar_image_gal_url',''),(5931,8789,'nectar_image_gal_masonry_sizing','tall'),(5932,8789,'nectar_particle_shape_bg_color',''),(5933,8789,'nectar_particle_shape_color',''),(5934,8789,'nectar_particle_shape_color_mapping','original'),(5935,8789,'nectar_particle_shape_color_alpha','original'),(5936,8789,'nectar_particle_shape_density','very_low'),(5937,8789,'nectar_particle_max_particle_size',''),(5938,8792,'nectar_image_gal_url',''),(5939,8792,'nectar_image_gal_masonry_sizing','wide'),(5940,8792,'nectar_particle_shape_bg_color',''),(5941,8792,'nectar_particle_shape_color',''),(5942,8792,'nectar_particle_shape_color_mapping','original'),(5943,8792,'nectar_particle_shape_color_alpha','original'),(5944,8792,'nectar_particle_shape_density','very_low'),(5945,8792,'nectar_particle_max_particle_size',''),(5946,8795,'nectar_image_gal_url',''),(5947,8795,'nectar_image_gal_masonry_sizing','wide'),(5948,8795,'nectar_particle_shape_bg_color',''),(5949,8795,'nectar_particle_shape_color',''),(5950,8795,'nectar_particle_shape_color_mapping','original'),(5951,8795,'nectar_particle_shape_color_alpha','original'),(5952,8795,'nectar_particle_shape_density','very_low'),(5953,8795,'nectar_particle_max_particle_size',''),(5954,8797,'nectar_image_gal_url',''),(5955,8797,'nectar_image_gal_masonry_sizing','wide'),(5956,8797,'nectar_particle_shape_bg_color',''),(5957,8797,'nectar_particle_shape_color',''),(5958,8797,'nectar_particle_shape_color_mapping','original'),(5959,8797,'nectar_particle_shape_color_alpha','original'),(5960,8797,'nectar_particle_shape_density','very_low'),(5961,8797,'nectar_particle_max_particle_size',''),(5962,8798,'nectar_image_gal_url',''),(5963,8798,'nectar_image_gal_masonry_sizing','regular'),(5964,8798,'nectar_particle_shape_bg_color',''),(5965,8798,'nectar_particle_shape_color',''),(5966,8798,'nectar_particle_shape_color_mapping','original'),(5967,8798,'nectar_particle_shape_color_alpha','original'),(5968,8798,'nectar_particle_shape_density','very_low'),(5969,8798,'nectar_particle_max_particle_size',''),(5970,8796,'nectar_image_gal_url',''),(5971,8796,'nectar_image_gal_masonry_sizing','wide'),(5972,8796,'nectar_particle_shape_bg_color',''),(5973,8796,'nectar_particle_shape_color',''),(5974,8796,'nectar_particle_shape_color_mapping','original'),(5975,8796,'nectar_particle_shape_color_alpha','original'),(5976,8796,'nectar_particle_shape_density','very_low'),(5977,8796,'nectar_particle_max_particle_size',''),(5978,8793,'nectar_image_gal_url',''),(5979,8793,'nectar_image_gal_masonry_sizing','wide'),(5980,8793,'nectar_particle_shape_bg_color',''),(5981,8793,'nectar_particle_shape_color',''),(5982,8793,'nectar_particle_shape_color_mapping','original'),(5983,8793,'nectar_particle_shape_color_alpha','original'),(5984,8793,'nectar_particle_shape_density','very_low'),(5985,8793,'nectar_particle_max_particle_size',''),(6004,6218,'_oembed_time_e63dae173eecf42795f33604149fe89b','1548872567'),(6168,8855,'_menu_item_type','custom'),(6169,8855,'_menu_item_menu_item_parent','0'),(6166,8854,'_menu_item_url','http://www.ditaymedia.com/#restauracion'),(6165,8854,'_menu_item_xfn',''),(6164,8854,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6146,6721,'_edit_lock','1560513251:1'),(6145,8449,'_edit_lock','1560512905:1'),(6119,8826,'_wp_attached_file','2019/02/Toyo-Publicidad-30-Años-Ilusionados.mp4'),(6120,8826,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:19319378;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:71;s:16:\"length_formatted\";s:4:\"1:11\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:44100;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1547546503;}'),(6121,8826,'_edit_lock','1549281834:1'),(6124,8594,'_edit_lock','1549292861:1'),(6129,8830,'_wp_attached_file','2018/09/Schweppes-Hibiscus-2.jpg'),(6130,8830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2018/09/Schweppes-Hibiscus-2.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Schweppes-Hibiscus-2-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-683x604.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-683x500.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:33:\"Schweppes-Hibiscus-2-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"Schweppes-Hibiscus-2-683x1000.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-683x600.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-683x700.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"Schweppes-Hibiscus-2-683x800.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:9:\"ILCE-7RM2\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1547474044\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(6132,8833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1465;s:6:\"height\";i:497;s:4:\"file\";s:32:\"2019/06/LOGO-DITAY-con-mosca.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"LOGO-DITAY-con-mosca-1024x347.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-900x497.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:33:\"LOGO-DITAY-con-mosca-1000x497.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-500x497.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-500x497.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:33:\"LOGO-DITAY-con-mosca-1000x497.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-900x497.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:32:\"LOGO-DITAY-con-mosca-800x497.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Diego Martínez Gómez\";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:9:\"LOGODITAY\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6135,8835,'_wp_attached_file','2019/06/LETSPICYOU_Negro_Cuadrado_100x100ppp.png'),(6136,8835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:48:\"2019/06/LETSPICYOU_Negro_Cuadrado_100x100ppp.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:{}}}'),(6139,8838,'_wp_attached_file','2019/06/LOGO-DITAY-Blanco-con-mosca.png'),(6140,8838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1465;s:6:\"height\";i:497;s:4:\"file\";s:39:\"2019/06/LOGO-DITAY-Blanco-con-mosca.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-768x261.png\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"LOGO-DITAY-Blanco-con-mosca-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-900x497.png\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"wide\";a:4:{s:4:\"file\";s:40:\"LOGO-DITAY-Blanco-con-mosca-1000x497.png\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"regular\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-500x497.png\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"tall\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-500x497.png\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:40:\"LOGO-DITAY-Blanco-con-mosca-1000x497.png\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-900x497.png\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:39:\"LOGO-DITAY-Blanco-con-mosca-800x497.png\";s:5:\"width\";i:800;s:6:\"height\";i:497;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:{}}}'),(6141,8840,'_wp_attached_file','2019/06/LOGO-DITAY-Gris-con-mosca.png'),(6142,8840,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1465;s:6:\"height\";i:497;s:4:\"file\";s:37:\"2019/06/LOGO-DITAY-Gris-con-mosca.png\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-768x261.png\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"LOGO-DITAY-Gris-con-mosca-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-900x497.png\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-600x403.png\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-400x269.png\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-140x140.png\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"wide\";a:4:{s:4:\"file\";s:38:\"LOGO-DITAY-Gris-con-mosca-1000x497.png\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-670x335.png\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"regular\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-500x497.png\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-350x350.png\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"tall\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-500x497.png\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:38:\"LOGO-DITAY-Gris-con-mosca-1000x497.png\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-900x497.png\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:37:\"LOGO-DITAY-Gris-con-mosca-800x497.png\";s:5:\"width\";i:800;s:6:\"height\";i:497;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:{}}}'),(6143,8841,'_wp_attached_file','2019/06/LOGO-DITAY-y-LPY.jpg'),(6144,8841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3271;s:6:\"height\";i:619;s:4:\"file\";s:28:\"2019/06/LOGO-DITAY-y-LPY.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"LOGO-DITAY-y-LPY-300x57.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-768x145.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"LOGO-DITAY-y-LPY-1024x194.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"LOGO-DITAY-y-LPY-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-500x619.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"LOGO-DITAY-y-LPY-1000x619.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:29:\"LOGO-DITAY-y-LPY-1700x619.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"LOGO-DITAY-y-LPY-800x619.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:619;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Diego Martínez Gómez\";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:9:\"LOGODITAY\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6170,8855,'_menu_item_object_id','8855'),(6171,8855,'_menu_item_object','custom'),(6172,8855,'_menu_item_target',''),(6173,8855,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6174,8855,'_menu_item_xfn',''),(6175,8855,'_menu_item_url','http://www.ditaymedia.com/#restauracion'),(6177,8856,'_wp_attached_file','2019/06/DSC5099_HDR.jpg'),(6178,8856,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:23:\"2019/06/DSC5099_HDR.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC5099_HDR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:24:\"DSC5099_HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"DSC5099_HDR-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:25:\"DSC5099_HDR-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:24:\"DSC5099_HDR-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"DSC5099_HDR-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433786248\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6179,8863,'_wp_attached_file','2019/06/ARTE-FINAL_NAVETHEPHOTO-06_2.png'),(6180,8863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:659;s:6:\"height\";i:136;s:4:\"file\";s:40:\"2019/06/ARTE-FINAL_NAVETHEPHOTO-06_2.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"ARTE-FINAL_NAVETHEPHOTO-06_2-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-600x136.png\";s:5:\"width\";i:600;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-400x136.png\";s:5:\"width\";i:400;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-140x136.png\";s:5:\"width\";i:140;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"regular\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-350x136.png\";s:5:\"width\";i:350;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"tall\";a:4:{s:4:\"file\";s:40:\"ARTE-FINAL_NAVETHEPHOTO-06_2-500x136.png\";s:5:\"width\";i:500;s:6:\"height\";i:136;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:{}}}'),(6181,8864,'_wp_attached_file','2019/06/Foto-al-Plato.jpg'),(6182,8864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2040;s:6:\"height\";i:497;s:4:\"file\";s:25:\"2019/06/Foto-al-Plato.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Foto-al-Plato-300x73.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-768x187.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Foto-al-Plato-1024x249.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-900x497.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:26:\"Foto-al-Plato-1000x497.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-500x497.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-500x497.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:26:\"Foto-al-Plato-1000x497.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-900x497.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:26:\"Foto-al-Plato-1700x497.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:25:\"Foto-al-Plato-800x497.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:497;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:14:\"Foto&Plato\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6183,8556,'_nectar_love','0'),(6185,8873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:4:\"file\";s:23:\"2019/06/DSC5927-HDR.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC5927-HDR-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:24:\"DSC5927-HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"DSC5927-HDR-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:25:\"DSC5927-HDR-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:24:\"DSC5927-HDR-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"DSC5927-HDR-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1485890181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6186,8874,'_wp_attached_file','2019/06/DSC4849-Editar.jpg'),(6187,8874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:26:\"2019/06/DSC4849-Editar.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"DSC4849-Editar-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:27:\"DSC4849-Editar-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:27:\"DSC4849-Editar-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:28:\"DSC4849-Editar-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:27:\"DSC4849-Editar-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:26:\"DSC4849-Editar-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433242910\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6188,8875,'_wp_attached_file','2019/06/DSC5290_HDR.jpg'),(6189,8875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:4:\"file\";s:23:\"2019/06/DSC5290_HDR.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:25:\"DSC5290_HDR-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:24:\"DSC5290_HDR-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:23:\"DSC5290_HDR-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:16:\"LetsPicYou Photo\";s:6:\"camera\";s:8:\"SLT-A99V\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1433868858\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6190,8876,'_wp_attached_file','2019/06/DSC7019.jpg'),(6191,8876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2734;s:4:\"file\";s:19:\"2019/06/DSC7019.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC7019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC7019-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC7019-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC7019-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:19:\"DSC7019-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC7019-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC7019-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC7019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC7019-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC7019-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC7019-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC7019-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC7019-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"DSC7019-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"DSC7019-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC7019-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"DSC7019-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC7019-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1482838767\";s:9:\"copyright\";s:18:\"www.LetsPicYou.com\";s:12:\"focal_length\";s:2:\"22\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"1.6\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6192,8877,'_wp_attached_file','2019/06/MG_0148.jpg'),(6193,8877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:19:\"2019/06/MG_0148.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0148-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_0148-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_0148-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_0148-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:19:\"MG_0148-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_0148-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_0148-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_0148-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_0148-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_0148-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_0148-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_0148-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_0148-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_0148-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"MG_0148-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_0148-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"MG_0148-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_0148-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"9\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1449077266\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6202,8891,'_wp_attached_file','2019/06/letspicyou-reel.mp4'),(6203,8891,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:75469532;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:58;s:16:\"length_formatted\";s:4:\"0:58\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1547667650;}'),(6224,8900,'_menu_item_target',''),(6222,8900,'_menu_item_object_id','6218'),(6220,8900,'_menu_item_type','post_type'),(6221,8900,'_menu_item_menu_item_parent','0'),(6223,8900,'_menu_item_object','page'),(6225,8900,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6226,8900,'_menu_item_xfn',''),(6227,8900,'_menu_item_url',''),(6228,8900,'_menu_item_orphaned','1561106102'),(6238,8902,'_menu_item_type','custom'),(6239,8902,'_menu_item_menu_item_parent','0'),(6240,8902,'_menu_item_object_id','8902'),(6241,8902,'_menu_item_object','custom'),(6242,8902,'_menu_item_target',''),(6243,8902,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6244,8902,'_menu_item_xfn',''),(6245,8902,'_menu_item_url','http://www.ditaymedia.com/#TI'),(6247,8903,'_menu_item_type','custom'),(6248,8903,'_menu_item_menu_item_parent','0'),(6249,8903,'_menu_item_object_id','8903'),(6250,8903,'_menu_item_object','custom'),(6251,8903,'_menu_item_target',''),(6252,8903,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6253,8903,'_menu_item_xfn',''),(6254,8903,'_menu_item_url','http://www.ditaymedia.com/#TI'),(6256,8905,'_wp_attached_file','2019/06/MAC_1.mp4'),(6257,8905,'_wp_attachment_metadata','a:10:{s:8:\"filesize\";i:125194311;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:120;s:16:\"length_formatted\";s:4:\"2:00\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1561110233;}'),(6258,8907,'_menu_item_type','post_type'),(6259,8907,'_menu_item_menu_item_parent','0'),(6260,8907,'_menu_item_object_id','6218'),(6261,8907,'_menu_item_object','page'),(6262,8907,'_menu_item_target',''),(6263,8907,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6264,8907,'_menu_item_xfn',''),(6265,8907,'_menu_item_url',''),(6266,8907,'_menu_item_orphaned','1561112451'),(6267,8908,'_edit_lock','1561375884:3'),(6268,8908,'_edit_last','3'),(6269,8910,'_wp_attached_file','2019/06/1.jpg'),(6270,8910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2019/06/1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"1-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"1-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"1-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:13:\"1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"1-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"1-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:13:\"1-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6271,8911,'_wp_attached_file','2019/06/2.jpg'),(6272,8911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2019/06/2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"2-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:13:\"2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"2-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:13:\"2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6273,8912,'_wp_attached_file','2019/06/3.jpg'),(6274,8912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2019/06/3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"3-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"3-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"3-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"3-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"3-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:13:\"3-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6275,8913,'_wp_attached_file','2019/06/4.jpg'),(6276,8913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"2019/06/4.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:13:\"4-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:13:\"4-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:13:\"4-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:13:\"4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:13:\"4-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:13:\"4-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:13:\"4-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6278,8908,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][fancy-ul icon_type=\"standard_dash\" color=\"Accent-Color\" alignment=\"left\"]</p>\n<h3 style=\"text-align: center;\">La web es tu principal escaparate al público. Nosotros te ayudamos a encontrar una que se adapte a tu negocio e imagen para empezar a aumentar los clientes. Te ayudamos en creación y diseño web, consultoría o rediseño.</h3>\n<p>[/fancy-ul][/vc_column][/vc_row]</p>\n'),(6279,8908,'_nectar_portfolio_item_layout','enabled'),(6280,8908,'_nectar_portfolio_custom_grid_item','off'),(6281,8908,'_nectar_portfolio_custom_grid_item_content',''),(6282,8908,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2019/06/DISEÑO-WEB.jpg'),(6283,8908,'_nectar_hide_featured','on'),(6284,8908,'_portfolio_item_masonry_sizing','regular'),(6285,8908,'_portfolio_item_masonry_content_pos','middle'),(6286,8908,'_nectar_external_project_url',''),(6287,8908,'nectar-metabox-portfolio-parent-override','default'),(6288,8908,'_nectar_project_excerpt',''),(6289,8908,'_nectar_project_accent_color',''),(6290,8908,'_nectar_project_title_color',''),(6291,8908,'_nectar_project_subtitle_color',''),(6292,8908,'_nectar_project_css_class',''),(6293,8908,'_nectar_slider_bg_type','image_bg'),(6294,8908,'_nectar_media_upload_webm',''),(6295,8908,'_nectar_media_upload_mp4',''),(6296,8908,'_nectar_media_upload_ogv',''),(6297,8908,'_nectar_slider_preview_image',''),(6298,8908,'_nectar_header_bg',''),(6299,8908,'_nectar_header_parallax','off'),(6300,8908,'_nectar_header_bg_height',''),(6301,8908,'_nectar_header_fullscreen','off'),(6302,8908,'_nectar_page_header_bg_alignment','center'),(6303,8908,'_nectar_header_bg_color',''),(6304,8908,'_nectar_header_bg_overlay_color',''),(6305,8908,'_nectar_header_subtitle',''),(6306,8908,'_nectar_header_font_color',''),(6307,8908,'_disable_transparent_header','off'),(6308,8908,'_force_transparent_header_color','light'),(6309,8908,'_nectar_video_m4v',''),(6310,8908,'_nectar_video_ogv',''),(6311,8908,'_nectar_video_poster',''),(6312,8908,'_nectar_video_embed',''),(6313,8908,'_wpb_vc_js_status','true'),(6314,8908,'_nectar_love','0'),(6599,8928,'_nectar_love','1'),(6602,8942,'_wp_attached_file','2019/06/DISEÑO-WEB.jpg'),(6394,8922,'_edit_lock','1562065760:3'),(6395,8922,'_edit_last','3'),(6603,8942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:23:\"2019/06/DISEÑO-WEB.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:23:\"DISEÑO-WEB-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6397,8922,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][fancy-ul icon_type=\"standard_dash\" color=\"Accent-Color\" alignment=\"left\"]</p>\n<h3 style=\"text-align: center;\">Optimiza todos los procesos de tu empresa gracias al CRM. Con una plataforma de este tipo podrás tener todos los datos de tu compañía en un mismo espacio. Ofrecemos consultoría, creación y gestión de CRM.</h3>\n<p>[/fancy-ul][/vc_column][/vc_row]</p>\n'),(6398,8922,'_nectar_portfolio_item_layout','enabled'),(6399,8922,'_nectar_portfolio_custom_grid_item','off'),(6400,8922,'_nectar_portfolio_custom_grid_item_content',''),(6401,8922,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2019/06/CRM.jpg'),(6402,8922,'_nectar_hide_featured','on'),(6403,8922,'_portfolio_item_masonry_sizing','regular'),(6404,8922,'_portfolio_item_masonry_content_pos','middle'),(6405,8922,'_nectar_external_project_url',''),(6406,8922,'nectar-metabox-portfolio-parent-override','default'),(6407,8922,'_nectar_project_excerpt',''),(6408,8922,'_nectar_project_accent_color',''),(6409,8922,'_nectar_project_title_color',''),(6410,8922,'_nectar_project_subtitle_color',''),(6411,8922,'_nectar_project_css_class',''),(6412,8922,'_nectar_slider_bg_type','image_bg'),(6413,8922,'_nectar_media_upload_webm',''),(6414,8922,'_nectar_media_upload_mp4',''),(6415,8922,'_nectar_media_upload_ogv',''),(6416,8922,'_nectar_slider_preview_image',''),(6417,8922,'_nectar_header_bg',''),(6418,8922,'_nectar_header_parallax','off'),(6419,8922,'_nectar_header_bg_height',''),(6420,8922,'_nectar_header_fullscreen','off'),(6421,8922,'_nectar_page_header_bg_alignment','center'),(6422,8922,'_nectar_header_bg_color',''),(6423,8922,'_nectar_header_bg_overlay_color',''),(6424,8922,'_nectar_header_subtitle',''),(6425,8922,'_nectar_header_font_color',''),(6426,8922,'_disable_transparent_header','off'),(6427,8922,'_force_transparent_header_color','light'),(6428,8922,'_nectar_video_m4v',''),(6429,8922,'_nectar_video_ogv',''),(6430,8922,'_nectar_video_poster',''),(6431,8922,'_nectar_video_embed',''),(6432,8922,'_wpb_vc_js_status','true'),(6433,8922,'_nectar_love','0'),(6447,8926,'_edit_lock','1562066271:3'),(6448,8926,'_edit_last','3'),(6449,8926,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][fancy-ul icon_type=\"standard_dash\" color=\"Accent-Color\" alignment=\"left\"]</p>\n<h3 style=\"text-align: center;\">Te instalamos las redes e infraestructuras de tu oficina para su óptimo funcionamiento. También te ayudamos en hacer el traslado de las mismas si tu empresa cambia de localización o de oficina.</h3>\n<p>[/fancy-ul][/vc_column][/vc_row]</p>\n'),(6450,8926,'_nectar_portfolio_item_layout','enabled'),(6451,8926,'_nectar_portfolio_custom_grid_item','off'),(6452,8926,'_nectar_portfolio_custom_grid_item_content',''),(6453,8926,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2019/06/portfolio2.jpg'),(6454,8926,'_nectar_hide_featured','on'),(6455,8926,'_portfolio_item_masonry_sizing','regular'),(6456,8926,'_portfolio_item_masonry_content_pos','middle'),(6457,8926,'_nectar_external_project_url',''),(6458,8926,'nectar-metabox-portfolio-parent-override','default'),(6459,8926,'_nectar_project_excerpt',''),(6460,8926,'_nectar_project_accent_color',''),(6461,8926,'_nectar_project_title_color',''),(6462,8926,'_nectar_project_subtitle_color',''),(6463,8926,'_nectar_project_css_class',''),(6464,8926,'_nectar_slider_bg_type','image_bg'),(6465,8926,'_nectar_media_upload_webm',''),(6466,8926,'_nectar_media_upload_mp4',''),(6467,8926,'_nectar_media_upload_ogv',''),(6468,8926,'_nectar_slider_preview_image',''),(6469,8926,'_nectar_header_bg',''),(6470,8926,'_nectar_header_parallax','off'),(6471,8926,'_nectar_header_bg_height',''),(6472,8926,'_nectar_header_fullscreen','off'),(6473,8926,'_nectar_page_header_bg_alignment','center'),(6474,8926,'_nectar_header_bg_color',''),(6475,8926,'_nectar_header_bg_overlay_color',''),(6476,8926,'_nectar_header_subtitle',''),(6477,8926,'_nectar_header_font_color',''),(6478,8926,'_disable_transparent_header','off'),(6479,8926,'_force_transparent_header_color','light'),(6480,8926,'_nectar_video_m4v',''),(6481,8926,'_nectar_video_ogv',''),(6482,8926,'_nectar_video_poster',''),(6483,8926,'_nectar_video_embed',''),(6484,8926,'_wpb_vc_js_status','true'),(6485,8928,'_edit_lock','1562066811:3'),(6486,8928,'_edit_last','3'),(6487,8928,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][fancy-ul icon_type=\"standard_dash\" color=\"Accent-Color\" alignment=\"left\"]</p>\n<h3 style=\"text-align: center;\">Nos encargamos del seguimiento de tus infraestructuras y redes para que estén siempre a punto. De esta manera no habrá imprevistos que puedan afectar a tu compañía.</h3>\n<p>[/fancy-ul][/vc_column][/vc_row]</p>\n'),(6488,8928,'_nectar_portfolio_item_layout','enabled'),(6489,8928,'_nectar_portfolio_custom_grid_item','off'),(6490,8928,'_nectar_portfolio_custom_grid_item_content',''),(6491,8928,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2019/06/portfolio.jpg'),(6492,8928,'_nectar_hide_featured','on'),(6493,8928,'_portfolio_item_masonry_sizing','regular'),(6494,8928,'_portfolio_item_masonry_content_pos','middle'),(6495,8928,'_nectar_external_project_url',''),(6496,8928,'nectar-metabox-portfolio-parent-override','default'),(6497,8928,'_nectar_project_excerpt',''),(6498,8928,'_nectar_project_accent_color',''),(6499,8928,'_nectar_project_title_color',''),(6500,8928,'_nectar_project_subtitle_color',''),(6501,8928,'_nectar_project_css_class',''),(6502,8928,'_nectar_slider_bg_type','image_bg'),(6503,8928,'_nectar_media_upload_webm',''),(6504,8928,'_nectar_media_upload_mp4',''),(6505,8928,'_nectar_media_upload_ogv',''),(6506,8928,'_nectar_slider_preview_image',''),(6507,8928,'_nectar_header_bg',''),(6508,8928,'_nectar_header_parallax','off'),(6509,8928,'_nectar_header_bg_height',''),(6510,8928,'_nectar_header_fullscreen','off'),(6511,8928,'_nectar_page_header_bg_alignment','center'),(6512,8928,'_nectar_header_bg_color',''),(6513,8928,'_nectar_header_bg_overlay_color',''),(6514,8928,'_nectar_header_subtitle',''),(6515,8928,'_nectar_header_font_color',''),(6516,8928,'_disable_transparent_header','off'),(6517,8928,'_force_transparent_header_color','light'),(6518,8928,'_nectar_video_m4v',''),(6519,8928,'_nectar_video_ogv',''),(6520,8928,'_nectar_video_poster',''),(6521,8928,'_nectar_video_embed',''),(6522,8928,'_wpb_vc_js_status','true'),(6604,8908,'_thumbnail_id','8942'),(6605,8943,'_wp_attached_file','2019/06/CRM.jpg'),(6606,8943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:15:\"2019/06/CRM.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"CRM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"CRM-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:15:\"CRM-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:15:\"CRM-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:15:\"CRM-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:15:\"CRM-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:15:\"CRM-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:15:\"CRM-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:15:\"CRM-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:15:\"CRM-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6607,8922,'_thumbnail_id','8943'),(6608,8945,'_wp_attached_file','2019/06/portfolio2.jpg'),(6609,8945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2019/06/portfolio2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"portfolio2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"portfolio2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:22:\"portfolio2-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:22:\"portfolio2-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:22:\"portfolio2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:22:\"portfolio2-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:22:\"portfolio2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:22:\"portfolio2-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:22:\"portfolio2-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:22:\"portfolio2-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6610,8926,'_thumbnail_id','8945'),(6611,8947,'_wp_attached_file','2019/06/portfolio.jpg'); INSERT INTO `wor5384_postmeta` VALUES (6612,8947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2019/06/portfolio.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"portfolio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"portfolio-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:21:\"portfolio-500x403.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:21:\"portfolio-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:21:\"portfolio-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:21:\"portfolio-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:21:\"portfolio-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:21:\"portfolio-500x335.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:21:\"portfolio-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:21:\"portfolio-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6613,8928,'_thumbnail_id','8947'),(6623,8954,'_wp_attached_file','2019/06/MG_7553.jpg'),(6624,8954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:19:\"2019/06/MG_7553.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_7553-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_7553-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_7553-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_7553-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:19:\"MG_7553-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_7553-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_7553-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_7553-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_7553-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_7553-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_7553-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_7553-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_7553-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"MG_7553-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"MG_7553-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_7553-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"MG_7553-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_7553-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:19:\"Oscar Hugo Espinosa\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:16:\"LetsPicYou Photo\";s:17:\"created_timestamp\";s:10:\"1457691813\";s:9:\"copyright\";s:30:\"http://facebook.com/LetsPicYou\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:3:\"0.3\";s:5:\"title\";s:16:\"LetsPicYou Photo\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6629,8957,'_menu_item_type','custom'),(6630,8957,'_menu_item_menu_item_parent','0'),(6631,8957,'_menu_item_object_id','8957'),(6632,8957,'_menu_item_object','custom'),(6633,8957,'_menu_item_target',''),(6634,8957,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6635,8957,'_menu_item_xfn',''),(6636,8957,'_menu_item_url','http://www.ditaymedia.com/#eventos'),(6638,8958,'_menu_item_type','custom'),(6639,8958,'_menu_item_menu_item_parent','0'),(6640,8958,'_menu_item_object_id','8958'),(6641,8958,'_menu_item_object','custom'),(6642,8958,'_menu_item_target',''),(6643,8958,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(6644,8958,'_menu_item_xfn',''),(6645,8958,'_menu_item_url','http://www.ditaymedia.com/#eventos'),(6647,8959,'_wp_attached_file','2019/07/DSC4502.jpg'),(6648,8959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:2732;s:4:\"file\";s:19:\"2019/07/DSC4502.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"DSC4502-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"DSC4502-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"DSC4502-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"DSC4502-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:19:\"DSC4502-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"DSC4502-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"DSC4502-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"DSC4502-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"DSC4502-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"DSC4502-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"DSC4502-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"DSC4502-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"DSC4502-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:20:\"DSC4502-500x1000.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:21:\"DSC4502-1000x1000.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"DSC4502-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"large_featured\";a:4:{s:4:\"file\";s:20:\"DSC4502-1700x700.jpg\";s:5:\"width\";i:1700;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"DSC4502-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1530096663\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(6649,8960,'_wp_attached_file','2019/07/MG_0140.jpg'),(6650,8960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2019/07/MG_0140.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0140-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_0140-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_0140-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_0140-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:19:\"MG_0140-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:19:\"MG_0140-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:19:\"MG_0140-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:19:\"MG_0140-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:19:\"MG_0140-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:20:\"MG_0140-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:19:\"MG_0140-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:19:\"MG_0140-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:19:\"MG_0140-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:19:\"MG_0140-500x683.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:20:\"MG_0140-1000x683.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:19:\"MG_0140-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:19:\"MG_0140-800x683.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:23:\"LetsPicYou Producciones\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:23:\"LetsPicYou Producciones\";s:17:\"created_timestamp\";s:10:\"1384170342\";s:9:\"copyright\";s:21:\"http://LetsPicYou.com\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:23:\"LetsPicYou Producciones\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:45:\"LetsPicYou Producciones http://LetsPicYou.com\";}}}'),(6651,8963,'_wp_attached_file','2019/07/DSC3234-1024x684.jpg'),(6652,8963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:684;s:4:\"file\";s:28:\"2019/07/DSC3234-1024x684.jpg\";s:5:\"sizes\";a:17:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"DSC3234-1024x684-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_large\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-900x604.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-thumb\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-600x403.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-400x269.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"wide\";a:4:{s:4:\"file\";s:29:\"DSC3234-1024x684-1000x500.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-670x335.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"regular\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-500x500.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"tall\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-500x684.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"wide_tall\";a:4:{s:4:\"file\";s:29:\"DSC3234-1024x684-1000x684.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"wide_photography\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-900x600.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"medium_featured\";a:4:{s:4:\"file\";s:28:\"DSC3234-1024x684-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;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:8:\"SLT-A99V\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476104492\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6653,8965,'_edit_lock','1562066164:3'),(6655,8965,'_edit_last','3'),(6656,8967,'_wp_attached_file','2019/07/download.jpg'),(6657,8967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:322;s:6:\"height\";i:156;s:4:\"file\";s:20:\"2019/07/download.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"download-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"download-300x145.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:145;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:20:\"download-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:20:\"download-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;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:{}}}'),(6658,8965,'_thumbnail_id','8970'),(6659,8965,'_nectar_portfolio_extra_content','<p>[vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][fancy-ul icon_type=\"standard_dash\" color=\"Accent-Color\" alignment=\"left\"]</p>\n<h3 style=\"text-align: center;\">¿Aún no conoces VoIP (Voice over IP)? Optimiza las telecomunicaciones de tu empresa con sistemas de telefonía online. Te ayudamos a hacer el cambio desde un sistema convencional, mejorar tu sistema actual o ampliación de tus terminales.</h3>\n<p>[/fancy-ul][/vc_column][/vc_row]</p>\n'),(6660,8965,'_nectar_portfolio_item_layout','enabled'),(6661,8965,'_nectar_portfolio_custom_grid_item','off'),(6662,8965,'_nectar_portfolio_custom_grid_item_content',''),(6663,8965,'_nectar_portfolio_custom_thumbnail','http://ditaymedia.com/wp-content/uploads/2019/07/Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365.jpg'),(6664,8965,'_nectar_hide_featured','on'),(6665,8965,'_portfolio_item_masonry_sizing','regular'),(6666,8965,'_portfolio_item_masonry_content_pos','middle'),(6667,8965,'_nectar_external_project_url',''),(6668,8965,'nectar-metabox-portfolio-parent-override','default'),(6669,8965,'_nectar_project_excerpt',''),(6670,8965,'_nectar_project_accent_color',''),(6671,8965,'_nectar_project_title_color',''),(6672,8965,'_nectar_project_subtitle_color',''),(6673,8965,'_nectar_project_css_class',''),(6674,8965,'_nectar_slider_bg_type','image_bg'),(6675,8965,'_nectar_media_upload_webm',''),(6676,8965,'_nectar_media_upload_mp4',''),(6677,8965,'_nectar_media_upload_ogv',''),(6678,8965,'_nectar_slider_preview_image',''),(6679,8965,'_nectar_header_bg',''),(6680,8965,'_nectar_header_parallax','off'),(6681,8965,'_nectar_header_bg_height',''),(6682,8965,'_nectar_header_fullscreen','off'),(6683,8965,'_nectar_page_header_bg_alignment','center'),(6684,8965,'_nectar_header_bg_color',''),(6685,8965,'_nectar_header_bg_overlay_color',''),(6686,8965,'_nectar_header_subtitle',''),(6687,8965,'_nectar_header_font_color',''),(6688,8965,'_disable_transparent_header','off'),(6689,8965,'_force_transparent_header_color','light'),(6690,8965,'_nectar_video_m4v',''),(6691,8965,'_nectar_video_ogv',''),(6692,8965,'_nectar_video_poster',''),(6693,8965,'_nectar_video_embed',''),(6694,8965,'_wpb_vc_js_status','true'),(6695,8970,'_wp_attached_file','2019/07/Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365.jpg'),(6696,8970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:364;s:4:\"file\";s:90:\"2019/07/Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"portfolio-thumb_small\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-365x269.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"portfolio-widget\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"nectar_small_square\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-140x140.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"wide_small\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-365x335.jpg\";s:5:\"width\";i:365;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"regular_small\";a:4:{s:4:\"file\";s:90:\"Los-Pros-y-Contras-de-cambiar-tu-sistema-telefónico-a-telefonía-VoIP-750x365-350x350.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:350;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:10:\"1562072476\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(6697,8965,'_nectar_love','1'); /*!40000 ALTER TABLE `wor5384_postmeta` ENABLE KEYS */; UNLOCK TABLES; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wor5384_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 COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', 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=8979 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `wor5384_posts` WRITE; /*!40000 ALTER TABLE `wor5384_posts` DISABLE KEYS */; INSERT INTO `wor5384_posts` VALUES (6,1,'2018-09-12 11:43:26','2018-09-12 11:43:26','<div class=\"row\">\r\n <div class=\"col span_6\">\r\n <label for=\"your-name\">NOMBRE</label>\r\n [text* your-name] </p>\r\n </div>\r\n <div class=\"col span_6\">\r\n <label for=\"your-email\">EMAIL</label>\r\n [email* your-email] </p>\r\n </div>\r\n</div>\r\n<label for=\"your-message\">MENSAJE</label>\r\n [textarea your-message x3] \r\n<p>[submit \"Enviar\"]</p>\n1\nWordPress \"[your-subject]\"\n[your-name] <wordpress@ditaymedia.com>\nmiguel@ditaymedia.com\nDe: [your-name] <[your-email]>\r\nAsunto: [your-subject]\r\n\r\nCuerpo del mensaje:\r\n[your-message]\r\n\r\n-- \r\nEste mensaje se ha enviado desde un formulario de contacto en WordPress (http://ditaymedia.com)\nReply-To: [your-email]\n\n\n\n\nWordPress \"[your-subject]\"\nWordPress <wordpress@test.letspicyou.com>\n[your-email]\nCuerpo del mensaje:\r\n[your-message]\r\n\r\n-- \r\nEste mensaje se ha enviado desde un formulario de contacto en WordPress (http://ditaymedia.com)\nReply-To: miguel@ditaymedia.com\n\n\n\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.\nEl formato de fecha es incorrecto.\nLa fecha es anterior a la más temprana permitida.\nLa fecha es posterior a la más tardía permitida.\nHubo un error desconocido subiendo el archivo.\nNo tienes permisos para subir archivos de este tipo.\nEl archivo es demasiado grande.\nSe ha producido un error subiendo la imagen\nEl formato de número no es válido.\nEl número es menor que el mínimo permitido.\nEl número es mayor que el máximo permitido.\nLa respuesta al cuestionario no es correcta.\nEl código introducido es incorrecto.\nLa dirección de correo electrónico que has introducido no es válida.\nLa URL no es válida.\nEl número de teléfono no es válido.','Contacto - LetsPicYou Pruebas campos juntos','','publish','closed','closed','','formulario-de-contacto-1','','','2018-10-08 15:03:10','2018-10-08 15:03:10','',0,'http://ditaymedia.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(8,1,'2018-09-12 11:47:16','2018-09-12 11:47:16','','LogoLetspicyouProducciones Blanco','','inherit','open','closed','','logoletspicyouproducciones-blanco','','','2018-09-12 11:47:16','2018-09-12 11:47:16','',0,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoLetspicyouProducciones-Blanco.png',0,'attachment','image/png',0),(6701,1,'2018-09-20 11:15:42','2018-09-20 11:15:42','','CUÑAS','','publish','closed','closed','','locuciones','','','2018-11-05 17:01:07','2018-11-05 17:01:07','',0,'http://ditaymedia.com/?post_type=portfolio&p=6701',0,'portfolio','',0),(6702,1,'2018-09-28 11:15:42','2018-09-28 11:15:42','','AUDIO','','inherit','closed','closed','','6701-revision-v1','','','2018-09-28 11:15:42','2018-09-28 11:15:42','',6701,'http://ditaymedia.com/6701-revision-v1/',0,'revision','',0),(6703,1,'2018-09-23 11:16:47','2018-09-23 11:16:47','','REDES SOCIALES','','publish','closed','closed','','redes-sociales','','','2018-10-26 08:48:22','2018-10-26 08:48:22','',0,'http://ditaymedia.com/?post_type=portfolio&p=6703',0,'portfolio','',0),(6704,1,'2018-09-28 11:16:47','2018-09-28 11:16:47','','REDES SOCIALES','','inherit','closed','closed','','6703-revision-v1','','','2018-09-28 11:16:47','2018-09-28 11:16:47','',6703,'http://ditaymedia.com/6703-revision-v1/',0,'revision','',0),(6705,1,'2018-09-21 11:17:07','2018-09-21 11:17:07','','CORPORATIVA','','publish','closed','closed','','corporativa','','','2019-02-04 12:04:08','2019-02-04 12:04:08','',0,'http://ditaymedia.com/?post_type=portfolio&p=6705',0,'portfolio','',0),(6706,1,'2018-09-28 11:17:07','2018-09-28 11:17:07','P','CORPORATIVA','','inherit','closed','closed','','6705-revision-v1','','','2018-09-28 11:17:07','2018-09-28 11:17:07','',6705,'http://ditaymedia.com/6705-revision-v1/',0,'revision','',0),(6707,1,'2018-09-21 11:20:55','2018-09-21 11:20:55','','PRODUCCIÓN','','draft','closed','closed','','produccion','','','2018-10-04 14:33:12','2018-10-04 14:33:12','',0,'http://ditaymedia.com/?post_type=portfolio&p=6707',0,'portfolio','',0),(8381,1,'2018-10-04 15:08:50','2018-10-04 15:08:50','','PNG','','inherit','open','closed','','png-2','','','2018-10-04 15:08:50','2018-10-04 15:08:50','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/PNG-1.png',0,'attachment','image/png',0),(8385,1,'2018-10-04 15:59:40','2018-10-04 15:59:40','','Escanciano & Gendre','Escanciano & Gendre','inherit','open','closed','','escanciano-gendre-4','','','2018-10-04 15:59:40','2018-10-04 15:59:40','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0329.jpg',0,'attachment','image/jpeg',0),(8386,1,'2018-10-04 15:59:42','2018-10-04 15:59:42','','Escanciano & Gendre','Escanciano & Gendre','inherit','open','closed','','escanciano-gendre-5','','','2018-10-04 15:59:42','2018-10-04 15:59:42','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0431.jpg',0,'attachment','image/jpeg',0),(8384,1,'2018-10-04 15:59:37','2018-10-04 15:59:37','','Escanciano & Gendre','Escanciano & Gendre','inherit','open','closed','','escanciano-gendre-3','','','2018-10-04 15:59:37','2018-10-04 15:59:37','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0264.jpg',0,'attachment','image/jpeg',0),(6708,1,'2018-09-28 11:20:55','2018-09-28 11:20:55','','PRODUCCIÓN','','inherit','closed','closed','','6707-revision-v1','','','2018-09-28 11:20:55','2018-09-28 11:20:55','',6707,'http://ditaymedia.com/6707-revision-v1/',0,'revision','',0),(6709,1,'2018-09-25 11:21:21','2018-09-25 11:21:21','','PUBLICIDAD','','publish','closed','closed','','publicidad','','','2019-02-04 15:44:19','2019-02-04 15:44:19','',0,'http://ditaymedia.com/?post_type=portfolio&p=6709',0,'portfolio','',0),(6710,1,'2018-09-28 11:21:21','2018-09-28 11:21:21','','PUBLICIDAD','','inherit','closed','closed','','6709-revision-v1','','','2018-09-28 11:21:21','2018-09-28 11:21:21','',6709,'http://ditaymedia.com/6709-revision-v1/',0,'revision','',0),(6711,1,'2018-09-22 11:21:58','2018-09-22 11:21:58','L','INDUSTRIAL','','publish','closed','closed','','industrial','','','2018-11-05 17:08:56','2018-11-05 17:08:56','',0,'http://ditaymedia.com/?post_type=portfolio&p=6711',0,'portfolio','',0),(8450,1,'2018-10-15 08:44:26','2018-10-15 08:44:26','','LetsPicYou','LetsPicYou','inherit','open','closed','','vlcsnap-2018-10-15-10h42m39s192','','','2018-10-15 08:44:48','2018-10-15 08:44:48','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/vlcsnap-2018-10-15-10h42m39s192.png',0,'attachment','image/png',0),(6257,1,'2018-09-12 14:11:00','2018-09-12 14:11:00','','LETSPICYOU_Cuadrado','','inherit','open','closed','','letspicyou_cuadrado','','','2018-09-12 14:11:00','2018-09-12 14:11:00','',0,'http://ditaymedia.com/wp-content/uploads/2018/09/LETSPICYOU_Cuadrado.png',0,'attachment','image/png',0),(6258,1,'2018-09-12 14:11:12','2018-09-12 14:11:12','http://ditaymedia.com/wp-content/uploads/2018/09/cropped-LETSPICYOU_Cuadrado.png','cropped-LETSPICYOU_Cuadrado.png','','inherit','open','closed','','cropped-letspicyou_cuadrado-png','','','2018-09-12 14:11:12','2018-09-12 14:11:12','',0,'http://ditaymedia.com/wp-content/uploads/2018/09/cropped-LETSPICYOU_Cuadrado.png',0,'attachment','image/png',0),(6218,1,'2017-02-07 15:05:14','2017-02-07 15:05:14','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"productora\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"audio,corporativa,ecommerce,eventos,gastronomia,industrial,interiorismo,moda,publicidad,redes-sociales\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2019/06/letspicyou-reel.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"productora\" color_overlay=\"#ffffff\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\n<h2><span style=\"color: #ffffff;\"><strong>Descubre nuestra productora LetsPicYou Producciones</strong></span></h2>\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Extra-Color-2\" icon_family=\"default_arrow\" url=\"https://letspicyou.com/\" text=\"Ir a LetsPicYou.com\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"100\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" video_bg=\"use_video\" video_webm=\"https://www.youtube.com/watch?v=yQ3a_oQ2Yf8\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"espacio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\n<h2><span style=\"color: #ffffff;\"><strong>Visita NaveThePhoto, nuestro espacio polivalente en Madrid</strong></span></h2>\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Extra-Color-2\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto.com\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"restauracion\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_gallery type=\"flickity_style\" images=\"8874,8873,8578,8875,8877,8876,8608,8533,8583,8537,8587,8523,8567,8525,8513\" flickity_controls=\"material_pagination\" flickity_desktop_columns=\"1\" flickity_small_desktop_columns=\"1\" flickity_tablet_columns=\"1\" flickity_free_scroll=\"true\" flickity_autoplay=\"true\" flickity_box_shadow=\"none\" onclick=\"link_no\" img_size=\"1024x648\" flickity_autoplay_dur=\"10000\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2019/06/MAC_1.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\n<h2><strong><span style=\"color: #ffffff;\">Las mejores imágenes de restauración y hostelería</span></strong></h2>\n<h4></h4>\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Extra-Color-2\" icon_family=\"default_arrow\" url=\"https://www.fotoalplato.es/\" text=\"Ir a FotoAlPlato.es\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"100\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" video_bg=\"use_video\" video_webm=\"https://www.youtube.com/watch?v=yQ3a_oQ2Yf8\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8954\" bg_position=\"left top\" bg_repeat=\"no-repeat\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"TI\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\n<h2><strong><span style=\"color: #ffffff;\">La tecnología de tu empresa siempre a punto</span></strong></h2>\n<h5><span style=\"color: #ffffff;\">Servicios de TI a tu alcance</span></h5>\n<p>[/split_line_heading][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"TI\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][nectar_portfolio layout=\"fullwidth\" category=\"crm,infraestructuras,mantenimiento,voip,web\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8963\" bg_position=\"left top\" bg_repeat=\"no-repeat\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"eventos\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\n<h2><strong><span style=\"color: #ffffff;\">Celebra grandes eventos con nosotros</span></strong></h2>\n<p> [/split_line_heading][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in-from-bottom\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in-from-bottom\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1560767565290-8\" tab_id=\"1560767565293-4\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1560767565649-1\" tab_id=\"1560767565651-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1560767565889-5\" tab_id=\"1560767565891-2\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1560767566095-7\" tab_id=\"1560767566096-2\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1560767566333-3\" tab_id=\"1560767566334-1\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1560767566545-2\" tab_id=\"1560767566546-10\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1560767566729-4\" tab_id=\"1560767566731-3\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1560767566913-8\" tab_id=\"1560767566914-6\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1560767567085-10\" tab_id=\"1560767567086-4\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1560767567271-10\" tab_id=\"1560767567272-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1560767567468-7\" tab_id=\"1560767567469-1\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1560767567645-2\" tab_id=\"1560767567646-9\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1560767567836-5\" tab_id=\"1560767567837-4\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1560767568167-3\" tab_id=\"1560767568168-5\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1560767568358-9\" tab_id=\"1560767568359-7\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"8545\" title=\"Client\" id=\"1560767568565-0\" tab_id=\"1560767568566-9\" name=\"PIAZZA\" url=\"http://piazzacomunicacion.com/es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1560767568781-2\" tab_id=\"1560767568782-3\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"8549\" title=\"Client\" id=\"1560767568940-3\" tab_id=\"1560767568981-6\" name=\"EVERCOM\" url=\"https://www.evercom.es/\"][/client][client image=\"6730\" title=\"Client\" id=\"1560767569142-1\" tab_id=\"1560767569143-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"8612\" title=\"Client\" id=\"1560767569298-2\" tab_id=\"1560767569304-7\" name=\"CUATRECASAS\" url=\"https://www.cuatrecasas.com\"][/client][client image=\"8572\" title=\"Client\" id=\"1560767569485-5\" tab_id=\"1560767569486-3\" name=\"SB\" url=\"https://www.salvadorbachiller.es\"][/client][client image=\"8551\" title=\"Client\" id=\"1560767569657-7\" tab_id=\"1560767569658-7\" name=\"COAM\" url=\"http://www.coam.org/\"][/client][client image=\"8573\" title=\"Client\" id=\"1560767569829-9\" tab_id=\"1560767569830-6\" name=\"AEG\" url=\"https://www.aeg.com.es/\"][/client][client image=\"8552\" title=\"Client\" id=\"1560767570057-3\" tab_id=\"1560767570058-6\" name=\"PRH\" url=\"https://www.penguinrandomhousegrupoeditorial.com/\"][/client][client image=\"8574\" title=\"Client\" id=\"1560767570243-4\" tab_id=\"1560767570244-5\" name=\"LEWIS\" url=\"https://www.teamlewis.com/es/\"][/client][client image=\"8719\" title=\"Client\" id=\"1560767570429-10\" tab_id=\"1560767570430-1\" name=\"KENES\" url=\"https://kenes-group.com/\"][/client][client image=\"8720\" title=\"Client\" id=\"1560767570678-0\" tab_id=\"1560767570679-7\" name=\"MERZ\" url=\"https://www.merz.com/es/\"][/client][client image=\"8721\" title=\"Client\" id=\"1560767570873-4\" tab_id=\"1560767570875-1\" name=\"FACTOR CLAVE\" url=\"http://factorclave.com/\"][/client][client image=\"8722\" title=\"Client\" id=\"1560767571072-6\" tab_id=\"1560767571073-6\" name=\"PM MALLORQUINA\" url=\"https://www.previsionmallorquina.com/es/\"][/client][client image=\"8723\" title=\"Client\" id=\"1560767571302-5\" tab_id=\"1560767571304-9\" name=\"ARENALIA\" url=\"http://www.arenalia.com/es\"][/client][client image=\"8724\" title=\"Client\" id=\"1560767571493-5\" tab_id=\"1560767571494-3\" name=\"B+L\" url=\"http://www.bausch.com.es/inicio/\"][/client][client image=\"8729\" title=\"Client\" id=\"1560767571652-4\" tab_id=\"1560767571655-6\" name=\"AIG\" url=\"https://www.aig.com.es/\"][/client][client image=\"8730\" title=\"Client\" id=\"1560767571852-8\" tab_id=\"1560767571853-7\" name=\"CARTOM\" url=\"http://www.cartom.com/\"][/client][client image=\"8731\" title=\"Client\" id=\"1560767572031-9\" tab_id=\"1560767572033-6\" name=\"MADRID\" url=\"http://www.comunidad.madrid/\"][/client][client image=\"8732\" title=\"Client\" id=\"1560767572342-6\" tab_id=\"1560767572343-8\" name=\"CONDE NAST\" url=\"http://www.cnworld.es/\"][/client][client image=\"8733\" title=\"Client\" id=\"1560767572514-1\" tab_id=\"1560767572517-2\" name=\"CPP\" url=\"https://es.cppgroup.com/\"][/client][client image=\"8734\" title=\"Client\" id=\"1560767572697-8\" tab_id=\"1560767572698-0\" name=\"HEMA\" url=\"http://es.hemashop.com/es\"][/client][client image=\"8735\" title=\"Client\" id=\"1560767572911-7\" tab_id=\"1560767572912-9\" name=\"IDE0\" url=\"https://www.ideasdesdecero.es/\"][/client][client image=\"8736\" title=\"Client\" id=\"1560767573088-7\" tab_id=\"1560767573090-4\" name=\"KONE\" url=\"https://www.kone.es/\"][/client][client image=\"8737\" title=\"Client\" id=\"1560767573368-4\" tab_id=\"1560767573371-6\" name=\"LATERAL THINKING\" url=\"http://lateral-thinking.net/es/about/\"][/client][client image=\"8738\" title=\"Client\" id=\"1560767573670-8\" tab_id=\"1560767573671-6\" name=\"MACGUFFIN\" url=\"https://www.macguffin.es/\"][/client][client image=\"8739\" title=\"Client\" id=\"1560767573916-8\" tab_id=\"1560767573917-3\" name=\"NESS\" url=\"http://nessenergy.es/\"][/client][client image=\"8740\" title=\"Client\" id=\"1560767574101-9\" tab_id=\"1560767574102-8\" name=\"NORMON\" url=\"https://www.normon.es/\"][/client][client image=\"8741\" title=\"Client\" id=\"1560767574345-3\" tab_id=\"1560767574346-6\" name=\"NOTA BENE\" url=\"http://notabene.es/\"][/client][client image=\"8742\" title=\"Client\" id=\"1560767574588-2\" tab_id=\"1560767574590-8\" name=\"RBA\" url=\"http://www.rba.es/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"0%\" bottom_margin=\"-15%\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"center\" phone_text_alignment=\"center\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_column_text css=\".vc_custom_1560855245571{padding-top: 150px !important;padding-bottom: 60px !important;background-color: #ffffff !important;}\"]<img class=\"size-medium wp-image-8833 aligncenter\" src=\"http://ditaymedia.com/wp-content/uploads/2019/06/LOGO-DITAY-con-mosca-300x102.jpg\" alt=\"\" width=\"300\" height=\"102\" /></p>\n<p style=\"text-align: center;\"><strong><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener noreferrer\">91 060 89 45</a></strong></p>\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener noreferrer\">info@ditaymedia.com</a></h5>\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener noreferrer\">Calle Cañaveral 92B 28029 Madrid</a></h5>\n<p>[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_column_text]<a href=\"http://letspicyou.com\"><img class=\" wp-image-6262 aligncenter\" src=\"http://ditaymedia.com/wp-content/uploads/2018/09/LogoLetspicyouProducciones-300x62.png\" alt=\"\" width=\"237\" height=\"49\" /></a></p>\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@letspicyou.com\">info@letspicyou.com</a></h5>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_column_text]<a href=\"http://navethephoto.com\"><img class=\"alignnone wp-image-8863 aligncenter\" src=\"http://ditaymedia.com/wp-content/uploads/2019/06/ARTE-FINAL_NAVETHEPHOTO-06_2-300x62.png\" alt=\"\" width=\"232\" height=\"48\" /></a></p>\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:estudio@navethephoto.com\">estudio@navethephoto.com</a></h5>\n<p>[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_column_text]<a href=\"http://fotoalplato.es\"><img class=\"alignnone wp-image-8864 aligncenter\" src=\"http://ditaymedia.com/wp-content/uploads/2019/06/Foto-al-Plato-300x73.jpg\" alt=\"\" width=\"234\" height=\"57\" /></a></p>\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@fotoalplato.com\">info@fotoalplato.com</a></h5>\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"100\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column centered_text=\"true\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" video_bg=\"use_video\" video_webm=\"https://www.youtube.com/watch?v=yQ3a_oQ2Yf8\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwMzUuMjA2MzM3OTI0Nzc1JTIxMmQtMy42OTM5Nzg2ODQ2MDI0NTgzJTIxM2Q0MC40NzA2OTk5NzkzNTg5MSUyMTJtMyUyMTFmMCUyMTJmMCUyMTNmMCUyMTNtMiUyMTFpMTAyNCUyMTJpNzY4JTIxNGYxMy4xJTIxM20zJTIxMW0yJTIxMXMweDAlMjUzQTB4ZDM3NmUwZTlmMzBkOTNiNSUyMTJzRGl0YXklMkJNZWRpYSUyMTVlMCUyMTNtMiUyMTFzZXMlMjEyc2VzJTIxNHYxNTYwOTQyNDQ3MDM5JTIxNW0yJTIxMXNlcyUyMTJzZXMlMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjU1MCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMHN0eWxlJTNEJTIyYm9yZGVyJTNBMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]</p>\n','Ditay Media','','publish','closed','closed','','startup-home','','','2019-07-17 09:42:12','2019-07-17 09:42:12','',0,'http://themenectar.com/demo/salient-startup/?page_id=4',0,'page','',0),(8422,1,'2018-10-09 10:48:52','2018-10-09 10:48:52','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwMzUuMjA2MzM3OTI0NzcyNSUyMTJkLTMuNjkzOTc4Njg0MjcyMzc0NyUyMTNkNDAuNDcwNjk5OTc5MzU4OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHhkNDIyOTEyNmI4YjFhNTclMjUzQTB4NDhiOTdjNWFmZDVmOTRiYiUyMTJzTGV0c1BpY1lvdSUyQlByb2R1Y2Npb25lcyUyMTVlMCUyMTNtMiUyMTFzZXMlMjEyc2VzJTIxNHYxNTM5MDgyMDcxODk1JTIyJTIwd2lkdGglM0QlMjI2MDAlMjIlMjBoZWlnaHQlM0QlMjI0NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-09 10:48:52','2018-10-09 10:48:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6454,1,'2018-09-18 08:59:01','2018-09-18 08:59:01','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:59:01','2018-09-18 08:59:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6374,1,'2018-09-17 14:52:26','2018-09-17 14:52:26','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 14:52:26','2018-09-17 14:52:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8469,1,'2018-10-18 08:00:32','2018-10-18 08:00:32','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-53','','','2018-10-18 08:00:32','2018-10-18 08:00:32','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1203-1.jpg',0,'attachment','image/jpeg',0),(8470,1,'2018-10-18 08:00:34','2018-10-18 08:00:34','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-54','','','2018-10-18 08:00:34','2018-10-18 08:00:34','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1206-1.jpg',0,'attachment','image/jpeg',0),(8471,1,'2018-10-18 08:00:37','2018-10-18 08:00:37','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-55','','','2018-10-18 08:00:37','2018-10-18 08:00:37','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1222-1.jpg',0,'attachment','image/jpeg',0),(6262,1,'2018-09-12 14:31:09','2018-09-12 14:31:09','','LogoLetspicyouProducciones','','inherit','open','closed','','logoletspicyouproducciones','','','2019-06-18 09:50:01','2019-06-18 09:50:01','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoLetspicyouProducciones.png',0,'attachment','image/png',0),(8418,1,'2018-10-08 16:41:33','2018-10-08 16:41:33','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-42','','','2018-10-08 16:41:33','2018-10-08 16:41:33','',6218,'http://ditaymedia.com/wp-content/uploads/2018/10/NaveThePhoto_2048_70_limpio.jpg',0,'attachment','image/jpeg',0),(8419,1,'2018-10-08 16:41:42','2018-10-08 16:41:42','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-08 16:41:42','2018-10-08 16:41:42','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6377,1,'2018-09-17 15:03:17','2018-09-17 15:03:17','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" filter_color=\"accent-color\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:03:17','2018-09-17 15:03:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6273,1,'2018-09-12 15:05:29','2018-09-12 15:05:29','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][clients columns=\"2\" hover_effect=\"opacity\" additional_padding=\"none\"][client image=\"6257\" title=\"Client\" id=\"1536764565-1-47\" tab_id=\"1536764691053-4\" name=\"Loreal\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764565-2-20\" tab_id=\"1536764691272-5\" name=\"Coca-Cola\"] Click the edit button to add your testimonial. [/client][/clients][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:05:29','2018-09-12 15:05:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6268,1,'2018-09-12 14:52:39','2018-09-12 14:52:39','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763865624{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Agilidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Adaptándonos al timming de tus proyectos, con una amplia capacidad de reacción.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763884007{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763893047{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Innovación</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763909263{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763922944{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Profesionalidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Aportando criterios empresariales en la gestión de tus imágenes.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763947624{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:52:39','2018-09-12 14:52:39','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6264,1,'2018-09-12 14:41:33','2018-09-12 14:41:33','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=6oTurM7gESE\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.5\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426628130{margin-bottom: 15px !important;}\"]\r\n<h5>There For You</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418797897{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426637035{margin-bottom: 15px !important;}\"]\r\n<h5>Pristine Quality</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418801921{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426643514{margin-bottom: 15px !important;}\"]\r\n<h5>Heavily Awarded</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418805797{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426698874{margin-bottom: 15px !important;}\"]\r\n<h5>Documentation</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418809890{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"59\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:41:33','2018-09-12 14:41:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8448,1,'2018-10-15 08:00:32','2018-10-15 08:00:32','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-6','','','2018-10-15 08:00:32','2018-10-15 08:00:32','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC8504.jpg',0,'attachment','image/jpeg',0),(8449,1,'2018-10-15 08:08:00','2018-10-15 08:08:00','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','ejemplo-e-commerce','','','2018-10-15 08:09:07','2018-10-15 08:09:07','',0,'http://ditaymedia.com/wp-content/uploads/2018/10/Ejemplo-e-commerce.mp4',0,'attachment','video/mp4',0),(8472,1,'2018-10-18 08:00:40','2018-10-18 08:00:40','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-56','','','2018-10-18 08:00:40','2018-10-18 08:00:40','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1272-1.jpg',0,'attachment','image/jpeg',0),(8476,1,'2018-10-18 08:01:51','2018-10-18 08:01:51','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-79','','','2018-10-18 08:01:51','2018-10-18 08:01:51','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_0974-Editar-1.jpg',0,'attachment','image/jpeg',0),(8475,1,'2018-10-18 08:01:48','2018-10-18 08:01:48','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-78','','','2018-10-18 08:01:48','2018-10-18 08:01:48','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_0972-Editar-1.jpg',0,'attachment','image/jpeg',0),(6333,1,'2018-09-17 08:48:34','2018-09-17 08:48:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"50\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173874905{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">EQUIPO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:48:34','2018-09-17 08:48:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6355,1,'2018-09-17 10:25:03','2018-09-17 10:25:03','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:25:03','2018-09-17 10:25:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6231,1,'2018-09-12 12:18:10','2018-09-12 12:18:10','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.5\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/2\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\" \" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426628130{margin-bottom: 15px !important;}\"]\r\n<h5>There For You</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418797897{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426637035{margin-bottom: 15px !important;}\"]\r\n<h5>Pristine Quality</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418801921{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426643514{margin-bottom: 15px !important;}\"]\r\n<h5>Heavily Awarded</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418805797{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426698874{margin-bottom: 15px !important;}\"]\r\n<h5>Documentation</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418809890{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/6\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"2/3\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/6\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/2\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/2\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"2/3\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"2/3\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" width=\"1/3\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" width=\"1/3\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" width=\"1/3\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"59\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team! \" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site! \" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site! \" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" width=\"2/3\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Startup Home','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 12:18:10','2018-09-12 12:18:10','',6218,'http://ditaymedia.com/index.php/2018/09/12/6218-revision-v1/',0,'revision','',0),(6235,1,'2018-09-12 13:58:08','2018-09-12 13:58:08','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.5\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/2\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\" \" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426628130{margin-bottom: 15px !important;}\"]\r\n<h5>There For You</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418797897{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426637035{margin-bottom: 15px !important;}\"]\r\n<h5>Pristine Quality</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418801921{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426643514{margin-bottom: 15px !important;}\"]\r\n<h5>Heavily Awarded</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418805797{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" width=\"1/4\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426698874{margin-bottom: 15px !important;}\"]\r\n<h5>Documentation</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418809890{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/6\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"2/3\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/6\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/2\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/2\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/2\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/1\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"2/3\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"2/3\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" width=\"1/3\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" width=\"1/3\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" width=\"1/3\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"59\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team! \" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site! \" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site! \" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" width=\"1/1\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" width=\"2/3\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" width=\"1/6\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 13:58:08','2018-09-12 13:58:08','',6218,'http://ditaymedia.com/index.php/2018/09/12/6218-revision-v1/',0,'revision','',0),(8474,1,'2018-10-18 08:01:46','2018-10-18 08:01:46','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-77','','','2018-10-18 08:01:46','2018-10-18 08:01:46','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_0920-1.jpg',0,'attachment','image/jpeg',0),(8473,1,'2018-10-18 08:01:43','2018-10-18 08:01:43','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-76','','','2018-10-18 08:01:43','2018-10-18 08:01:43','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_0917-1.jpg',0,'attachment','image/jpeg',0),(8613,1,'2018-10-23 10:07:26','2018-10-23 10:07:26','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,gastronomia,interiorismo,moda,publicidad\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"8545\" title=\"Client\" id=\"1539939148631-0-2\" tab_id=\"1536765081793-8\" name=\"PIAZZA\" url=\"http://piazzacomunicacion.com/es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"8549\" title=\"Client\" id=\"1539940197824-0-10\" tab_id=\"1536765081793-8\" name=\"EVERCOM\" url=\"https://www.evercom.es/\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"8612\" title=\"Client\" id=\"1539940248636-0-5\" tab_id=\"1536765081793-8\" name=\"CUATRECASAS\" url=\"https://www.cuatrecasas.com\"][/client][client image=\"8572\" title=\"Client\" id=\"1539943739727-0-0\" tab_id=\"1536765081793-8\" name=\"SB\" url=\"https://www.salvadorbachiller.es\"][/client][client image=\"8551\" title=\"Client\" id=\"1539940294266-0-5\" tab_id=\"1536765081793-8\" name=\"COAM\" url=\"http://www.coam.org/\"][/client][client image=\"8573\" title=\"Client\" id=\"1539943818298-0-1\" tab_id=\"1536765081793-8\" name=\"AEG\" url=\"https://www.aeg.com.es/\"][/client][client image=\"8552\" title=\"Client\" id=\"1539940336731-0-2\" tab_id=\"1536765081793-8\" name=\"PRH\" url=\"https://www.penguinrandomhousegrupoeditorial.com/\"][/client][client image=\"8574\" title=\"Client\" id=\"1539943871007-0-2\" tab_id=\"1536765081793-8\" name=\"LEWIS\" url=\"https://www.teamlewis.com/es/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"0%\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"center\" phone_text_alignment=\"center\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1539183495873{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]<img class=\"size-medium wp-image-8424 aligncenter\" src=\"http://ditaymedia.com/wp-content/uploads/2018/10/LogoLetspicyouProduccionesConCirculo-300x75.jpg\" alt=\"\" width=\"300\" height=\"75\" /></p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwMzUuMjA2MzM3OTI0NzcyNSUyMTJkLTMuNjkzOTc4Njg0MjcyMzc0NyUyMTNkNDAuNDcwNjk5OTc5MzU4OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHhkNDIyOTEyNmI4YjFhNTclMjUzQTB4NDhiOTdjNWFmZDVmOTRiYiUyMTJzTGV0c1BpY1lvdSUyQlByb2R1Y2Npb25lcyUyMTVlMCUyMTNtMiUyMTFzZXMlMjEyc2VzJTIxNHYxNTM5MDgyMDcxODk1JTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI1NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-23 10:07:26','2018-10-23 10:07:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8479,1,'2018-10-18 08:05:05','2018-10-18 08:05:05','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-59','','','2018-10-18 08:05:05','2018-10-18 08:05:05','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1764-Pano.jpg',0,'attachment','image/jpeg',0),(8478,1,'2018-10-18 08:05:02','2018-10-18 08:05:02','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-58','','','2018-10-18 08:05:02','2018-10-18 08:05:02','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1058-1.jpg',0,'attachment','image/jpeg',0),(8682,1,'2018-10-23 15:59:59','2018-10-23 15:59:59','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-43','','','2018-10-23 15:59:59','2018-10-23 15:59:59','',6703,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0822-1.jpg',0,'attachment','image/jpeg',0),(8445,1,'2018-10-15 08:00:12','2018-10-15 08:00:12','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-2','','','2018-10-15 08:00:12','2018-10-15 08:00:12','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC8471.jpg',0,'attachment','image/jpeg',0),(8446,1,'2018-10-15 08:00:18','2018-10-15 08:00:18','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-4','','','2018-10-15 08:00:18','2018-10-15 08:00:18','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC8478.jpg',0,'attachment','image/jpeg',0),(8447,1,'2018-10-15 08:00:24','2018-10-15 08:00:24','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-5','','','2018-10-15 08:00:24','2018-10-15 08:00:24','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC8490.jpg',0,'attachment','image/jpeg',0),(6267,1,'2018-09-12 14:49:35','2018-09-12 14:49:35','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426628130{margin-bottom: 15px !important;}\"]\r\n<h5>There For You</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418797897{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426637035{margin-bottom: 15px !important;}\"]\r\n<h5>Pristine Quality</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418801921{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426643514{margin-bottom: 15px !important;}\"]\r\n<h5>Heavily Awarded</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418805797{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426698874{margin-bottom: 15px !important;}\"]\r\n<h5>Documentation</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418809890{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:49:35','2018-09-12 14:49:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6266,1,'2018-09-12 14:44:29','2018-09-12 14:44:29','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=Lg5JN88DWy8\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426628130{margin-bottom: 15px !important;}\"]\r\n<h5>There For You</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418797897{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426637035{margin-bottom: 15px !important;}\"]\r\n<h5>Pristine Quality</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418801921{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426643514{margin-bottom: 15px !important;}\"]\r\n<h5>Heavily Awarded</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418805797{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426698874{margin-bottom: 15px !important;}\"]\r\n<h5>Documentation</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418809890{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"59\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:44:29','2018-09-12 14:44:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6265,1,'2018-09-12 14:43:33','2018-09-12 14:43:33','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=Lg5JN88DWy8\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" color_overlay=\"#0a0a0a\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426562428{margin-bottom: 15px !important;}\"]\r\n<h5>Let\'s Do This</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>We\'re Salient, A Creative</h2>\r\n<h2>Startup Based in Philly</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426628130{margin-bottom: 15px !important;}\"]\r\n<h5>There For You</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418797897{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426637035{margin-bottom: 15px !important;}\"]\r\n<h5>Pristine Quality</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418801921{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426643514{margin-bottom: 15px !important;}\"]\r\n<h5>Heavily Awarded</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418805797{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1486426698874{margin-bottom: 15px !important;}\"]\r\n<h5>Documentation</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word, far from the countries.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1486418809890{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"59\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:43:33','2018-09-12 14:43:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6618,1,'2018-09-20 11:47:56','2018-09-20 11:47:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table style=\"height: 56px;\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:47:56','2018-09-20 11:47:56','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6269,1,'2018-09-12 14:54:04','2018-09-12 14:54:04','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763865624{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Agilidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Adaptándonos al timming de tus proyectos, con una amplia capacidad de reacción.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763884007{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763893047{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Innovación</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763909263{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763922944{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Profesionalidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Aportando criterios empresariales en la gestión de tus imágenes.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763947624{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:54:04','2018-09-12 14:54:04','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6270,1,'2018-09-12 14:58:06','2018-09-12 14:58:06','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763865624{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Agilidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Adaptándonos al timming de tus proyectos, con una amplia capacidad de reacción.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763884007{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763893047{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Innovación</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763909263{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763922944{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Profesionalidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Aportando criterios empresariales en la gestión de tus imágenes.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763947624{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 14:58:06','2018-09-12 14:58:06','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6272,1,'2018-09-12 15:00:47','2018-09-12 15:00:47','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:00:47','2018-09-12 15:00:47','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6271,1,'2018-09-12 15:00:09','2018-09-12 15:00:09','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763865624{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Agilidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Adaptándonos al timming de tus proyectos, con una amplia capacidad de reacción.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763884007{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763893047{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Innovación</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763909263{padding-right: 20% !important;}\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-2-percent\" column_padding_position=\"top-bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536763922944{margin-bottom: 15px !important;}\"]\r\n<h5><strong>Profesionalidad</strong></h5>\r\n[/vc_column_text][vc_custom_heading text=\"Aportando criterios empresariales en la gestión de tus imágenes.\" font_container=\"tag:p|text_align:left|color:rgba(255%2C255%2C255%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\" css=\".vc_custom_1536763947624{padding-right: 20% !important;}\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:00:09','2018-09-12 15:00:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6274,1,'2018-09-12 15:07:56','2018-09-12 15:07:56','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][clients columns=\"6\" hover_effect=\"opacity\" additional_padding=\"none\" carousel=\"true\"][client image=\"6257\" title=\"Client\" id=\"1536764565-1-47\" tab_id=\"1536764691053-4\" name=\"Loreal\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764565-2-20\" tab_id=\"1536764691272-5\" name=\"Coca-Cola\"] Click the edit button to add your testimonial. [/client][client title=\"Client\" id=\"1536764851682-0-2\" tab_id=\"1536764851690-0\"][/client][client title=\"Client\" id=\"1536764853045-0-5\" tab_id=\"1536764853047-7\"][/client][client title=\"Client\" id=\"1536764854670-0-10\" tab_id=\"1536764854678-3\"][/client][client title=\"Client\" id=\"1536764855810-0-8\" tab_id=\"1536764855813-8\"][/client][client title=\"Client\" id=\"1536764857051-0-5\" tab_id=\"1536764857053-7\"][/client][/clients][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:07:56','2018-09-12 15:07:56','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6275,1,'2018-09-12 15:09:34','2018-09-12 15:09:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\"][clients columns=\"6\" hover_effect=\"opacity\" additional_padding=\"none\" carousel=\"true\"][client image=\"6257\" title=\"Client\" id=\"1536764565-1-47\" tab_id=\"1536764691053-4\" name=\"Loreal\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764565-2-20\" tab_id=\"1536764691272-5\" name=\"Coca-Cola\"] Click the edit button to add your testimonial. [/client][client title=\"Client\" id=\"1536764851682-0-2\" tab_id=\"1536764851690-0\"][/client][client title=\"Client\" id=\"1536764853045-0-5\" tab_id=\"1536764853047-7\"][/client][client title=\"Client\" id=\"1536764854670-0-10\" tab_id=\"1536764854678-3\"][/client][client title=\"Client\" id=\"1536764855810-0-8\" tab_id=\"1536764855813-8\"][/client][client title=\"Client\" id=\"1536764857051-0-5\" tab_id=\"1536764857053-7\"][/client][/clients][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:09:34','2018-09-12 15:09:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6692,1,'2018-09-30 11:12:05','2018-09-30 11:12:05','','MODA','','publish','closed','closed','','moda','','','2018-11-05 14:40:13','2018-11-05 14:40:13','',0,'http://ditaymedia.com/?post_type=portfolio&p=6692',0,'portfolio','',0),(6693,1,'2018-09-28 11:09:36','2018-09-28 11:09:36','','','','inherit','closed','closed','','6692-revision-v1','','','2018-09-28 11:09:36','2018-09-28 11:09:36','',6692,'http://ditaymedia.com/6692-revision-v1/',0,'revision','',0),(6276,1,'2018-09-12 15:12:13','2018-09-12 15:12:13','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"none\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\"][clients columns=\"6\" hover_effect=\"opacity\" additional_padding=\"none\" carousel=\"true\"][client image=\"6257\" title=\"Client\" id=\"1536764565-1-47\" tab_id=\"1536764691053-4\" name=\"Loreal\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764565-2-20\" tab_id=\"1536764691272-5\" name=\"Coca-Cola\"] Click the edit button to add your testimonial. [/client][client title=\"Client\" id=\"1536764851682-0-2\" tab_id=\"1536764851690-0\"][/client][client title=\"Client\" id=\"1536764853045-0-5\" tab_id=\"1536764853047-7\"][/client][client title=\"Client\" id=\"1536764854670-0-10\" tab_id=\"1536764854678-3\"][/client][client title=\"Client\" id=\"1536764855810-0-8\" tab_id=\"1536764855813-8\"][/client][client title=\"Client\" id=\"1536764857051-0-5\" tab_id=\"1536764857053-7\"][/client][/clients][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:12:13','2018-09-12 15:12:13','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6278,1,'2018-09-12 15:14:29','2018-09-12 15:14:29','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:14:29','2018-09-12 15:14:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6277,1,'2018-09-12 15:13:20','2018-09-12 15:13:20','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\"][clients columns=\"6\" hover_effect=\"opacity\" additional_padding=\"none\" carousel=\"true\"][client image=\"6257\" title=\"Client\" id=\"1536764565-1-47\" tab_id=\"1536764691053-4\" name=\"Loreal\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764565-2-20\" tab_id=\"1536764691272-5\" name=\"Coca-Cola\"] Click the edit button to add your testimonial. [/client][client title=\"Client\" id=\"1536764851682-0-2\" tab_id=\"1536764851690-0\"][/client][client title=\"Client\" id=\"1536764853045-0-5\" tab_id=\"1536764853047-7\"][/client][client title=\"Client\" id=\"1536764854670-0-10\" tab_id=\"1536764854678-3\"][/client][client title=\"Client\" id=\"1536764855810-0-8\" tab_id=\"1536764855813-8\"][/client][client title=\"Client\" id=\"1536764857051-0-5\" tab_id=\"1536764857053-7\"][/client][/clients][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:13:20','2018-09-12 15:13:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6280,1,'2018-09-12 15:26:29','2018-09-12 15:26:29','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:26:29','2018-09-12 15:26:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6281,1,'2018-09-12 15:27:27','2018-09-12 15:27:27','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:27:27','2018-09-12 15:27:27','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6304,1,'2018-09-12 16:14:30','2018-09-12 16:14:30','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:14:30','2018-09-12 16:14:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6303,1,'2018-09-12 16:12:54','2018-09-12 16:12:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"5/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:12:54','2018-09-12 16:12:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6283,1,'2018-09-12 15:30:31','2018-09-12 15:30:31','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:30:31','2018-09-12 15:30:31','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6282,1,'2018-09-12 15:28:47','2018-09-12 15:28:47','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/5\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:28:47','2018-09-12 15:28:47','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0); INSERT INTO `wor5384_posts` VALUES (6299,1,'2018-09-12 15:58:13','2018-09-12 15:58:13','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\r\n\r\n\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6262\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:58:13','2018-09-12 15:58:13','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6284,1,'2018-09-12 15:32:53','2018-09-12 15:32:53','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:32:53','2018-09-12 15:32:53','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6293,1,'2018-09-12 15:41:52','2018-09-12 15:41:52','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"test\" project_style=\"6\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:41:52','2018-09-12 15:41:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6286,1,'2018-09-12 15:35:37','2018-09-12 15:35:37','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:35:37','2018-09-12 15:35:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6285,1,'2018-09-12 15:34:37','2018-09-12 15:34:37','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:34:37','2018-09-12 15:34:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6289,1,'2018-09-12 15:39:18','2018-09-12 15:39:18','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"2\" item_spacing=\"default\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:39:18','2018-09-12 15:39:18','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6290,1,'2018-09-12 15:39:47','2018-09-12 15:39:47','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:39:47','2018-09-12 15:39:47','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6296,1,'2018-09-12 15:43:07','2018-09-12 15:43:07','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:43:07','2018-09-12 15:43:07','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6298,1,'2018-09-12 15:47:52','2018-09-12 15:47:52','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6262\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:47:52','2018-09-12 15:47:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6297,1,'2018-09-12 15:43:43','2018-09-12 15:43:43','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"We make it simple to share your ideas with target audiences.\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client title=\"Client\" id=\"1536764975-1-63\" tab_id=\"1536765077887-5\"] Click the edit button to add your testimonial. [/client][client image=\"6257\" title=\"Client\" id=\"1536764975-2-28\" tab_id=\"1536765078198-1\"] Click the edit button to add your testimonial. [/client][client image=\"6262\" title=\"Client\" id=\"1536765080437-0-2\" tab_id=\"1536765080438-3\" name=\"Aura Brooks\"][/client][client title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\"][/client][client title=\"Client\" id=\"1536765083093-0-5\" tab_id=\"1536765083095-10\"][/client][client title=\"Client\" id=\"1536765093733-0-8\" tab_id=\"1536765093735-2\"][/client][client title=\"Client\" id=\"1536765095004-0-5\" tab_id=\"1536765095005-3\"][/client][client title=\"Client\" id=\"1536765096117-0-7\" tab_id=\"1536765096123-3\"][/client][client title=\"Client\" id=\"1536765097299-0-0\" tab_id=\"1536765097302-1\"][/client][client title=\"Client\" id=\"1536765098859-0-9\" tab_id=\"1536765098863-5\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 15:43:43','2018-09-12 15:43:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6300,1,'2018-09-12 16:05:58','2018-09-12 16:05:58','','LogoBIOTHERM','','inherit','open','closed','','logobiotherm','','','2018-09-12 16:05:58','2018-09-12 16:05:58','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoBIOTHERM.png',0,'attachment','image/png',0),(6302,1,'2018-09-12 16:11:37','2018-09-12 16:11:37','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:11:37','2018-09-12 16:11:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6301,1,'2018-09-12 16:06:22','2018-09-12 16:06:22','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_hidden-sm vc_hidden-xs\"][vc_custom_heading text=\"\" google_fonts=\"font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:100%20light%20regular%3A100%3Anormal\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-6-percent\" column_padding_position=\"bottom\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-xs-12\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Upload-toCloud\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869613252{margin-bottom: 15px !important;}\"]\r\n<h5>Upload your ideas to Salient</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-D-Eyeglasses2\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869633028{margin-bottom: 15px !important;}\"]\r\n<h5>Watch the magic happen</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Happy\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1485869652646{margin-bottom: 15px !important;}\"]\r\n<h5>Enjoy your increased revenue</h5>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:06:22','2018-09-12 16:06:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6305,1,'2018-09-12 16:20:29','2018-09-12 16:20:29','','LogoBL','','inherit','open','closed','','logobl','','','2018-09-12 16:20:29','2018-09-12 16:20:29','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoBL.png',0,'attachment','image/png',0),(6700,1,'2018-09-28 11:14:55','2018-09-28 11:14:55','','ECOMMERCE','','inherit','closed','closed','','6699-revision-v1','','','2018-09-28 11:14:55','2018-09-28 11:14:55','',6699,'http://ditaymedia.com/6699-revision-v1/',0,'revision','',0),(6307,1,'2018-09-12 16:22:27','2018-09-12 16:22:27','','Captura-de-pantalla-2016-07-07-a-las-11.16.14','','inherit','open','closed','','captura-de-pantalla-2016-07-07-a-las-11-16-14','','','2018-09-12 16:22:27','2018-09-12 16:22:27','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/Captura-de-pantalla-2016-07-07-a-las-11.16.14.png',0,'attachment','image/png',0),(6308,1,'2018-09-12 16:23:26','2018-09-12 16:23:26','','LogoLANCOME','','inherit','open','closed','','logolancome','','','2018-09-12 16:23:26','2018-09-12 16:23:26','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoLANCOME.png',0,'attachment','image/png',0),(6309,1,'2018-09-12 16:24:01','2018-09-12 16:24:01','','LogoROVERTOVERINO','','inherit','open','closed','','logorovertoverino','','','2018-09-12 16:24:01','2018-09-12 16:24:01','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoROVERTOVERINO.png',0,'attachment','image/png',0),(6310,1,'2018-09-12 16:24:37','2018-09-12 16:24:37','','LogoTENMAG','','inherit','open','closed','','logotenmag','','','2018-09-12 16:24:37','2018-09-12 16:24:37','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoTENMAG.png',0,'attachment','image/png',0),(6311,1,'2018-09-12 16:25:17','2018-09-12 16:25:17','','LogoVICHY','','inherit','open','closed','','logovichy','','','2018-09-12 16:25:17','2018-09-12 16:25:17','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoVICHY.png',0,'attachment','image/png',0),(6312,1,'2018-09-12 16:25:23','2018-09-12 16:25:23','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:25:23','2018-09-12 16:25:23','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6699,1,'2018-09-27 11:14:55','2018-09-27 11:14:55','','ECOMMERCE','','publish','closed','closed','','ecommerce','','','2018-10-25 12:03:56','2018-10-25 12:03:56','',0,'http://ditaymedia.com/?post_type=portfolio&p=6699',0,'portfolio','',0),(6314,1,'2018-09-12 16:27:12','2018-09-12 16:27:12','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:27:12','2018-09-12 16:27:12','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6320,1,'2018-09-12 16:43:54','2018-09-12 16:43:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:43:54','2018-09-12 16:43:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6317,1,'2018-09-12 16:34:43','2018-09-12 16:34:43','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"01\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:34:43','2018-09-12 16:34:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6315,1,'2018-09-12 16:30:23','2018-09-12 16:30:23','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536765059690{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:30:23','2018-09-12 16:30:23','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6316,1,'2018-09-12 16:31:14','2018-09-12 16:31:14','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:31:14','2018-09-12 16:31:14','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6319,1,'2018-09-12 16:41:59','2018-09-12 16:41:59','','Clientes','','publish','closed','closed','','clientes','','','2019-07-17 09:43:36','2019-07-17 09:43:36','',0,'http://ditaymedia.com/?p=6319',6,'nav_menu_item','',0),(6323,1,'2018-09-17 08:32:47','2018-09-17 08:32:47','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:32:47','2018-09-17 08:32:47','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6321,1,'2018-09-12 16:46:08','2018-09-12 16:46:08','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and texts\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-12 16:46:08','2018-09-12 16:46:08','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6324,1,'2018-09-17 08:34:22','2018-09-17 08:34:22','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:34:22','2018-09-17 08:34:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6325,1,'2018-09-17 08:36:05','2018-09-17 08:36:05','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:36:05','2018-09-17 08:36:05','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6326,1,'2018-09-17 08:39:21','2018-09-17 08:39:21','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:39:21','2018-09-17 08:39:21','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6327,1,'2018-09-17 08:40:58','2018-09-17 08:40:58','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"20\" bottom_padding=\"20\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:40:58','2018-09-17 08:40:58','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6328,1,'2018-09-17 08:41:55','2018-09-17 08:41:55','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" equal_height=\"yes\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/4\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:41:55','2018-09-17 08:41:55','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0); INSERT INTO `wor5384_posts` VALUES (6334,1,'2018-09-17 09:18:31','2018-09-17 09:18:31','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"50\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173874905{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">EQUIPO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:18:31','2018-09-17 09:18:31','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6329,1,'2018-09-17 08:44:34','2018-09-17 08:44:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"100\" bottom_padding=\"100\" id=\"EQUIPO\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173874905{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">EQUIPO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:44:34','2018-09-17 08:44:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6330,1,'2018-09-17 08:45:12','2018-09-17 08:45:12','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"test\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"7%\" bottom_padding=\"7%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column centered_text=\"true\" column_padding=\"padding-4-percent\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Know This First\" font_container=\"tag:h5|text_align:center|color:%233452ff\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_column_text css=\".vc_custom_1486420097155{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2>Supercharge Your Online Presence And Get Noticed</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Show Me How\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#f4f4f4\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Our Company Values\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408368541{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"Creator of quality designs and thinker of fresh ideas.\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"57\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_color=\"#232323\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" background_image=\"56\" enable_bg_scale=\"true\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"padding-10-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"A Little Of Our Story\" font_container=\"tag:h5|text_align:left|color:%23bfbfbf\" use_theme_fonts=\"yes\" css=\".vc_custom_1486408382586{margin-bottom: 10px !important;}\"][vc_custom_heading text=\"We were simply born to paint pixels for a living\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden flows by their place and supplies it with the necessary regelialia\" font_container=\"tag:p|text_align:left|color:rgba(10%2C10%2C10%2C0.6)\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"See Our Story\" margin_top=\"30\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"50\" id=\"EQUIPO\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173874905{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">EQUIPO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 08:45:12','2018-09-17 08:45:12','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6332,1,'2018-09-17 08:48:00','2018-09-17 08:48:00','','Contacto','','publish','closed','closed','','contacto','','','2019-07-17 09:43:36','2019-07-17 09:43:36','',0,'http://ditaymedia.com/?p=6332',7,'nav_menu_item','',0),(6376,1,'2018-09-17 15:02:01','2018-09-17 15:02:01','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:02:01','2018-09-17 15:02:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6335,1,'2018-09-17 09:21:16','2018-09-17 09:21:16','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"12%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"50\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173874905{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">EQUIPO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:21:16','2018-09-17 09:21:16','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6336,1,'2018-09-17 09:22:19','2018-09-17 09:22:19','','Productora','','publish','closed','closed','','servicios','','','2019-07-17 09:43:36','2019-07-17 09:43:36','',0,'http://ditaymedia.com/?p=6336',1,'nav_menu_item','',0),(6339,1,'2018-09-17 09:33:52','2018-09-17 09:33:52','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"50\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:33:52','2018-09-17 09:33:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6338,1,'2018-09-17 09:31:26','2018-09-17 09:31:26','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"9%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"50\" bottom_padding=\"50\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173874905{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">EQUIPO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1536769876026{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CLIENTES</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. A small river named Duden.\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1485869848994{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"200\" bottom_padding=\"200\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537173679545{margin-top: -8px !important;margin-bottom: -8px !important;}\"]\r\n<h2 style=\"text-align: center;\">CONTACTO</h2>\r\n[/vc_column_text][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:31:26','2018-09-17 09:31:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6342,1,'2018-09-17 09:43:22','2018-09-17 09:43:22','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\r\n\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:43:22','2018-09-17 09:43:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6341,1,'2018-09-17 09:40:17','2018-09-17 09:40:17','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:40:17','2018-09-17 09:40:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6340,1,'2018-09-17 09:39:02','2018-09-17 09:39:02','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"4%\" text_align=\"left\" el_id=\"equipo\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:39:02','2018-09-17 09:39:02','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6343,1,'2018-09-17 09:45:53','2018-09-17 09:45:53','','Espacio','','publish','closed','closed','','estudio','','','2019-07-17 09:43:36','2019-07-17 09:43:36','',0,'http://ditaymedia.com/?p=6343',2,'nav_menu_item','',0),(6725,1,'2018-10-01 14:44:31','2018-10-01 14:44:31','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones','','','2018-10-01 14:44:31','2018-10-01 14:44:31','',0,'http://ditaymedia.com/wp-content/uploads/2018/10/18-05-16-NaveThePhoto-Panorama-EDIT.jpg',0,'attachment','image/jpeg',0),(6345,1,'2018-09-17 09:47:35','2018-09-17 09:47:35','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:47:35','2018-09-17 09:47:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6346,1,'2018-09-17 09:50:38','2018-09-17 09:50:38','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Ven a vernos a nuestro estudio NaveThePhoto</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NavaThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:50:38','2018-09-17 09:50:38','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6347,1,'2018-09-17 09:53:03','2018-09-17 09:53:03','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2>Ven a vernos a nuestro estudio NaveThePhoto</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NavaThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 09:53:03','2018-09-17 09:53:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6698,1,'2018-09-28 11:13:56','2018-09-28 11:13:56','EVENTOS','EVENTOS','','inherit','closed','closed','','6697-revision-v1','','','2018-09-28 11:13:56','2018-09-28 11:13:56','',6697,'http://ditaymedia.com/6697-revision-v1/',0,'revision','',0),(6694,1,'2018-09-28 11:12:05','2018-09-28 11:12:05','','MODA','','inherit','closed','closed','','6692-revision-v1','','','2018-09-28 11:12:05','2018-09-28 11:12:05','',6692,'http://ditaymedia.com/6692-revision-v1/',0,'revision','',0),(6695,1,'2018-09-26 11:12:45','2018-09-26 11:12:45','','INTERIORISMO','','publish','closed','closed','','interiorismo','','','2019-06-18 10:34:14','2019-06-18 10:34:14','',0,'http://ditaymedia.com/?post_type=portfolio&p=6695',0,'portfolio','',0),(6696,1,'2018-09-28 11:12:45','2018-09-28 11:12:45','','INTERIORISMO','','inherit','closed','closed','','6695-revision-v1','','','2018-09-28 11:12:45','2018-09-28 11:12:45','',6695,'http://ditaymedia.com/6695-revision-v1/',0,'revision','',0),(6697,1,'2018-09-28 11:13:56','2018-09-28 11:13:56','EVENTOS','EVENTOS','','publish','closed','closed','','eventos','','','2018-10-30 09:11:05','2018-10-30 09:11:05','',0,'http://ditaymedia.com/?post_type=portfolio&p=6697',0,'portfolio','',0),(8383,1,'2018-10-04 15:59:35','2018-10-04 15:59:35','','Escanciano & Gendre','Escanciano & Gendre','inherit','open','closed','','escanciano-gendre-2','','','2018-10-04 15:59:35','2018-10-04 15:59:35','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0231.jpg',0,'attachment','image/jpeg',0),(6354,1,'2018-09-17 10:20:22','2018-09-17 10:20:22','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"6\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:20:22','2018-09-17 10:20:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6373,1,'2018-09-17 14:49:06','2018-09-17 14:49:06','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"NOSOTROS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREAMOS IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537183263625{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"6279\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"6279\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"57\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"6189\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 14:49:06','2018-09-17 14:49:06','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6368,1,'2018-09-17 11:15:41','2018-09-17 11:15:41','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 11:15:41','2018-09-17 11:15:41','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6356,1,'2018-09-17 10:27:55','2018-09-17 10:27:55','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536764034751{margin-bottom: 15px !important;}\"]\r\n<h5>HOLA!</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:27:55','2018-09-17 10:27:55','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6357,1,'2018-09-17 10:42:11','2018-09-17 10:42:11','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537180927498{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:42:11','2018-09-17 10:42:11','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6358,1,'2018-09-17 10:45:46','2018-09-17 10:45:46','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:45:46','2018-09-17 10:45:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6359,1,'2018-09-17 10:48:33','2018-09-17 10:48:33','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:48:33','2018-09-17 10:48:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6360,1,'2018-09-17 10:49:16','2018-09-17 10:49:16','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:49:16','2018-09-17 10:49:16','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6362,1,'2018-09-17 10:52:33','2018-09-17 10:52:33','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" project_style=\"6\" item_spacing=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:52:33','2018-09-17 10:52:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6361,1,'2018-09-17 10:50:34','2018-09-17 10:50:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"5\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:50:34','2018-09-17 10:50:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6365,1,'2018-09-17 10:57:54','2018-09-17 10:57:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:57:54','2018-09-17 10:57:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6364,1,'2018-09-17 10:54:34','2018-09-17 10:54:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:54:34','2018-09-17 10:54:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6363,1,'2018-09-17 10:53:44','2018-09-17 10:53:44','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"default\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cascading_images image_1_url=\"6349\" image_1_offset_x_sign=\"+\" image_1_offset_x=\"0%\" image_1_offset_y_sign=\"+\" image_1_offset_y=\"0%\" image_1_rotate_sign=\"+\" image_1_rotate=\"none\" image_1_animation=\"Fade In\" image_1_box_shadow=\"none\" image_2_url=\"6349\" image_2_offset_x_sign=\"+\" image_2_offset_x=\"0%\" image_2_offset_y_sign=\"+\" image_2_offset_y=\"0%\" image_2_rotate_sign=\"+\" image_2_rotate=\"none\" image_2_animation=\"Fade In\" image_2_box_shadow=\"none\" image_3_url=\"6350\" image_3_offset_x_sign=\"+\" image_3_offset_x=\"0%\" image_3_offset_y_sign=\"+\" image_3_offset_y=\"0%\" image_3_rotate_sign=\"+\" image_3_rotate=\"none\" image_3_animation=\"Fade In\" image_3_box_shadow=\"none\" image_4_url=\"6351\" image_4_offset_x_sign=\"+\" image_4_offset_x=\"0%\" image_4_offset_y_sign=\"+\" image_4_offset_y=\"0%\" image_4_rotate_sign=\"+\" image_4_rotate=\"none\" image_4_animation=\"Fade In\" image_4_box_shadow=\"none\" border_radius=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 10:53:44','2018-09-17 10:53:44','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0); INSERT INTO `wor5384_posts` VALUES (6367,1,'2018-09-17 11:01:59','2018-09-17 11:01:59','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 11:01:59','2018-09-17 11:01:59','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6366,1,'2018-09-17 11:00:28','2018-09-17 11:00:28','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" equal_height=\"yes\" content_placement=\"middle\" bg_image=\"https://source.unsplash.com/DsiJRE5F23I\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"8%\" bottom_padding=\"8%\" color_overlay=\"rgba(10,6,6,0.84)\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"padding-2-percent\" column_padding_position=\"left-right\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Let\'s Start This Party\" font_container=\"tag:h2|font_size:52|text_align:center|line_height:52px\" use_theme_fonts=\"yes\"][divider line_type=\"No Line\" custom_height=\"5\"][vc_custom_heading text=\"Like Nothing You\'ve Seen. Sign Up Today & Experience Salient\" font_container=\"tag:p|font_size:18|text_align:center|color:rgba(255%2C255%2C255%2C0.7)|line_height:26px\" use_theme_fonts=\"yes\" css=\".vc_custom_1486141556708{margin-top: 10px !important;margin-bottom: 10px !important;}\"][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#\" text=\"Learn More\" margin_top=\"5\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 11:00:28','2018-09-17 11:00:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6371,1,'2018-09-17 11:20:42','2018-09-17 11:20:42','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"NOSOTROS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREAMOS IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537183263625{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 11:20:42','2018-09-17 11:20:42','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6370,1,'2018-09-17 11:19:17','2018-09-17 11:19:17','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 11:19:17','2018-09-17 11:19:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6369,1,'2018-09-17 11:17:54','2018-09-17 11:17:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"¿CÓMO LO HACEMOS?\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREANDO IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1536767695116{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"60\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"62\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"63\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"3/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 11:17:54','2018-09-17 11:17:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6372,1,'2018-09-17 13:39:09','2018-09-17 13:39:09','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"nosotros\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"NOSOTROS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"CREAMOS IMÁGENES QUE TRANSMITEN SENSACIONES\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537183263625{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" top_padding=\"20\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Paper-Plane\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767718896{margin-bottom: 15px !important;}\"]\r\n<h3>ÁGILES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Nos adaptamos al timming de tus proyectos, con una amplia capacidad de reacción\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"100\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Flask\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767774918{margin-bottom: 15px !important;}\"]\r\n<h3>INNOVADORES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Estamos siempre atentos para ofrecerte productos de imagen diferenciales\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"padding-3-percent\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"200\"][nectar_icon icon_family=\"iconsmind\" icon_style=\"default\" icon_color=\"Accent-Color\" icon_padding=\"0px\" icon_iconsmind=\"iconsmind-Thumb\" url=\"#\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1536767820809{margin-bottom: 15px !important;}\"]\r\n<h3>PROFESIONALES</h3>\r\n[/vc_column_text][vc_custom_heading text=\"Aportamos criterios empresariales en la gestión de tus imágenes\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"fadeInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"SERVICIOS\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-glass\" color=\"Accent-Color\"][/text-with-icon][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"portfolio\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"PORTFOLIO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" delay=\"50\"][vc_custom_heading text=\"Algunos de nuestros trabajos\" font_container=\"tag:p|text_align:center|color:rgba(10%2C10%2C10%2C0.65)\" use_theme_fonts=\"yes\" css_animation=\"none\" css=\".vc_custom_1537176707352{padding-right: 13% !important;padding-left: 13% !important;}\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_color=\"#f2f2f2\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"testimonios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][testimonial_slider style=\"multiple_visible_minimal\" star_rating_color=\"accent-color\"][testimonial image=\"6257\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906261983-1022e2-9137\" name=\"Aura Brooks\" subtitle=\"Graphic Designer, Owl Eyes\" quote=\"By far the best team I\'ve ever worked with. They truly understood the look I was going for and completely nailed it! I would highly recommend them as a company, you simply just won\'t find any better team!\" tab_id=\"1486407284505-7\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"6279\" star_rating=\"80%\" title=\"Testimonial\" id=\"1485906261988-822e2-9137\" name=\"Eve Crawford\" subtitle=\"Product Designer, That Biz\" quote=\"It was really fun getting to know the team during the project. They were all helpful in answering my questions and made me feel completely at ease. The design ended up being twice as good as I could have ever envisioned!\" tab_id=\"1486407284693-0\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"6279\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262005-722e2-9137\" name=\"Jack Graham\" subtitle=\"Co founder, Coffee Inc\" quote=\"I\'m wondering why I never contacted these guys sooner! Seriously, they all have commendable talent in their respective fields and knocked my concept out of the ballpark. Thanks for an amazing experience!\" tab_id=\"1486407284842-9\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"57\" star_rating=\"91%\" title=\"Testimonial\" id=\"1485906262024-522e2-9137\" name=\"Zak Reid\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407284995-6\"] Click the edit button to add your testimonial. [/testimonial][testimonial image=\"6189\" star_rating=\"100%\" title=\"Testimonial\" id=\"1485906262039-222e2-9137\" name=\"Jake Smith\" subtitle=\"Instructor, Skate Nao\" quote=\"Salient is by far the most astonishing WP theme out there! I literally could not be happier that I chose to buy your theme! Your regular updates and superb attention to detail blows me away every time I visit my new site!\" tab_id=\"1486407285144-8\"] Click the edit button to add your testimonial. [/testimonial][/testimonial_slider][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_gallery type=\"flexslider_style\" images=\"6353,6352,6351,6350,6349,6348\" onclick=\"link_image\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"equipo\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"EQUIPO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/4\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][team_member image_url=\"6279\" team_memeber_style=\"meta_below\" link_element=\"none\" color=\"Accent-Color\" name=\"Miguel Martin Escanciano\" job_position=\"CEO\" social=\"Facebook,http://facebook.com, Twitter,http://twitter.com\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6217\" background_image_mobile_hidden=\"true\" bg_position=\"center top\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"13%\" bottom_padding=\"13%\" enable_gradient=\"true\" color_overlay=\"#f2f2f2\" color_overlay_2=\"rgba(242,242,242,0.01)\" gradient_direction=\"top_to_bottom\" overlay_strength=\"1\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Business Increase\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418466709{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" symbol_position=\"after\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" symbol_alignment=\"Superscript\" milestone_alignment=\"left\" number=\"87\" symbol=\"%\" number_font_size=\"92\" symbol_font_size=\"40\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"New Accounts\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418472478{margin-bottom: 10px !important;}\"][milestone heading_inherit=\"h5\" subject_padding=\"2%\" color=\"Accent-Color\" effect=\"count\" milestone_alignment=\"left\" number=\"247\" number_font_size=\"92\"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"The Difference\" font_container=\"tag:h5|text_align:left|color:%23a5a5a5\" use_theme_fonts=\"yes\" css=\".vc_custom_1486418478917{margin-bottom: 10px !important;}\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"Experience true business performance increases\" font_container=\"tag:h2|font_size:40|text_align:left|line_height:50px\" use_theme_fonts=\"yes\"][nectar_btn size=\"large\" button_style=\"see-through-2\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"#\" text=\"Learn More\" margin_top=\"25\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 13:39:09','2018-09-17 13:39:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6722,1,'2018-10-01 09:55:11','2018-10-01 09:55:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 09:55:11','2018-10-01 09:55:11','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6691,1,'2018-09-28 09:57:12','2018-09-28 09:57:12','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" bottom_padding=\"14%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 09:57:12','2018-09-28 09:57:12','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6678,1,'2018-09-27 17:01:52','2018-09-27 17:01:52','','Productora','','publish','closed','closed','','servicios-2','','','2019-07-17 09:43:45','2019-07-17 09:43:45','',0,'http://ditaymedia.com/?p=6678',1,'nav_menu_item','',0),(8409,1,'2018-10-08 08:49:29','2018-10-08 08:49:29','','_D7A9098','','inherit','open','closed','','_d7a9098','','','2018-10-08 08:49:29','2018-10-08 08:49:29','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/D7A9098.jpg',0,'attachment','image/jpeg',0),(6387,1,'2018-09-17 15:08:23','2018-09-17 15:08:23','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:08:23','2018-09-17 15:08:23','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6389,1,'2018-09-17 15:13:26','2018-09-17 15:13:26','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:13:26','2018-09-17 15:13:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6390,1,'2018-09-17 15:16:38','2018-09-17 15:16:38','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"2\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:16:38','2018-09-17 15:16:38','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6392,1,'2018-09-17 15:19:46','2018-09-17 15:19:46','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:19:46','2018-09-17 15:19:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6391,1,'2018-09-17 15:17:44','2018-09-17 15:17:44','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767241397-0-2\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242213-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767242906-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767243641-0-3\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767244246-0-10\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767245049-0-0\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][client title=\"Client\" id=\"1536767259705-0-0\" tab_id=\"1536767259707-1\"][/client][client title=\"Client\" id=\"1536767261191-0-0\" tab_id=\"1536767261192-8\"][/client][client title=\"Client\" id=\"1536767262549-0-1\" tab_id=\"1536767262549-5\"][/client][client title=\"Client\" id=\"1536767263899-0-5\" tab_id=\"1536767263903-9\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:17:44','2018-09-17 15:17:44','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6393,1,'2018-09-17 15:21:26','2018-09-17 15:21:26','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:21:26','2018-09-17 15:21:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6395,1,'2018-09-17 15:29:16','2018-09-17 15:29:16','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"yes\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:29:16','2018-09-17 15:29:16','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6397,1,'2018-09-17 15:31:37','2018-09-17 15:31:37','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:31:37','2018-09-17 15:31:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6396,1,'2018-09-17 15:30:10','2018-09-17 15:30:10','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"yes\" columns_placement=\"bottom\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:30:10','2018-09-17 15:30:10','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6712,1,'2018-09-28 11:21:58','2018-09-28 11:21:58','L','INDUSTRIAL','','inherit','closed','closed','','6711-revision-v1','','','2018-09-28 11:21:58','2018-09-28 11:21:58','',6711,'http://ditaymedia.com/6711-revision-v1/',0,'revision','',0),(6713,1,'2018-09-28 11:23:20','2018-09-28 11:23:20','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" bottom_padding=\"14%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 11:23:20','2018-09-28 11:23:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8410,1,'2018-10-08 09:02:20','2018-10-08 09:02:20','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-51','','','2018-10-08 09:02:20','2018-10-08 09:02:20','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_4179.jpg',0,'attachment','image/jpeg',0),(8411,1,'2018-10-08 09:14:56','2018-10-08 09:14:56','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-52','','','2018-10-08 09:14:56','2018-10-08 09:14:56','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC8732.jpg',0,'attachment','image/jpeg',0),(8700,1,'2018-10-25 08:32:45','2018-10-25 08:32:45','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-165','','','2018-10-25 08:32:45','2018-10-25 08:32:45','',6711,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0913.jpg',0,'attachment','image/jpeg',0),(8612,1,'2018-10-23 10:07:14','2018-10-23 10:07:14','','LogoCUATRECASAS','','inherit','open','closed','','logocuatrecasas','','','2018-10-23 10:07:14','2018-10-23 10:07:14','',6218,'http://ditaymedia.com/wp-content/uploads/2018/10/LogoCUATRECASAS.png',0,'attachment','image/png',0),(6576,1,'2018-09-19 08:23:08','2018-09-19 08:23:08','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"small\" open_new_tab=\"true\" button_style=\"regular-tilt\" button_color=\"Accent-Color\" icon_family=\"none\" url=\"https://goo.gl/maps/DsKDXS58AvT2\" text=\"Calle Cañaveral 92B 28029 Madrid\" margin_top=\"25\" margin_bottom=\"25\"][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:23:08','2018-09-19 08:23:08','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6409,1,'2018-09-17 15:41:38','2018-09-17 15:41:38','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:41:38','2018-09-17 15:41:38','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6410,1,'2018-09-17 15:42:49','2018-09-17 15:42:49','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:42:49','2018-09-17 15:42:49','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6721,1,'2018-10-01 09:54:06','2018-10-01 09:54:06','','Reel web LPY','','inherit','open','closed','','reel-web-lpy','','','2018-10-01 09:54:06','2018-10-01 09:54:06','',0,'http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4',0,'attachment','video/mp4',0),(6437,1,'2018-09-17 16:13:30','2018-09-17 16:13:30','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:13:30','2018-09-17 16:13:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6428,1,'2018-09-17 16:10:50','2018-09-17 16:10:50','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:10:50','2018-09-17 16:10:50','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6415,1,'2018-09-17 15:44:05','2018-09-17 15:44:05','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:44:05','2018-09-17 15:44:05','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6417,1,'2018-09-17 15:47:25','2018-09-17 15:47:25','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" enable_gradient=\"true\" color_overlay=\"rgba(52,82,255,0.93)\" color_overlay_2=\"rgba(255,16,83,0.92)\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" bottom_padding=\"7%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5>Available booking space</h5>\r\n<h2>Have a project in mind?</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\">Check this out.</h5>\r\n<h2 style=\"text-align: center;\">This are is where\r\nyour text or contact\r\nform can go.</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:47:25','2018-09-17 15:47:25','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6422,1,'2018-09-17 15:56:35','2018-09-17 15:56:35','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"39.955\" map_center_lng=\"-75.171\" map_markers=\"39.949|-75.171|Our Location\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:56:35','2018-09-17 15:56:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6421,1,'2018-09-17 15:52:34','2018-09-17 15:52:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" enable_gradient=\"true\" color_overlay=\"rgba(52,82,255,0.93)\" color_overlay_2=\"rgba(255,16,83,0.92)\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"5686\" title=\"Contact form 1\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"39.955\" map_center_lng=\"-75.171\" map_markers=\"39.949|-75.171|Our Location\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:52:34','2018-09-17 15:52:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6418,1,'2018-09-17 15:47:43','2018-09-17 15:47:43','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" enable_gradient=\"true\" color_overlay=\"rgba(52,82,255,0.93)\" color_overlay_2=\"rgba(255,16,83,0.92)\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" bottom_padding=\"7%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5>Available booking space</h5>\r\n<h2>Have a project in mind?</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\">Check this out.</h5>\r\n<h2 style=\"text-align: center;\">This are is where\r\nyour text or contact\r\nform can go.</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"39.955\" map_center_lng=\"-75.171\" map_markers=\"39.949|-75.171|Our Location\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 15:47:43','2018-09-17 15:47:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6426,1,'2018-09-17 16:05:55','2018-09-17 16:05:55','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"14\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:05:55','2018-09-17 16:05:55','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6425,1,'2018-09-17 16:04:12','2018-09-17 16:04:12','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h2>CONTACTO</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"5\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" marker_image=\"6257\" marker_animation=\"1\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:04:12','2018-09-17 16:04:12','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6424,1,'2018-09-17 16:03:32','2018-09-17 16:03:32','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h2>CONTACTO</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"5\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" marker_image=\"6257\" marker_animation=\"1\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:03:32','2018-09-17 16:03:32','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6423,1,'2018-09-17 16:01:27','2018-09-17 16:01:27','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][contact-form-7 id=\"6\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]91 060 89 45[/text-with-icon][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" map_markers=\"40.470675|-3.691843|LetsPicYou\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h2>CONTACTO</h2>\r\n[/vc_column_text][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"14\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" map_greyscale=\"1\" ultra_flat=\"1\" size=\"650\" map_center_lat=\"39.955\" map_center_lng=\"-75.171\" map_markers=\"39.949|-75.171|Our Location\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" enable_gradient=\"true\" color_overlay=\"rgba(52,82,255,0.93)\" color_overlay_2=\"rgba(255,16,83,0.92)\" gradient_direction=\"left_t_to_right_b\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" bottom_padding=\"7%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" centered_text=\"true\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\">Check this out.</h5>\r\n<h2 style=\"text-align: center;\">This are is where\r\nyour text or contact\r\nform can go.</h2>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:01:27','2018-09-17 16:01:27','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6427,1,'2018-09-17 16:07:07','2018-09-17 16:07:07','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" zindex=\"100\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CONTACTO\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:07:07','2018-09-17 16:07:07','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6438,1,'2018-09-17 16:15:21','2018-09-17 16:15:21','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5715\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:15:21','2018-09-17 16:15:21','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6439,1,'2018-09-17 16:16:54','2018-09-17 16:16:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:16:54','2018-09-17 16:16:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6440,1,'2018-09-17 16:23:50','2018-09-17 16:23:50','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" color_overlay=\"rgba(255,255,255,0.93)\" overlay_strength=\"0.95\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:23:50','2018-09-17 16:23:50','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6441,1,'2018-09-17 16:26:20','2018-09-17 16:26:20','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:26:20','2018-09-17 16:26:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6451,1,'2018-09-18 08:51:32','2018-09-18 08:51:32','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:51:32','2018-09-18 08:51:32','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6449,1,'2018-09-18 08:03:03','2018-09-18 08:03:03','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Web NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:03:03','2018-09-18 08:03:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6443,1,'2018-09-17 16:38:28','2018-09-17 16:38:28','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:38:28','2018-09-17 16:38:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6442,1,'2018-09-17 16:36:20','2018-09-17 16:36:20','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-envelope-alt\" color=\"Accent-Color\"]\r\n<h1><a href=\"mailto:letspicyou@ditaymedia.com\">letspicyou@ditaymedia.com</a></h1>\r\n[/text-with-icon][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h2 class=\"highlight\">Calle Cañaveral 92B</h2>\r\n<h2 class=\"highlight\">28029 Madrid</h2>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][text-with-icon icon_type=\"font_icon\" icon=\"icon-phone\" color=\"Accent-Color\"]\r\n<h1>91 060 89 45</h1>\r\n[/text-with-icon][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:36:20','2018-09-17 16:36:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6444,1,'2018-09-17 16:44:13','2018-09-17 16:44:13','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" video_image=\"6344\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:44:13','2018-09-17 16:44:13','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6445,1,'2018-09-17 16:50:34','2018-09-17 16:50:34','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"curve_asym_2\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:50:34','2018-09-17 16:50:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6446,1,'2018-09-17 16:51:22','2018-09-17 16:51:22','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50\" marker_image_height=\"50\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-17 16:51:22','2018-09-17 16:51:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6447,1,'2018-09-18 07:58:08','2018-09-18 07:58:08','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 07:58:08','2018-09-18 07:58:08','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6450,1,'2018-09-18 08:03:45','2018-09-18 08:03:45','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"6\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"left\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"all\" starting_category=\"default\" project_style=\"6\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"accent-color\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:03:45','2018-09-18 08:03:45','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6453,1,'2018-09-18 08:56:18','2018-09-18 08:56:18','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#006faf\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:56:18','2018-09-18 08:56:18','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6452,1,'2018-09-18 08:54:53','2018-09-18 08:54:53','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#006faf\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][vc_column_text css_animation=\"fadeInUp\" css=\".vc_custom_1537181167256{margin-bottom: 15px !important;}\"]\r\n<h5>LetsPicYou Producciones</h5>\r\n[/vc_column_text][split_line_heading]\r\n<h2>Somos especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</h2>\r\n[/split_line_heading][nectar_btn size=\"large\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"#contacto\" text=\"CONTACTO\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:54:53','2018-09-18 08:54:53','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6455,1,'2018-09-18 08:59:28','2018-09-18 08:59:28','[vc_row type=\"in_container\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:59:28','2018-09-18 08:59:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6456,1,'2018-09-18 08:59:58','2018-09-18 08:59:58','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" equal_height=\"yes\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 08:59:58','2018-09-18 08:59:58','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6457,1,'2018-09-18 09:00:26','2018-09-18 09:00:26','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:00:26','2018-09-18 09:00:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6473,1,'2018-09-18 09:20:04','2018-09-18 09:20:04','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:20:04','2018-09-18 09:20:04','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6468,1,'2018-09-18 09:13:02','2018-09-18 09:13:02','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:13:02','2018-09-18 09:13:02','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6458,1,'2018-09-18 09:01:35','2018-09-18 09:01:35','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:01:35','2018-09-18 09:01:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6460,1,'2018-09-18 09:04:20','2018-09-18 09:04:20','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"140%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:04:20','2018-09-18 09:04:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6459,1,'2018-09-18 09:02:54','2018-09-18 09:02:54','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:02:54','2018-09-18 09:02:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6470,1,'2018-09-18 09:15:52','2018-09-18 09:15:52','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#bcbcbc\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"100%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:15:52','2018-09-18 09:15:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6461,1,'2018-09-18 09:05:05','2018-09-18 09:05:05','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"100%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"100%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:05:05','2018-09-18 09:05:05','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6462,1,'2018-09-18 09:05:49','2018-09-18 09:05:49','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"100%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"4%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:05:49','2018-09-18 09:05:49','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6463,1,'2018-09-18 09:06:29','2018-09-18 09:06:29','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_asym\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"90%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:06:29','2018-09-18 09:06:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0); INSERT INTO `wor5384_posts` VALUES (6464,1,'2018-09-18 09:07:33','2018-09-18 09:07:33','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"fan\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:07:33','2018-09-18 09:07:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6465,1,'2018-09-18 09:08:23','2018-09-18 09:08:23','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"70%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:08:23','2018-09-18 09:08:23','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6466,1,'2018-09-18 09:10:17','2018-09-18 09:10:17','[vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"70%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:10:17','2018-09-18 09:10:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6467,1,'2018-09-18 09:11:43','2018-09-18 09:11:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"4%\" bottom_padding=\"70%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:11:43','2018-09-18 09:11:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6469,1,'2018-09-18 09:14:20','2018-09-18 09:14:20','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#6b6b6b\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"100%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:14:20','2018-09-18 09:14:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6471,1,'2018-09-18 09:17:43','2018-09-18 09:17:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#bcbcbc\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"75%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:17:43','2018-09-18 09:17:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6472,1,'2018-09-18 09:18:36','2018-09-18 09:18:36','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#bcbcbc\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"40%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"50px\" marker_image_height=\"50px\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:18:36','2018-09-18 09:18:36','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6475,1,'2018-09-18 09:23:33','2018-09-18 09:23:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"14\" marker_style=\"default\" color=\"accent-color\" marker_image=\"6257\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:23:33','2018-09-18 09:23:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6474,1,'2018-09-18 09:22:02','2018-09-18 09:22:02','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"7\" enable_zoom=\"1\" marker_style=\"default\" nectar_marker_color=\"accent-color\" marker_image=\"6257\" map_greyscale=\"1\" map_color=\"#000000\" ultra_flat=\"1\" dark_color_scheme=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:22:02','2018-09-18 09:22:02','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6476,1,'2018-09-18 09:24:34','2018-09-18 09:24:34','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"default\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|LetsPicYou\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:24:34','2018-09-18 09:24:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6477,1,'2018-09-18 09:25:59','2018-09-18 09:25:59','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"default\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:25:59','2018-09-18 09:25:59','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6478,1,'2018-09-18 09:28:51','2018-09-18 09:28:51','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading][/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:28:51','2018-09-18 09:28:51','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6479,1,'2018-09-18 09:36:09','2018-09-18 09:36:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2 style=\"text-align: left;\"><strong>Especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</strong></h2>\r\n[/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:36:09','2018-09-18 09:36:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6480,1,'2018-09-18 09:37:01','2018-09-18 09:37:01','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2 style=\"text-align: left;\"><strong>Especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</strong></h2>\r\n[/split_line_heading][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:37:01','2018-09-18 09:37:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6481,1,'2018-09-18 09:37:20','2018-09-18 09:37:20','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2 style=\"text-align: left;\"><strong>Especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</strong></h2>\r\n[/split_line_heading][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:37:20','2018-09-18 09:37:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6483,1,'2018-09-18 09:40:14','2018-09-18 09:40:14','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:40:14','2018-09-18 09:40:14','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6482,1,'2018-09-18 09:39:09','2018-09-18 09:39:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"none\" bottom_padding=\"55%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-left\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<p style=\"text-align: center;\"><strong>Especialistas en fotografía y vídeo para empresa, publicitaria y de productos.</strong></p>\r\n[/split_line_heading][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"5638\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"17\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:39:09','2018-09-18 09:39:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6484,1,'2018-09-18 09:42:42','2018-09-18 09:42:42','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#bcbcbc\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:42:42','2018-09-18 09:42:42','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6485,1,'2018-09-18 09:52:00','2018-09-18 09:52:00','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:52:00','2018-09-18 09:52:00','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6486,1,'2018-09-18 09:55:39','2018-09-18 09:55:39','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:55:39','2018-09-18 09:55:39','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6487,1,'2018-09-18 09:58:38','2018-09-18 09:58:38','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\nCalle Cañaveral 92B Madrid[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 09:58:38','2018-09-18 09:58:38','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6488,1,'2018-09-18 10:00:36','2018-09-18 10:00:36','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 10:00:36','2018-09-18 10:00:36','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6652,1,'2018-09-20 16:40:13','2018-09-20 16:40:13','','alpe','','inherit','open','closed','','alpe','','','2018-09-20 16:40:13','2018-09-20 16:40:13','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/alpe.jpg',0,'attachment','image/jpeg',0),(6492,1,'2018-09-18 13:45:46','2018-09-18 13:45:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: left;\"><i class=\"far fa-phone-square\"></i> 91 060 89 45 <i class=\"far fa-envelope\"></i> <a title=\"letspicyou@ditaymedia.com\" href=\"mailto:letspicyou@ditaymedia.com\">letspicyou@ditaymedia.com</a></h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 13:45:46','2018-09-18 13:45:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6493,1,'2018-09-18 13:46:29','2018-09-18 13:46:29','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h3 style=\"text-align: left;\"><i class=\"far fa-phone-square\"></i> 91 060 89 45 <i class=\"far fa-envelope\"></i> <a title=\"letspicyou@ditaymedia.com\" href=\"mailto:letspicyou@ditaymedia.com\">letspicyou@ditaymedia.com</a></h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 13:46:29','2018-09-18 13:46:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6489,1,'2018-09-18 11:43:54','2018-09-18 11:43:54','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cta btn_style=\"see-through\" heading_tag=\"h6\" link_type=\"regular\" alignment=\"left\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 11:43:54','2018-09-18 11:43:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6490,1,'2018-09-18 11:44:20','2018-09-18 11:44:20','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"][/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_cta btn_style=\"see-through\" heading_tag=\"h6\" link_type=\"regular\" alignment=\"left\" text=\"hola\" link_text=\"hola\" url=\"http://www.tendenciasfashionmag.com/\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 11:44:20','2018-09-18 11:44:20','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6491,1,'2018-09-18 13:42:14','2018-09-18 13:42:14','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h3>91 060 89 45 <a title=\"letspicyou@ditaymedia.com\" href=\"mailto:letspicyou@ditaymedia.com\">letspicyou@ditaymedia.com</a></h3>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" bottom_padding=\"0%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][heading][/heading][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 13:42:14','2018-09-18 13:42:14','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6494,1,'2018-09-18 13:47:49','2018-09-18 13:47:49','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: left;\"><i class=\"far fa-phone-square\"></i> 91 060 89 45 <i class=\"far fa-envelope\"></i> <a title=\"letspicyou@ditaymedia.com\" href=\"mailto:letspicyou@ditaymedia.com\">letspicyou@ditaymedia.com</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 13:47:49','2018-09-18 13:47:49','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6496,1,'2018-09-18 14:02:02','2018-09-18 14:02:02','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i> <a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a> <i class=\"fas fa-phone\"></i> <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></h4>\r\n<h4 style=\"text-align: center;\"><i class=\"fas fa-map-marker-alt\"></i> <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:02:02','2018-09-18 14:02:02','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6499,1,'2018-09-18 14:08:38','2018-09-18 14:08:38','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4><i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:08:38','2018-09-18 14:08:38','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6495,1,'2018-09-18 13:52:06','2018-09-18 13:52:06','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4 style=\"text-align: left;\"><i class=\"far fa-phone-square\"></i> <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a> <i class=\"far fa-envelope\"></i> <a title=\"letspicyou@ditaymedia.com\" href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a> <i class=\"fas fa-map-marker-alt\"></i> <a href=\"https://goo.gl/maps/oQbFhAzyeMC2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 13:52:06','2018-09-18 13:52:06','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6497,1,'2018-09-18 14:05:17','2018-09-18 14:05:17','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4><i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4><i class=\"fas fa-map-marker-alt\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:05:17','2018-09-18 14:05:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6498,1,'2018-09-18 14:06:56','2018-09-18 14:06:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n \r\n<h4><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4><i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:06:56','2018-09-18 14:06:56','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6568,1,'2018-09-18 16:54:23','2018-09-18 16:54:23','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:54:23','2018-09-18 16:54:23','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6500,1,'2018-09-18 14:10:17','2018-09-18 14:10:17','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4><i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"600\" height=\"450\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:10:17','2018-09-18 14:10:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6501,1,'2018-09-18 14:11:29','2018-09-18 14:11:29','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4><i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:11:29','2018-09-18 14:11:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6502,1,'2018-09-18 14:12:35','2018-09-18 14:12:35','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4><i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:12:35','2018-09-18 14:12:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6503,1,'2018-09-18 14:14:06','2018-09-18 14:14:06','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h4><strong>Llamanos al <i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4>Escribenos a <i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4>Visítanos en <i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:14:06','2018-09-18 14:14:06','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6504,1,'2018-09-18 14:14:25','2018-09-18 14:14:25','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h4><strong>Llamanos al <i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4>Escribenos a <i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4>Visítanos en <i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:14:25','2018-09-18 14:14:25','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6505,1,'2018-09-18 14:15:01','2018-09-18 14:15:01','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></h2>\r\n<h4><strong>Calle Cañaveral 92B Madrid</strong></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h4><strong>Llamanos al <i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h4>\r\n<h4>Escribenos a <i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h4>\r\n<h4>Visítanos en <i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h4>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:15:01','2018-09-18 14:15:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6509,1,'2018-09-18 14:29:28','2018-09-18 14:29:28','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:29:28','2018-09-18 14:29:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6506,1,'2018-09-18 14:17:50','2018-09-18 14:17:50','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #006faf;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong>Llamanos al <i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5>Escribenos a <i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h5>\r\n<h5>Visítanos en <i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:17:50','2018-09-18 14:17:50','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6508,1,'2018-09-18 14:24:25','2018-09-18 14:24:25','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i> Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i> Escríbenos a <a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:24:25','2018-09-18 14:24:25','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6507,1,'2018-09-18 14:20:48','2018-09-18 14:20:48','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"https://source.unsplash.com/UmWW77lYEcA\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" video_image=\"5637\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #006faf;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong>Llamanos al <i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5>Escribenos a <i class=\"far fa-envelope\"></i><a href=\"mailto:letspicyou@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">letspicyou@ditaymedia.com</a></h5>\r\n<h5>Visítanos en <i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:20:48','2018-09-18 14:20:48','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6510,1,'2018-09-18 14:30:09','2018-09-18 14:30:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"\" height=\"650\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:30:09','2018-09-18 14:30:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6511,1,'2018-09-18 14:31:46','2018-09-18 14:31:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:31:46','2018-09-18 14:31:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6512,1,'2018-09-18 14:33:03','2018-09-18 14:33:03','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"100%\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:33:03','2018-09-18 14:33:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6513,1,'2018-09-18 14:34:00','2018-09-18 14:34:00','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"1000\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:34:00','2018-09-18 14:34:00','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6516,1,'2018-09-18 14:40:15','2018-09-18 14:40:15','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:40:15','2018-09-18 14:40:15','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6514,1,'2018-09-18 14:34:35','2018-09-18 14:34:35','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"1000\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:34:35','2018-09-18 14:34:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6515,1,'2018-09-18 14:37:39','2018-09-18 14:37:39','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"1000\" height=\"750\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:37:39','2018-09-18 14:37:39','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6522,1,'2018-09-18 14:48:45','2018-09-18 14:48:45','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:48:45','2018-09-18 14:48:45','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6523,1,'2018-09-18 14:50:21','2018-09-18 14:50:21','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n \r\n<h5><strong>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:50:21','2018-09-18 14:50:21','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6519,1,'2018-09-18 14:43:13','2018-09-18 14:43:13','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:43:13','2018-09-18 14:43:13','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6517,1,'2018-09-18 14:41:03','2018-09-18 14:41:03','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:41:03','2018-09-18 14:41:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6518,1,'2018-09-18 14:42:09','2018-09-18 14:42:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"45%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text max_width=\"100%\"]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:42:09','2018-09-18 14:42:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6520,1,'2018-09-18 14:44:58','2018-09-18 14:44:58','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"100%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:44:58','2018-09-18 14:44:58','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6521,1,'2018-09-18 14:46:04','2018-09-18 14:46:04','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llamanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:46:04','2018-09-18 14:46:04','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6524,1,'2018-09-18 14:51:37','2018-09-18 14:51:37','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #000000;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:51:37','2018-09-18 14:51:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6525,1,'2018-09-18 14:54:31','2018-09-18 14:54:31','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 14:54:31','2018-09-18 14:54:31','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6529,1,'2018-09-18 15:27:52','2018-09-18 15:27:52','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"default\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:27:52','2018-09-18 15:27:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6536,1,'2018-09-18 15:30:40','2018-09-18 15:30:40','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:30:40','2018-09-18 15:30:40','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6537,1,'2018-09-18 15:32:22','2018-09-18 15:32:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"5\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:32:22','2018-09-18 15:32:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6539,1,'2018-09-18 15:43:46','2018-09-18 15:43:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"4\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:43:46','2018-09-18 15:43:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6542,1,'2018-09-18 15:53:18','2018-09-18 15:53:18','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:53:18','2018-09-18 15:53:18','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6541,1,'2018-09-18 15:47:24','2018-09-18 15:47:24','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"8\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #808080;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:47:24','2018-09-18 15:47:24','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6543,1,'2018-09-18 15:54:10','2018-09-18 15:54:10','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #333333;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos al <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos a <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos en <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 15:54:10','2018-09-18 15:54:10','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6567,1,'2018-09-18 16:53:02','2018-09-18 16:53:02','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:53:02','2018-09-18 16:53:02','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6546,1,'2018-09-18 16:08:17','2018-09-18 16:08:17','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #333333;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:08:17','2018-09-18 16:08:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6547,1,'2018-09-18 16:11:01','2018-09-18 16:11:01','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><strong>Ven a vernos a nuestro estudio <span style=\"color: #333333;\">NaveThePhoto</span></strong></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:11:01','2018-09-18 16:11:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6548,1,'2018-09-18 16:12:59','2018-09-18 16:12:59','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:12:59','2018-09-18 16:12:59','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0); INSERT INTO `wor5384_posts` VALUES (6580,1,'2018-09-19 08:26:43','2018-09-19 08:26:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:26:43','2018-09-19 08:26:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6585,1,'2018-09-19 08:45:21','2018-09-19 08:45:21','','LogoGIORGIOARMANI','','inherit','open','closed','','logogiorgioarmani','','','2018-09-19 08:45:21','2018-09-19 08:45:21','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoGIORGIOARMANI.png',0,'attachment','image/png',0),(6586,1,'2018-09-19 08:51:32','2018-09-19 08:51:32','','logoSANTILLANA','','inherit','open','closed','','logosantillana','','','2018-09-19 08:51:32','2018-09-19 08:51:32','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/logoSANTILLANA.png',0,'attachment','image/png',0),(6579,1,'2018-09-19 08:26:05','2018-09-19 08:26:05','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"0%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:26:05','2018-09-19 08:26:05','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6578,1,'2018-09-19 08:25:22','2018-09-19 08:25:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"0%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"small\" open_new_tab=\"true\" button_style=\"see-through-3\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"https://goo.gl/maps/DsKDXS58AvT2\" text=\"Calle Cañaveral 92B 28029 Madrid\" margin_top=\"25\" margin_bottom=\"25\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" bottom_padding=\"4%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:25:22','2018-09-19 08:25:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6577,1,'2018-09-19 08:24:10','2018-09-19 08:24:10','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"small\" open_new_tab=\"true\" button_style=\"see-through-3\" hover_text_color_override=\"#ffffff\" icon_family=\"none\" url=\"https://goo.gl/maps/DsKDXS58AvT2\" text=\"Calle Cañaveral 92B 28029 Madrid\" margin_top=\"25\" margin_bottom=\"25\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:24:10','2018-09-19 08:24:10','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6575,1,'2018-09-19 08:22:00','2018-09-19 08:22:00','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"small\" open_new_tab=\"true\" button_style=\"see-through\" button_color_2=\"Accent-Color\" icon_family=\"none\" url=\"https://goo.gl/maps/DsKDXS58AvT2\" text=\"Calle Cañaveral 92B 28029 Madrid\"][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:22:00','2018-09-19 08:22:00','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6566,1,'2018-09-18 16:51:58','2018-09-18 16:51:58','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:51:58','2018-09-18 16:51:58','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6565,1,'2018-09-18 16:51:00','2018-09-18 16:51:00','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"6\" hover_effect=\"opacity\" additional_padding=\"none\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:51:00','2018-09-18 16:51:00','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6564,1,'2018-09-18 16:49:44','2018-09-18 16:49:44','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"14%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"6\" hover_effect=\"opacity\" additional_padding=\"4\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263737581-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263739231-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263740578-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263741675-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263744658-0-4\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263752244-0-1\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263754505-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263756041-0-9\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263757151-0-0\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6300\" title=\"Client\" id=\"1537263758106-0-2\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6305\" title=\"Client\" id=\"1536767232523-0-0\" tab_id=\"1536765081793-8\" name=\"BAUSCH+LOMB\" url=\"http://www.bausch.com.es/\"][/client][client image=\"6306\" title=\"Client\" id=\"1536767233747-0-2\" tab_id=\"1536765081793-8\" name=\"KIEHLS\" url=\"http://www.kiehls.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6310\" title=\"Client\" id=\"1536767236880-0-1\" tab_id=\"1536765081793-8\" name=\"TENMAG\" url=\"http://www.tendenciasfashionmag.com/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][client image=\"6262\" title=\"Client\" id=\"1536767238740-0-4\" tab_id=\"1536765081793-8\" name=\"letspicyou\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-18 16:49:44','2018-09-18 16:49:44','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6581,1,'2018-09-19 08:34:28','2018-09-19 08:34:28','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=10&ll=latitude,longitude&t=k\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:34:28','2018-09-19 08:34:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6583,1,'2018-09-19 08:37:30','2018-09-19 08:37:30','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=15\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:37:30','2018-09-19 08:37:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6582,1,'2018-09-19 08:35:30','2018-09-19 08:35:30','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=12&ll=latitude,longitude&t=k\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:35:30','2018-09-19 08:35:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6584,1,'2018-09-19 08:39:31','2018-09-19 08:39:31','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=15\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:39:31','2018-09-19 08:39:31','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6587,1,'2018-09-19 08:52:16','2018-09-19 08:52:16','','LogoADIDAS','','inherit','open','closed','','logoadidas','','','2018-09-19 08:52:16','2018-09-19 08:52:16','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoADIDAS.png',0,'attachment','image/png',0),(6588,1,'2018-09-19 08:53:11','2018-09-19 08:53:11','','LogoLEROYMERLIN','','inherit','open','closed','','logoleroymerlin','','','2018-09-19 08:53:11','2018-09-19 08:53:11','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoLEROYMERLIN.png',0,'attachment','image/png',0),(6589,1,'2018-09-19 08:53:45','2018-09-19 08:53:45','','LogoHILTON','','inherit','open','closed','','logohilton','','','2018-09-19 08:53:45','2018-09-19 08:53:45','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoHILTON.png',0,'attachment','image/png',0),(6590,1,'2018-09-19 08:54:05','2018-09-19 08:54:05','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6313\" title=\"Client\" id=\"1536767238134-0-3\" tab_id=\"1536765081793-8\" name=\"CLARISONIC\" url=\"http://www.clarisonic.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=15\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:54:05','2018-09-19 08:54:05','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6591,1,'2018-09-19 08:55:36','2018-09-19 08:55:36','','Captura-de-pantalla-2016-07-05-a-las-12.34.15','','inherit','open','closed','','captura-de-pantalla-2016-07-05-a-las-12-34-15','','','2018-09-19 08:55:36','2018-09-19 08:55:36','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/Captura-de-pantalla-2016-07-05-a-las-12.34.15.png',0,'attachment','image/png',0),(6592,1,'2018-09-19 08:57:03','2018-09-19 08:57:03','','LogoTHYSSENKRUPP','','inherit','open','closed','','logothyssenkrupp','','','2018-09-19 08:57:03','2018-09-19 08:57:03','',6218,'http://ditaymedia.com/wp-content/uploads/2018/09/LogoTHYSSENKRUPP.png',0,'attachment','image/png',0),(6593,1,'2018-09-19 08:57:37','2018-09-19 08:57:37','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=15\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:57:37','2018-09-19 08:57:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6594,1,'2018-09-19 08:59:41','2018-09-19 08:59:41','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&z=15\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 08:59:41','2018-09-19 08:59:41','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6596,1,'2018-09-19 10:13:34','2018-09-19 10:13:34','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056&=15\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 10:13:34','2018-09-19 10:13:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6597,1,'2018-09-19 10:15:15','2018-09-19 10:15:15','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 10:15:15','2018-09-19 10:15:15','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6598,1,'2018-09-19 10:23:54','2018-09-19 10:23:54','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 10:23:54','2018-09-19 10:23:54','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6600,1,'2018-09-20 10:15:56','2018-09-20 10:15:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i> <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i> <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i> <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:15:56','2018-09-20 10:15:56','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6599,1,'2018-09-19 10:24:33','2018-09-19 10:24:33','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"7\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i>Llámanos <a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i>Escríbenos <a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i>Visítanos <a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-19 10:24:33','2018-09-19 10:24:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6601,1,'2018-09-20 10:17:25','2018-09-20 10:17:25','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:17:25','2018-09-20 10:17:25','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6656,1,'2018-09-26 16:15:33','2018-09-26 16:15:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:15:33','2018-09-26 16:15:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6654,1,'2018-09-21 07:53:24','2018-09-21 07:53:24','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516404991{padding-top: 220px !important;padding-bottom: 235px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-21 07:53:24','2018-09-21 07:53:24','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6653,1,'2018-09-20 16:40:29','2018-09-20 16:40:29','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537458139815{padding-top: 220px !important;padding-bottom: 240px !important;background-color: #ffffff !important;}\"]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 16:40:29','2018-09-20 16:40:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6603,1,'2018-09-20 10:20:57','2018-09-20 10:20:57','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:20:57','2018-09-20 10:20:57','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6602,1,'2018-09-20 10:19:26','2018-09-20 10:19:26','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:19:26','2018-09-20 10:19:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6604,1,'2018-09-20 10:21:22','2018-09-20 10:21:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:21:22','2018-09-20 10:21:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6605,1,'2018-09-20 10:24:35','2018-09-20 10:24:35','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"10px\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:24:35','2018-09-20 10:24:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6606,1,'2018-09-20 10:25:17','2018-09-20 10:25:17','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 10:25:17','2018-09-20 10:25:17','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6607,1,'2018-09-20 11:04:27','2018-09-20 11:04:27','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"default\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:04:27','2018-09-20 11:04:27','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6608,1,'2018-09-20 11:08:39','2018-09-20 11:08:39','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:08:39','2018-09-20 11:08:39','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6609,1,'2018-09-20 11:09:45','2018-09-20 11:09:45','<label> NOMBRE \r\n [text* your-name] </label>\r\n\r\n<label> EMAIL \r\n [email* your-email] </label>\r\n\r\n<label > MENSAJE\r\n [textarea your-message x8 ] </label>\r\n\r\n[submit \"Enviar\"]\n1\nMensaje desde formulario de contacto de letspicyou.com !!\n[your-name] <letspicyou@ditaymedia.com>\nletspicyou@ditaymedia.com\nDe: \r\n[your-name] <[your-email]>\r\n\r\nCuerpo del mensaje:\r\n[your-message]\r\n\r\nEste mensaje se ha enviado desde un formulario de contacto en LetsPicYou Producciones (http://ditaymedia.com)\nReply-To: [your-email]\n\n\n\n\nLetsPicYou Producciones \"[your-subject]\"\nLetsPicYou Producciones <wordpress@test.letspicyou.com>\n[your-email]\nCuerpo del mensaje:\r\n[your-message]\r\n\r\n-- \r\nEste mensaje se ha enviado desde un formulario de contacto en LetsPicYou Producciones (http://ditaymedia.com)\nReply-To: miguel@ditaymedia.com\n\n\n\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.\nEl formato de fecha es incorrecto.\nLa fecha es anterior a la más temprana permitida.\nLa fecha es posterior a la más tardía permitida.\nHubo un error desconocido subiendo el archivo.\nNo tienes permisos para subir archivos de este tipo.\nEl archivo es demasiado grande.\nSe ha producido un error subiendo la imagen\nEl formato de número no es válido.\nEl número es menor que el mínimo permitido.\nEl número es mayor que el máximo permitido.\nLa respuesta al cuestionario no es correcta.\nEl código introducido es incorrecto.\nLa dirección de correo electrónico que has introducido no es válida.\nLa URL no es válida.\nEl número de teléfono no es válido.','Contacto - LetsPicYou','','publish','closed','closed','','contacto-2-letspicyou','','','2018-10-10 14:57:10','2018-10-10 14:57:10','',0,'http://ditaymedia.com/?post_type=wpcf7_contact_form&p=6609',0,'wpcf7_contact_form','',0),(6610,1,'2018-09-20 11:11:06','2018-09-20 11:11:06','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:11:06','2018-09-20 11:11:06','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6611,1,'2018-09-20 11:27:13','2018-09-20 11:27:13','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:27:13','2018-09-20 11:27:13','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6613,1,'2018-09-20 11:30:03','2018-09-20 11:30:03','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<center></center>\r\n<table style=\"height: 40px;\" width=\"595\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:30:03','2018-09-20 11:30:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6612,1,'2018-09-20 11:28:26','2018-09-20 11:28:26','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" disable_element=\"yes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"18\" marker_style=\"nectar\" color=\"accent-color\" marker_image=\"6257\" leaflet_map_greyscale=\"1\" infowindow_start_open=\"1\" size=\"650\" map_center_lat=\"40.4707\" map_center_lng=\"-3.69179\" map_markers=\"40.4707|-3.69179|Calle Cañaveral 92b, Madrid\" marker_image_width=\"10\" marker_image_height=\"10\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:28:26','2018-09-20 11:28:26','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6616,1,'2018-09-20 11:44:19','2018-09-20 11:44:19','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table style=\"height: 56px;\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:44:19','2018-09-20 11:44:19','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6614,1,'2018-09-20 11:38:56','2018-09-20 11:38:56','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n \r\n<table style=\"height: 40px;\" width=\"595\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:38:56','2018-09-20 11:38:56','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6615,1,'2018-09-20 11:41:03','2018-09-20 11:41:03','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table style=\"height: 40px;\" width=\"595\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table style=\"height: 56px;\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<table style=\"height: 57px;\" width=\"579\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:41:03','2018-09-20 11:41:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6617,1,'2018-09-20 11:46:34','2018-09-20 11:46:34','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><center><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></center></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<table style=\"height: 56px;\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n\r\n<hr />\r\n\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:46:34','2018-09-20 11:46:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6620,1,'2018-09-20 12:01:22','2018-09-20 12:01:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 12:01:22','2018-09-20 12:01:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6619,1,'2018-09-20 11:59:37','2018-09-20 11:59:37','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<table style=\"height: 56px;\" width=\"557\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></td>\r\n<td><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<hr />\r\n<h5><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 11:59:37','2018-09-20 11:59:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6627,1,'2018-09-20 12:07:45','2018-09-20 12:07:45','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 12:07:45','2018-09-20 12:07:45','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6626,1,'2018-09-20 12:04:30','2018-09-20 12:04:30','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"fade_in\" projects_per_page=\"100\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"1\" load_in_animation=\"none\"][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 12:04:30','2018-09-20 12:04:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6628,1,'2018-09-20 12:21:06','2018-09-20 12:21:06','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 12:21:06','2018-09-20 12:21:06','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6629,1,'2018-09-20 12:21:42','2018-09-20 12:21:42','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 12:21:42','2018-09-20 12:21:42','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6665,1,'2018-09-27 11:48:43','2018-09-27 11:48:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_webm=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0Q1JTIyJTIwd2lkdGglM0QlMjIxMDAwMCUyMiUyMGhlaWdodCUzRCUyMjYwMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMmFsbG93ZnVsbHNjcmVlbiUyMiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 11:48:43','2018-09-27 11:48:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6632,1,'2018-09-20 13:45:46','2018-09-20 13:45:46','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 13:45:46','2018-09-20 13:45:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6631,1,'2018-09-20 13:36:57','2018-09-20 13:36:57','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 13:36:57','2018-09-20 13:36:57','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8417,1,'2018-10-08 15:08:19','2018-10-08 15:08:19','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-08 15:08:19','2018-10-08 15:08:19','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6634,1,'2018-09-20 14:15:30','2018-09-20 14:15:30','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_video align=\"center\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 14:15:30','2018-09-20 14:15:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6636,1,'2018-09-20 14:37:04','2018-09-20 14:37:04','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 14:37:04','2018-09-20 14:37:04','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6635,1,'2018-09-20 14:17:28','2018-09-20 14:17:28','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_video_lightbox link_style=\"play_button\" video_url=\"https://www.youtube.com/watch?v=6oTurM7gESE\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 14:17:28','2018-09-20 14:17:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8808,1,'2019-01-30 18:44:01','2019-01-30 18:44:01','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][nectar_portfolio layout=\"fullwidth\" constrain_max_cols=\"true\" category=\"audio,corporativa,ecommerce,eventos,gastronomia,industrial,interiorismo,moda,publicidad,redes-sociales\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"reel\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_video link=\"https://www.youtube.com/watch?v=yQ3a_oQ2Yf8\" align=\"center\"][nectar_video_lightbox link_style=\"play_button_with_text\" nectar_play_button_color=\"Default-Accent-Color\" font_style=\"p\" video_url=\"https://www.youtube.com/watch?v=yQ3a_oQ2Yf8\" link_text=\"Reel\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"yes\" columns_placement=\"stretch\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in-from-bottom\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\" enable_animation=\"true\" animation=\"fade-in-from-bottom\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1548872679409-0\" tab_id=\"1548872679410-2\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1548872679508-9\" tab_id=\"1548872679510-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1548872679556-9\" tab_id=\"1548872679557-7\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1548872679629-1\" tab_id=\"1548872679629-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1548872679682-6\" tab_id=\"1548872679683-3\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1548872679741-5\" tab_id=\"1548872679742-6\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1548872679799-0\" tab_id=\"1548872679800-6\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1548872679845-0\" tab_id=\"1548872679846-2\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1548872679905-7\" tab_id=\"1548872679906-4\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1548872679949-9\" tab_id=\"1548872679949-4\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1548872680010-9\" tab_id=\"1548872680011-7\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1548872680076-9\" tab_id=\"1548872680078-9\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1548872680201-3\" tab_id=\"1548872680203-1\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1548872680258-7\" tab_id=\"1548872680259-1\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1548872680309-3\" tab_id=\"1548872680312-8\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"8545\" title=\"Client\" id=\"1548872680381-8\" tab_id=\"1548872680382-0\" name=\"PIAZZA\" url=\"http://piazzacomunicacion.com/es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1548872680432-4\" tab_id=\"1548872680436-1\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"8549\" title=\"Client\" id=\"1548872680501-0\" tab_id=\"1548872680502-8\" name=\"EVERCOM\" url=\"https://www.evercom.es/\"][/client][client image=\"6730\" title=\"Client\" id=\"1548872680558-3\" tab_id=\"1548872680561-0\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"8612\" title=\"Client\" id=\"1548872680628-9\" tab_id=\"1548872680629-9\" name=\"CUATRECASAS\" url=\"https://www.cuatrecasas.com\"][/client][client image=\"8572\" title=\"Client\" id=\"1548872680708-0\" tab_id=\"1548872680709-3\" name=\"SB\" url=\"https://www.salvadorbachiller.es\"][/client][client image=\"8551\" title=\"Client\" id=\"1548872680771-9\" tab_id=\"1548872680771-6\" name=\"COAM\" url=\"http://www.coam.org/\"][/client][client image=\"8573\" title=\"Client\" id=\"1548872680830-9\" tab_id=\"1548872680831-6\" name=\"AEG\" url=\"https://www.aeg.com.es/\"][/client][client image=\"8552\" title=\"Client\" id=\"1548872680881-5\" tab_id=\"1548872680882-4\" name=\"PRH\" url=\"https://www.penguinrandomhousegrupoeditorial.com/\"][/client][client image=\"8574\" title=\"Client\" id=\"1548872680946-4\" tab_id=\"1548872680948-7\" name=\"LEWIS\" url=\"https://www.teamlewis.com/es/\"][/client][client image=\"8719\" title=\"Client\" id=\"1548872680996-2\" tab_id=\"1548872680997-9\" name=\"KENES\" url=\"https://kenes-group.com/\"][/client][client image=\"8720\" title=\"Client\" id=\"1548872681044-5\" tab_id=\"1548872681045-7\" name=\"MERZ\" url=\"https://www.merz.com/es/\"][/client][client image=\"8721\" title=\"Client\" id=\"1548872681111-1\" tab_id=\"1548872681112-4\" name=\"FACTOR CLAVE\" url=\"http://factorclave.com/\"][/client][client image=\"8722\" title=\"Client\" id=\"1548872681160-8\" tab_id=\"1548872681161-5\" name=\"PM MALLORQUINA\" url=\"https://www.previsionmallorquina.com/es/\"][/client][client image=\"8723\" title=\"Client\" id=\"1548872681210-8\" tab_id=\"1548872681211-1\" name=\"ARENALIA\" url=\"http://www.arenalia.com/es\"][/client][client image=\"8724\" title=\"Client\" id=\"1548872681281-1\" tab_id=\"1548872681281-0\" name=\"B+L\" url=\"http://www.bausch.com.es/inicio/\"][/client][client image=\"8729\" title=\"Client\" id=\"1548872681334-5\" tab_id=\"1548872681335-1\" name=\"AIG\" url=\"https://www.aig.com.es/\"][/client][client image=\"8730\" title=\"Client\" id=\"1548872681406-10\" tab_id=\"1548872681406-4\" name=\"CARTOM\" url=\"http://www.cartom.com/\"][/client][client image=\"8731\" title=\"Client\" id=\"1548872681456-9\" tab_id=\"1548872681457-3\" name=\"MADRID\" url=\"http://www.comunidad.madrid/\"][/client][client image=\"8732\" title=\"Client\" id=\"1548872681520-4\" tab_id=\"1548872681521-10\" name=\"CONDE NAST\" url=\"http://www.cnworld.es/\"][/client][client image=\"8733\" title=\"Client\" id=\"1548872681583-7\" tab_id=\"1548872681584-5\" name=\"CPP\" url=\"https://es.cppgroup.com/\"][/client][client image=\"8734\" title=\"Client\" id=\"1548872681655-6\" tab_id=\"1548872681656-7\" name=\"HEMA\" url=\"http://es.hemashop.com/es\"][/client][client image=\"8735\" title=\"Client\" id=\"1548872681725-5\" tab_id=\"1548872681728-2\" name=\"IDE0\" url=\"https://www.ideasdesdecero.es/\"][/client][client image=\"8736\" title=\"Client\" id=\"1548872681795-8\" tab_id=\"1548872681796-2\" name=\"KONE\" url=\"https://www.kone.es/\"][/client][client image=\"8737\" title=\"Client\" id=\"1548872681872-3\" tab_id=\"1548872681872-8\" name=\"LATERAL THINKING\" url=\"http://lateral-thinking.net/es/about/\"][/client][client image=\"8738\" title=\"Client\" id=\"1548872681943-10\" tab_id=\"1548872681944-6\" name=\"MACGUFFIN\" url=\"https://www.macguffin.es/\"][/client][client image=\"8739\" title=\"Client\" id=\"1548872682024-9\" tab_id=\"1548872682025-1\" name=\"NESS\" url=\"http://nessenergy.es/\"][/client][client image=\"8740\" title=\"Client\" id=\"1548872682119-10\" tab_id=\"1548872682121-10\" name=\"NORMON\" url=\"https://www.normon.es/\"][/client][client image=\"8741\" title=\"Client\" id=\"1548872682186-6\" tab_id=\"1548872682187-0\" name=\"NOTA BENE\" url=\"http://notabene.es/\"][/client][client image=\"8742\" title=\"Client\" id=\"1548872682261-6\" tab_id=\"1548872682263-10\" name=\"RBA\" url=\"http://www.rba.es/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"left-right\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"0%\" bottom_margin=\"-15%\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"center\" phone_text_alignment=\"center\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_column_text css=\".vc_custom_1545126342283{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]<img class=\"size-medium wp-image-8424 aligncenter\" src=\"http://ditaymedia.com/wp-content/uploads/2018/10/LogoLetspicyouProduccionesConCirculo-300x75.jpg\" alt=\"\" width=\"300\" height=\"75\" />\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" bg_image_animation=\"none\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\" bg_image_animation=\"none\"][vc_raw_html]JTNDaWZyYW1lJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xOCUyMTFtMTIlMjExbTMlMjExZDMwMzUuMjA2MzM3OTI0NzcyNSUyMTJkLTMuNjkzOTc4Njg0MjcyMzc0NyUyMTNkNDAuNDcwNjk5OTc5MzU4OTklMjEybTMlMjExZjAlMjEyZjAlMjEzZjAlMjEzbTIlMjExaTEwMjQlMjEyaTc2OCUyMTRmMTMuMSUyMTNtMyUyMTFtMiUyMTFzMHhkNDIyOTEyNmI4YjFhNTclMjUzQTB4NDhiOTdjNWFmZDVmOTRiYiUyMTJzTGV0c1BpY1lvdSUyQlByb2R1Y2Npb25lcyUyMTVlMCUyMTNtMiUyMTFzZXMlMjEyc2VzJTIxNHYxNTM5MDgyMDcxODk1JTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjI1NTAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBzdHlsZSUzRCUyMmJvcmRlciUzQTAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2019-01-30 18:44:01','2019-01-30 18:44:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6638,1,'2018-09-20 15:27:46','2018-09-20 15:27:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"300\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:27:46','2018-09-20 15:27:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6639,1,'2018-09-20 15:28:34','2018-09-20 15:28:34','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"250\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:28:34','2018-09-20 15:28:34','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0); INSERT INTO `wor5384_posts` VALUES (6640,1,'2018-09-20 15:29:31','2018-09-20 15:29:31','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"250\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457367996{padding-top: 100px !important;padding-bottom: 100px !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:29:31','2018-09-20 15:29:31','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6641,1,'2018-09-20 15:30:22','2018-09-20 15:30:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457419240{padding-top: 200px !important;padding-bottom: 200px !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:30:22','2018-09-20 15:30:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6642,1,'2018-09-20 15:31:09','2018-09-20 15:31:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457465581{padding-top: 230px !important;padding-bottom: 230px !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:31:09','2018-09-20 15:31:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6643,1,'2018-09-20 15:33:05','2018-09-20 15:33:05','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457576704{padding-top: 220px !important;padding-bottom: 210px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:33:05','2018-09-20 15:33:05','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6644,1,'2018-09-20 15:35:16','2018-09-20 15:35:16','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457576704{padding-top: 220px !important;padding-bottom: 210px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:35:16','2018-09-20 15:35:16','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6645,1,'2018-09-20 15:38:08','2018-09-20 15:38:08','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457867970{padding-top: 220px !important;padding-bottom: 220px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:38:08','2018-09-20 15:38:08','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6646,1,'2018-09-20 15:39:09','2018-09-20 15:39:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457946793{padding-top: 220px !important;padding-bottom: 235px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:39:09','2018-09-20 15:39:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6647,1,'2018-09-20 15:39:46','2018-09-20 15:39:46','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537457984074{padding-top: 220px !important;padding-bottom: 240px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:39:46','2018-09-20 15:39:46','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6648,1,'2018-09-20 15:41:07','2018-09-20 15:41:07','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"medium_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537458032880{padding-top: 220px !important;padding-bottom: 240px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:41:07','2018-09-20 15:41:07','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6649,1,'2018-09-20 15:42:37','2018-09-20 15:42:37','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" enable_shape_divider=\"true\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]\r\n\r\n[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537458139815{padding-top: 220px !important;padding-bottom: 240px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 15:42:37','2018-09-20 15:42:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6651,1,'2018-09-20 16:35:56','2018-09-20 16:35:56','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537458139815{padding-top: 220px !important;padding-bottom: 240px !important;background-color: #ffffff !important;}\"]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 16:35:56','2018-09-20 16:35:56','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6650,1,'2018-09-20 16:20:49','2018-09-20 16:20:49','<p>[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"6351\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" starting_category=\"default\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" enable_sortable=\"true\" horizontal_filters=\"true\" filter_alignment=\"center\" filter_color=\"default\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]</p>\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n<p>[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]</p>\r\n<p>[contact-form-7 id=\"6\" title=\"Contacto - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"2/3\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-25%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<table align=\"center\">\r\n<tbody>\r\n<tr>\r\n<td><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></td>\r\n<td><center><strong><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></strong></center></td>\r\n<td><center><strong><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></strong></center></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/6\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537458139815{padding-top: 220px !important;padding-bottom: 240px !important;background-color: #ffffff !important;}\"]</p>\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n<p>[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]</p>\r\n<h5></h5>\r\n<p>[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]</p>\r\n','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-20 16:20:49','2018-09-20 16:20:49','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6655,1,'2018-09-21 07:54:03','2018-09-21 07:54:03','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-21 07:54:03','2018-09-21 07:54:03','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6658,1,'2018-09-26 16:20:01','2018-09-26 16:20:01','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"leaflet\" zoom=\"1\" marker_style=\"nectar\" color=\"accent-color\" leaflet_map_greyscale=\"1\" map_center_lat=\"40.470700\" map_center_lng=\"-3.691876\"][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:20:01','2018-09-26 16:20:01','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6657,1,'2018-09-26 16:16:16','2018-09-26 16:16:16','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text]<iframe style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d189.70044747417532!2d-3.6919221!3d40.4706818!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd4229126b8b1a57%3A0x48b97c5afd5f94bb!2sLetsPicYou+Producciones!5e0!3m2!1ses!2ses!4v1537279257056\" width=\"10000\" height=\"600\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"></span></iframe>[/vc_column_text][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:16:16','2018-09-26 16:16:16','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6659,1,'2018-09-26 16:22:07','2018-09-26 16:22:07','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlMjB6b29tJTNEJTIyMTAlMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:22:07','2018-09-26 16:22:07','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6660,1,'2018-09-26 16:22:40','2018-09-26 16:22:40','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlMjB6b29tJTNEJTIyNSUyMiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:22:40','2018-09-26 16:22:40','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6661,1,'2018-09-26 16:23:22','2018-09-26 16:23:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlMjB6b29tJTNEJTIyMTAwJTIyJTNFJTNDc3BhbiUyMGRhdGEtbWNlLXR5cGUlM0QlMjJib29rbWFyayUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMHdpZHRoJTNBJTIwMHB4JTNCJTIwb3ZlcmZsb3clM0ElMjBoaWRkZW4lM0IlMjBsaW5lLWhlaWdodCUzQSUyMDAlM0IlMjIlMjBjbGFzcyUzRCUyMm1jZV9TRUxSRVNfc3RhcnQlMjIlM0UlRUYlQkIlQkYlM0MlMkZzcGFuJTNFJTNDc3BhbiUyMGRhdGEtbWNlLXR5cGUlM0QlMjJib29rbWFyayUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMHdpZHRoJTNBJTIwMHB4JTNCJTIwb3ZlcmZsb3clM0ElMjBoaWRkZW4lM0IlMjBsaW5lLWhlaWdodCUzQSUyMDAlM0IlMjIlMjBjbGFzcyUzRCUyMm1jZV9TRUxSRVNfc3RhcnQlMjIlM0UlRUYlQkIlQkYlM0MlMkZzcGFuJTNFJTNDc3BhbiUyMGRhdGEtbWNlLXR5cGUlM0QlMjJib29rbWFyayUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMHdpZHRoJTNBJTIwMHB4JTNCJTIwb3ZlcmZsb3clM0ElMjBoaWRkZW4lM0IlMjBsaW5lLWhlaWdodCUzQSUyMDAlM0IlMjIlMjBjbGFzcyUzRCUyMm1jZV9TRUxSRVNfc3RhcnQlMjIlM0UlRUYlQkIlQkYlM0MlMkZzcGFuJTNFJTNDc3BhbiUyMGRhdGEtbWNlLXR5cGUlM0QlMjJib29rbWFyayUyMiUyMHN0eWxlJTNEJTIyZGlzcGxheSUzQSUyMGlubGluZS1ibG9jayUzQiUyMHdpZHRoJTNBJTIwMHB4JTNCJTIwb3ZlcmZsb3clM0ElMjBoaWRkZW4lM0IlMjBsaW5lLWhlaWdodCUzQSUyMDAlM0IlMjIlMjBjbGFzcyUzRCUyMm1jZV9TRUxSRVNfc3RhcnQlMjIlM0UlRUYlQkIlQkYlM0MlMkZzcGFuJTNFJTNDJTJGaWZyYW1lJTNF[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:23:22','2018-09-26 16:23:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6662,1,'2018-09-26 16:25:43','2018-09-26 16:25:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxNCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:25:43','2018-09-26 16:25:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6663,1,'2018-09-26 16:26:21','2018-09-26 16:26:21','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_external=\"https://www.youtube.com/watch?v=04CMmdcyxpM\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0Q1JTIyJTIwd2lkdGglM0QlMjIxMDAwMCUyMiUyMGhlaWdodCUzRCUyMjYwMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMmFsbG93ZnVsbHNjcmVlbiUyMiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-26 16:26:21','2018-09-26 16:26:21','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6688,1,'2018-09-28 09:29:36','2018-09-28 09:29:36','','Vídeo NTP Web','','inherit','open','closed','','video-ntp-web','','','2018-09-28 09:29:36','2018-09-28 09:29:36','',0,'http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4',0,'attachment','video/mp4',0),(6666,1,'2018-09-27 11:55:58','2018-09-27 11:55:58','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_external=\"https://www.youtube.com/watch?v=2laNC8CT0Kc\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0Q1JTIyJTIwd2lkdGglM0QlMjIxMDAwMCUyMiUyMGhlaWdodCUzRCUyMjYwMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMmFsbG93ZnVsbHNjcmVlbiUyMiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 11:55:58','2018-09-27 11:55:58','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6728,1,'2018-10-01 14:47:58','2018-10-01 14:47:58','','LogoLG','','inherit','open','closed','','logolg','','','2018-10-01 14:47:58','2018-10-01 14:47:58','',6218,'http://ditaymedia.com/wp-content/uploads/2018/10/LogoLG.png',0,'attachment','image/png',0),(6672,1,'2018-09-27 16:06:43','2018-09-27 16:06:43','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 16:06:43','2018-09-27 16:06:43','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6668,1,'2018-09-27 12:19:51','2018-09-27 12:19:51','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0Q1JTIyJTIwd2lkdGglM0QlMjIxMDAwMCUyMiUyMGhlaWdodCUzRCUyMjYwMCUyMiUyMGZyYW1lYm9yZGVyJTNEJTIyMCUyMiUyMGFsbG93ZnVsbHNjcmVlbiUzRCUyMmFsbG93ZnVsbHNjcmVlbiUyMiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQ3NwYW4lMjBkYXRhLW1jZS10eXBlJTNEJTIyYm9va21hcmslMjIlMjBzdHlsZSUzRCUyMmRpc3BsYXklM0ElMjBpbmxpbmUtYmxvY2slM0IlMjB3aWR0aCUzQSUyMDBweCUzQiUyMG92ZXJmbG93JTNBJTIwaGlkZGVuJTNCJTIwbGluZS1oZWlnaHQlM0ElMjAwJTNCJTIyJTIwY2xhc3MlM0QlMjJtY2VfU0VMUkVTX3N0YXJ0JTIyJTNFJUVGJUJCJUJGJTNDJTJGc3BhbiUzRSUzQyUyRmlmcmFtZSUzRQ==[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 12:19:51','2018-09-27 12:19:51','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6670,1,'2018-09-27 14:15:30','2018-09-27 14:15:30','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 14:15:30','2018-09-27 14:15:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6669,1,'2018-09-27 14:14:52','2018-09-27 14:14:52','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnpvb20lM0QxMyUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 14:14:52','2018-09-27 14:14:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6671,1,'2018-09-27 14:25:28','2018-09-27 14:25:28','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" lightbox_only=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-27 14:25:28','2018-09-27 14:25:28','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6715,1,'2018-09-28 11:30:09','2018-09-28 11:30:09','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"10%\" bottom_padding=\"10%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 11:30:09','2018-09-28 11:30:09','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6681,1,'2018-09-28 08:19:33','2018-09-28 08:19:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 08:19:33','2018-09-28 08:19:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6680,1,'2018-09-28 08:18:33','2018-09-28 08:18:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_gmap map_type=\"google\" zoom=\"15\" enable_zoom=\"1\" marker_style=\"nectar\" nectar_marker_color=\"accent-color\" map_greyscale=\"1\" size=\"700\" map_center_lat=\"40.470683\" map_center_lng=\"-3.691825\" map_markers=\"40.470683|-3.691825|LetsPicYou Producciones\r\n\"][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 08:18:33','2018-09-28 08:18:33','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6683,1,'2018-09-28 08:22:31','2018-09-28 08:22:31','','Espacio','','publish','closed','closed','','estudio-2','','','2019-07-17 09:43:45','2019-07-17 09:43:45','',0,'http://ditaymedia.com/?p=6683',2,'nav_menu_item','',0),(6684,1,'2018-09-28 08:22:31','2018-09-28 08:22:31','','Clientes','','publish','closed','closed','','clientes-2','','','2019-07-17 09:43:45','2019-07-17 09:43:45','',0,'http://ditaymedia.com/?p=6684',6,'nav_menu_item','',0),(6685,1,'2018-09-28 08:22:32','2018-09-28 08:22:32','','Contacto','','publish','closed','closed','','contacto-2','','','2019-07-17 09:43:45','2019-07-17 09:43:45','',0,'http://ditaymedia.com/?p=6685',7,'nav_menu_item','',0),(6687,1,'2018-09-28 08:37:07','2018-09-28 08:37:07','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" bottom_padding=\"14%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Promo-NTP.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 08:37:07','2018-09-28 08:37:07','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6689,1,'2018-09-28 09:30:47','2018-09-28 09:30:47','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"14%\" bottom_padding=\"14%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"44\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 09:30:47','2018-09-28 09:30:47','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6714,1,'2018-09-28 11:26:49','2018-09-28 11:26:49','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"10%\" bottom_padding=\"10%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"15%\" bottom_padding=\"15%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 11:26:49','2018-09-28 11:26:49','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6716,1,'2018-09-28 11:32:18','2018-09-28 11:32:18','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-Redes-NTP-V3.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-09-28 11:32:18','2018-09-28 11:32:18','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8604,1,'2018-10-22 12:25:26','2018-10-22 12:25:26','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-52','','','2018-10-22 12:26:17','2018-10-22 12:26:17','',6709,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0822.jpg',0,'attachment','image/jpeg',0),(6726,1,'2018-10-01 14:44:50','2018-10-01 14:44:50','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:44:50','2018-10-01 14:44:50','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6724,1,'2018-10-01 14:43:23','2018-10-01 14:43:23','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6723\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6723\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:43:23','2018-10-01 14:43:23','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6727,1,'2018-10-01 14:45:32','2018-10-01 14:45:32','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:45:32','2018-10-01 14:45:32','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6729,1,'2018-10-01 14:48:35','2018-10-01 14:48:35','','LogoCamper','','inherit','open','closed','','logocamper','','','2018-10-01 14:48:35','2018-10-01 14:48:35','',6218,'http://ditaymedia.com/wp-content/uploads/2018/10/LogoCamper.png',0,'attachment','image/png',0),(6730,1,'2018-10-01 14:49:25','2018-10-01 14:49:25','','LogoLoreal','','inherit','open','closed','','logoloreal','','','2018-10-01 14:49:25','2018-10-01 14:49:25','',6218,'http://ditaymedia.com/wp-content/uploads/2018/10/LogoLoreal.png',0,'attachment','image/png',0),(6731,1,'2018-10-01 14:50:09','2018-10-01 14:50:09','','LogoDelibero','','inherit','open','closed','','logodelibero','','','2018-10-01 14:50:09','2018-10-01 14:50:09','',6218,'http://ditaymedia.com/wp-content/uploads/2018/10/LogoDelibero.png',0,'attachment','image/png',0),(6732,1,'2018-10-01 14:50:37','2018-10-01 14:50:37','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:50:37','2018-10-01 14:50:37','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6733,1,'2018-10-01 14:52:42','2018-10-01 14:52:42','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:52:42','2018-10-01 14:52:42','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6734,1,'2018-10-01 14:53:29','2018-10-01 14:53:29','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:53:29','2018-10-01 14:53:29','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6735,1,'2018-10-01 14:53:57','2018-10-01 14:53:57','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6344\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:53:57','2018-10-01 14:53:57','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6736,1,'2018-10-01 14:54:40','2018-10-01 14:54:40','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 14:54:40','2018-10-01 14:54:40','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6740,1,'2018-10-01 15:18:15','2018-10-01 15:18:15','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 15:18:15','2018-10-01 15:18:15','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6737,1,'2018-10-01 15:15:27','2018-10-01 15:15:27','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"10%\" bottom_margin=\"10%\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 15:15:27','2018-10-01 15:15:27','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6739,1,'2018-10-01 15:17:11','2018-10-01 15:17:11','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"50%\" bottom_margin=\"50%\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 15:17:11','2018-10-01 15:17:11','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6738,1,'2018-10-01 15:16:22','2018-10-01 15:16:22','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" top_margin=\"100%\" bottom_margin=\"100%\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-01 15:16:22','2018-10-01 15:16:22','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8406,1,'2018-10-05 11:07:12','2018-10-05 11:07:12','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"4\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-05 11:07:12','2018-10-05 11:07:12','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8345,1,'2018-10-04 11:00:52','2018-10-04 11:00:52','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-04 11:00:52','2018-10-04 11:00:52','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8344,1,'2018-10-04 10:58:19','2018-10-04 10:58:19','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-8','','','2018-10-04 15:32:15','2018-10-04 15:32:15','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0608.jpg',0,'attachment','image/jpeg',0),(8343,1,'2018-10-04 10:58:16','2018-10-04 10:58:16','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-7','','','2018-10-05 08:11:21','2018-10-05 08:11:21','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0029.jpg',0,'attachment','image/jpeg',0),(8342,1,'2018-10-04 10:58:14','2018-10-04 10:58:14','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-6','','','2018-11-05 14:39:59','2018-11-05 14:39:59','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-09-08-Salvador-Bachiller-890.jpg',0,'attachment','image/jpeg',0),(8341,1,'2018-10-04 10:58:11','2018-10-04 10:58:11','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-5','','','2018-10-18 11:34:18','2018-10-18 11:34:18','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-09-08-Salvador-Bachiller-126.jpg',0,'attachment','image/jpeg',0),(8340,1,'2018-10-04 10:58:08','2018-10-04 10:58:08','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-4','','','2018-10-18 11:41:01','2018-10-18 11:41:01','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC6228.jpg',0,'attachment','image/jpeg',0),(8339,1,'2018-10-04 10:58:06','2018-10-04 10:58:06','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-3','','','2018-10-04 15:32:25','2018-10-04 15:32:25','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0134.jpg',0,'attachment','image/jpeg',0),(8338,1,'2018-10-04 10:58:03','2018-10-04 10:58:03','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-2','','','2018-10-04 10:58:03','2018-10-04 10:58:03','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0049-3.jpg',0,'attachment','image/jpeg',0),(6753,1,'2018-11-05 15:45:08','2018-11-05 15:45:08','','CUÑA','','inherit','closed','closed','','6701-autosave-v1','','','2018-11-05 15:45:08','2018-11-05 15:45:08','',6701,'http://ditaymedia.com/6701-autosave-v1/',0,'revision','',0),(6754,1,'2018-10-03 15:37:23','2018-10-03 15:37:23','','INTERIORISMO','','inherit','closed','closed','','6695-autosave-v1','','','2018-10-03 15:37:23','2018-10-03 15:37:23','',6695,'http://ditaymedia.com/6695-autosave-v1/',0,'revision','',0),(6755,1,'2018-10-03 15:39:18','2018-10-03 15:39:18','L','INDUSTRIAL','','inherit','closed','closed','','6711-autosave-v1','','','2018-10-03 15:39:18','2018-10-03 15:39:18','',6711,'http://ditaymedia.com/6711-autosave-v1/',0,'revision','',0),(6756,1,'2018-10-03 15:54:41','2018-10-03 15:54:41','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"3\" category=\"all\" project_style=\"3\" masonry_style=\"true\" load_in_animation=\"fade_in\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-03 15:54:41','2018-10-03 15:54:41','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(6757,1,'2018-10-03 15:55:35','2018-10-03 15:55:35','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-03 15:55:35','2018-10-03 15:55:35','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(3600,1,'2016-09-11 17:22:08','2016-09-11 17:22:08','','Image Title','','inherit','open','closed','','1','','','2016-09-11 17:22:08','2016-09-11 17:22:08','',0,'http://ditaymedia.com/wp-content/uploads/2016/09/dark.jpg',0,'attachment','image/jpeg',0),(3700,1,'2016-09-10 17:22:08','2016-09-10 17:22:08','','Image Title','','inherit','open','closed','','1-2','','','2016-09-10 17:22:08','2016-09-10 17:22:08','',0,'http://ditaymedia.com/wp-content/uploads/2016/09/medium.jpg',0,'attachment','image/jpeg',0),(3800,1,'2016-09-09 17:22:08','2016-09-09 17:22:08','','Image Title','','inherit','open','closed','','1-3','','','2016-09-09 17:22:08','2016-09-09 17:22:08','',0,'http://ditaymedia.com/wp-content/uploads/2016/09/light.jpg',0,'attachment','image/jpeg',0),(8415,1,'2018-10-08 14:24:31','2018-10-08 14:24:31','','00004_2','','inherit','open','closed','','00004_2','','','2018-10-08 14:24:31','2018-10-08 14:24:31','',0,'http://ditaymedia.com/wp-content/uploads/2018/10/00004_2.mp4',0,'attachment','video/mp4',0),(8416,1,'2018-10-08 14:37:12','2018-10-08 14:37:12','','18-09-17 Vídeo ESCRS Viena 2018','','inherit','open','closed','','18-09-17-video-escrs-viena-2018','','','2018-10-08 14:37:12','2018-10-08 14:37:12','',0,'http://ditaymedia.com/wp-content/uploads/2018/10/18-09-17-Vídeo-ESCRS-Viena-2018.mp4',0,'attachment','video/mp4',0),(8337,1,'2018-10-04 09:02:30','2018-10-04 09:02:30','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"5760\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"all\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslexperience.com/es-ES\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"http://www.lancomespain.com/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-04 09:02:30','2018-10-04 09:02:30','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8346,1,'2018-10-04 11:12:20','2018-10-04 11:12:20','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-9','','','2018-10-04 11:12:20','2018-10-04 11:12:20','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0320.jpg',0,'attachment','image/jpeg',0),(8605,1,'2018-10-22 12:25:55','2018-10-22 12:25:55','','PUBLICIDAD','','inherit','closed','closed','','6709-autosave-v1','','','2018-10-22 12:25:55','2018-10-22 12:25:55','',6709,'http://ditaymedia.com/6709-autosave-v1/',0,'revision','',0),(8635,1,'2018-10-23 15:08:09','2018-10-23 15:08:09','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-74','','','2018-10-23 15:08:09','2018-10-23 15:08:09','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/18-04-16-Mirto-Mujer-OI-18-1061.jpg',0,'attachment','image/jpeg',0),(8349,1,'2018-10-04 11:30:25','2018-10-04 11:30:25','','Edición_Hasami_2','','inherit','open','closed','','edicion_hasami_2','','','2018-10-04 11:30:25','2018-10-04 11:30:25','',0,'http://ditaymedia.com/wp-content/uploads/2018/10/Edición_Hasami_2.mp4',0,'attachment','video/mp4',0),(8351,1,'2018-10-04 14:07:32','2018-10-04 14:07:32','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-12','','','2018-10-04 14:07:32','2018-10-04 14:07:32','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/D7A6475.jpg',0,'attachment','image/jpeg',0),(8352,1,'2018-10-04 14:07:35','2018-10-04 14:07:35','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-13','','','2018-10-04 14:07:35','2018-10-04 14:07:35','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/D7A8257-1.jpg',0,'attachment','image/jpeg',0),(8353,1,'2018-10-04 14:07:38','2018-10-04 14:07:38','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-14','','','2018-10-04 14:07:38','2018-10-04 14:07:38','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1058.jpg',0,'attachment','image/jpeg',0),(8354,1,'2018-10-04 14:07:41','2018-10-04 14:07:41','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-15','','','2018-10-04 14:07:41','2018-10-04 14:07:41','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1088.jpg',0,'attachment','image/jpeg',0),(8355,1,'2018-10-04 14:07:45','2018-10-04 14:07:45','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-16','','','2018-10-04 14:07:45','2018-10-04 14:07:45','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_1630.jpg',0,'attachment','image/jpeg',0),(8356,1,'2018-10-04 14:07:47','2018-10-04 14:07:47','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-17','','','2018-10-04 14:07:47','2018-10-04 14:07:47','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_2386.jpg',0,'attachment','image/jpeg',0),(8357,1,'2018-10-04 14:07:50','2018-10-04 14:07:50','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-18','','','2018-10-04 14:07:50','2018-10-04 14:07:50','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_4158.jpg',0,'attachment','image/jpeg',0),(8358,1,'2018-10-04 14:07:52','2018-10-04 14:07:52','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-19','','','2018-10-04 14:07:52','2018-10-04 14:07:52','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_5231.jpg',0,'attachment','image/jpeg',0),(8389,1,'2018-10-05 08:27:56','2018-10-05 08:27:56','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-20','','','2018-10-05 08:27:56','2018-10-05 08:27:56','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_9945-HDR.jpg',0,'attachment','image/jpeg',0),(8382,1,'2018-10-04 15:59:33','2018-10-04 15:59:33','','Escanciano & Gendre','Escanciano & Gendre','inherit','open','closed','','escanciano-gendre','','','2018-10-04 15:59:33','2018-10-04 15:59:33','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0172.jpg',0,'attachment','image/jpeg',0),(8361,1,'2018-10-04 14:08:01','2018-10-04 14:08:01','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-22','','','2018-10-04 14:08:01','2018-10-04 14:08:01','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_7980.jpg',0,'attachment','image/jpeg',0),(8362,1,'2018-10-04 14:08:04','2018-10-04 14:08:04','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-23','','','2018-10-04 14:08:04','2018-10-04 14:08:04','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_9769.jpg',0,'attachment','image/jpeg',0),(8363,1,'2018-10-04 14:08:06','2018-10-04 14:08:06','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-24','','','2018-10-04 14:08:06','2018-10-04 14:08:06','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/2018-03-24-AW-LAB-056.jpg',0,'attachment','image/jpeg',0),(8638,1,'2018-10-23 15:08:18','2018-10-23 15:08:18','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-91','','','2018-10-23 15:08:18','2018-10-23 15:08:18','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/18-04-16-Mirto-Mujer-OI-18-1364.jpg',0,'attachment','image/jpeg',0),(8637,1,'2018-10-23 15:08:15','2018-10-23 15:08:15','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-87','','','2018-10-23 15:08:15','2018-10-23 15:08:15','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/18-04-16-Mirto-Mujer-OI-18-1255.jpg',0,'attachment','image/jpeg',0),(8627,1,'2018-10-23 15:04:17','2018-10-23 15:04:17','','ECOMMERCE','','inherit','closed','closed','','6699-autosave-v1','','','2018-10-23 15:04:17','2018-10-23 15:04:17','',6699,'http://ditaymedia.com/6699-autosave-v1/',0,'revision','',0),(8636,1,'2018-10-23 15:08:12','2018-10-23 15:08:12','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-75','','','2018-10-23 15:08:12','2018-10-23 15:08:12','',6699,'http://ditaymedia.com/wp-content/uploads/2018/09/18-04-16-Mirto-Mujer-OI-18-1248.jpg',0,'attachment','image/jpeg',0),(8368,1,'2018-10-04 14:17:53','2018-10-04 14:17:53','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-29','','','2018-10-04 14:17:53','2018-10-04 14:17:53','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/18-07-10-Mirto-Hombre-OI-4185.jpg',0,'attachment','image/jpeg',0),(8369,1,'2018-10-04 14:17:55','2018-10-04 14:17:55','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-30','','','2018-10-04 14:17:55','2018-10-04 14:17:55','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/18-07-10-Mirto-Hombre-OI-4212.jpg',0,'attachment','image/jpeg',0),(8370,1,'2018-10-04 14:19:38','2018-10-04 14:19:38','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-31','','','2018-10-04 14:19:38','2018-10-04 14:19:38','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0320-1.jpg',0,'attachment','image/jpeg',0),(8372,1,'2018-10-04 14:19:43','2018-10-04 14:19:43','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-33','','','2018-10-04 14:19:43','2018-10-04 14:19:43','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC2312-HDR.jpg',0,'attachment','image/jpeg',0),(8607,1,'2018-10-23 08:12:58','2018-10-23 08:12:58','','LetsPicYou Photo','LetsPicYou Photo','inherit','open','closed','','letspicyou-photo-53','','','2018-10-23 08:12:58','2018-10-23 08:12:58','',8556,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC4849-Editar-1030x686.jpg',0,'attachment','image/jpeg',0),(8374,1,'2018-10-04 14:19:49','2018-10-04 14:19:49','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-35','','','2018-10-04 14:19:49','2018-10-04 14:19:49','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC2518-HDR.jpg',0,'attachment','image/jpeg',0),(8375,1,'2018-10-04 14:19:51','2018-10-04 14:19:51','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-36','','','2018-10-04 14:19:51','2018-10-04 14:19:51','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC2711.jpg',0,'attachment','image/jpeg',0),(8376,1,'2018-10-04 14:19:54','2018-10-04 14:19:54','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-37','','','2018-10-18 16:56:38','2018-10-18 16:56:38','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_0101.jpg',0,'attachment','image/jpeg',0),(8606,1,'2018-10-23 08:01:33','2018-10-23 08:01:33','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-10','','','2018-10-23 08:01:33','2018-10-23 08:01:33','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_9046.jpg',0,'attachment','image/jpeg',0),(8378,1,'2018-10-04 14:19:58','2018-10-04 14:19:58','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-39','','','2018-10-04 14:19:58','2018-10-04 14:19:58','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_0539.jpg',0,'attachment','image/jpeg',0),(8379,1,'2018-10-04 14:20:01','2018-10-04 14:20:01','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-40','','','2018-10-04 14:20:01','2018-10-04 14:20:01','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_9926-Pano-Editar.jpg',0,'attachment','image/jpeg',0),(8387,1,'2018-10-04 15:59:44','2018-10-04 15:59:44','','Escanciano & Gendre','Escanciano & Gendre','inherit','open','closed','','escanciano-gendre-6','','','2018-10-04 15:59:44','2018-10-04 15:59:44','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0526.jpg',0,'attachment','image/jpeg',0),(8388,1,'2018-10-04 15:59:47','2018-10-04 15:59:47','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-21','','','2018-10-04 15:59:47','2018-10-04 15:59:47','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/18-06-27-Alpe-FW18-0608-1.jpg',0,'attachment','image/jpeg',0),(8390,1,'2018-10-05 08:27:59','2018-10-05 08:27:59','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-41','','','2018-10-05 08:35:07','2018-10-05 08:35:07','',6695,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC_3914.jpg',0,'attachment','image/jpeg',0),(8392,1,'2018-10-05 09:01:02','2018-10-05 09:01:02','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-43','','','2018-10-23 07:57:24','2018-10-23 07:57:24','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/Código-Único-Marzo-20171105-686x1030.jpg',0,'attachment','image/jpeg',0),(8393,1,'2018-10-05 09:01:05','2018-10-05 09:01:05','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-44','','','2018-10-05 09:01:05','2018-10-05 09:01:05','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC6952-686x1030.jpg',0,'attachment','image/jpeg',0),(8394,1,'2018-10-05 09:29:44','2018-10-05 09:29:44','','_D7A8880','','inherit','open','closed','','_d7a8880','','','2018-10-05 09:29:44','2018-10-05 09:29:44','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/D7A8880.jpg',0,'attachment','image/jpeg',0),(8395,1,'2018-10-05 09:29:47','2018-10-05 09:29:47','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-45','','','2018-10-05 09:29:47','2018-10-05 09:29:47','',6697,'http://ditaymedia.com/wp-content/uploads/2018/09/MG_6012.jpg',0,'attachment','image/jpeg',0),(8397,1,'2018-10-05 09:36:38','2018-10-05 09:36:38','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-47','','','2018-10-23 14:37:26','2018-10-23 14:37:26','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-06-26-Esne-Avenue-301002-688x1030.jpg',0,'attachment','image/jpeg',0),(8398,1,'2018-10-05 09:36:40','2018-10-05 09:36:40','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-48','','','2018-10-05 09:36:40','2018-10-05 09:36:40','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-06-26-Esne-Avenue-301056-1030x688.jpg',0,'attachment','image/jpeg',0),(8399,1,'2018-10-05 09:36:43','2018-10-05 09:36:43','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-producciones-49','','','2018-10-05 09:36:43','2018-10-05 09:36:43','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-06-28-Avenue-Ilustrated01348-1030x688.jpg',0,'attachment','image/jpeg',0),(8400,1,'2018-10-05 09:36:45','2018-10-05 09:36:45','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','escanciano-gendre-7','','','2018-10-18 13:55:04','2018-10-18 13:55:04','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-11-30-Fernando-Claro-078-1030x688.jpg',0,'attachment','image/jpeg',0),(8401,1,'2018-10-05 09:36:48','2018-10-05 09:36:48','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','escanciano-gendre-8','','','2018-10-18 13:54:58','2018-10-18 13:54:58','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/17-11-30-Fernando-Claro-410-1030x688.jpg',0,'attachment','image/jpeg',0),(8402,1,'2018-10-05 09:36:50','2018-10-05 09:36:50','','LetsPicYou Producciones','LetsPicYou Producciones','inherit','open','closed','','letspicyou-photo','','','2018-10-18 13:55:18','2018-10-18 13:55:18','',6692,'http://ditaymedia.com/wp-content/uploads/2018/09/DSC0283-Editar-687x1030.jpg',0,'attachment','image/jpeg',0),(8421,1,'2018-10-08 16:46:47','2018-10-08 16:46:47','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"center center\" bg_repeat=\"no-repeat\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"2/3\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_custom_heading text=\"CLIENTES\" font_container=\"tag:h2|font_size:48px|text_align:center|line_height:57px\" use_theme_fonts=\"yes\" css_animation=\"none\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][clients columns=\"5\" hover_effect=\"opacity\" additional_padding=\"2\" fade_in_animation=\"true\"][client image=\"6300\" title=\"Client\" id=\"1536765081791-0-10\" tab_id=\"1536765081793-8\" name=\"BIOTHERM\" url=\"http://www.biotherm.es/\"][/client][client image=\"6307\" title=\"Client\" id=\"1536767234449-0-8\" tab_id=\"1536765081793-8\" name=\"YSL\" url=\"https://yslbeauty.com\"][/client][client image=\"6308\" title=\"Client\" id=\"1536767235301-0-1\" tab_id=\"1536765081793-8\" name=\"LANCOME\" url=\"https://www.lancome.es/\"][/client][client image=\"6309\" title=\"Client\" id=\"1536767236105-0-7\" tab_id=\"1536765081793-8\" name=\"ROBERTO VERINO\" url=\"http://www.robertoverino.com/es/\"][/client][client image=\"6311\" title=\"Client\" id=\"1536767237540-0-4\" tab_id=\"1536765081793-8\" name=\"VICHY\" url=\"http://www.vichy.es/\"][/client][client image=\"6587\" title=\"Client\" id=\"1537347092823-0-3\" tab_id=\"1536765081793-8\" name=\"ADIDAS\" url=\"http://www.adidas.es/\"][/client][client image=\"6585\" title=\"Client\" id=\"1537346684997-0-3\" tab_id=\"1536765081793-8\" name=\"GIORGIO ARMANI\" url=\"http://www.armanibeauty.es/\"][/client][client image=\"6589\" title=\"Client\" id=\"1537347240967-0-4\" tab_id=\"1536765081793-8\" name=\"HILTON\" url=\"http://www.hilton.com/\"][/client][client image=\"6586\" title=\"Client\" id=\"1537347060791-0-8\" tab_id=\"1536765081793-8\" name=\"SANTILLANA\" url=\"http://www.santillana.es/\"][/client][client image=\"6588\" title=\"Client\" id=\"1537347186414-0-8\" tab_id=\"1536765081793-8\" name=\"LEROY MERLIN\" url=\"http://www.leroymerlin.es/\"][/client][client image=\"6728\" title=\"Client\" id=\"1538405266454-0-6\" tab_id=\"1538405266456-10\" url=\"https://www.lg.com/es\" name=\"LG\"][/client][client image=\"6592\" title=\"Client\" id=\"1537347424701-0-8\" tab_id=\"1536765081793-8\" name=\"THYSSENKRUPP\" url=\"http://www.grupothyssenkrupp.com/\"][/client][client image=\"6731\" title=\"Client\" id=\"1538405406884-0-3\" tab_id=\"1538405406886-3\" url=\"https://deliveroo.es/es/\" name=\"DELIVEROO\"][/client][client image=\"6652\" title=\"Client\" id=\"1537461581068-0-10\" tab_id=\"1536765081793-8\" name=\"ALPE\" url=\"http://www.alpeteam.com/\"][/client][client image=\"6729\" title=\"Client\" id=\"1538405316118-0-6\" tab_id=\"1538405316120-6\" url=\"https://www.camper.com/es_ES\" name=\"CAMPER\"][/client][client image=\"6730\" title=\"Client\" id=\"1538405359643-0-4\" tab_id=\"1538405359646-10\" url=\"https://www.loreal-paris.es/\" name=\"L\'OREAL\"][/client][client image=\"6591\" title=\"Client\" id=\"1537347321655-0-0\" tab_id=\"1536765081793-8\" name=\"MIRTO\" url=\"http://mirto.com/\"][/client][/clients][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"6725\" bg_position=\"left top\" bg_repeat=\"no-repeat\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" zindex=\"100\" id=\"contacto\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_color_hover=\"#ffffff\" background_hover_color_opacity=\"1\" font_color=\"#ffffff\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" bottom_margin=\"-15%\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text css=\".vc_custom_1537516444488{padding-top: 220px !important;padding-bottom: 230px !important;background-color: #ffffff !important;}\"]\r\n<h5 style=\"text-align: center;\"><strong><i class=\"fas fa-phone\"></i><a href=\"tel:910608945\" target=\"_blank\" rel=\"noopener\">91 060 89 45</a></strong></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"far fa-envelope\"></i><a href=\"mailto:info@ditaymedia.com\" target=\"_blank\" rel=\"noopener\">info@ditaymedia.com</a></h5>\r\n<h5 style=\"text-align: center;\"><i class=\"fas fa-map-pin\"></i><a href=\"https://goo.gl/maps/DsKDXS58AvT2\" target=\"_blank\" rel=\"noopener\">Calle Cañaveral 92B 28029 Madrid</a></h5>\r\n[/vc_column_text][/vc_column][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/2\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"grow-in\" column_padding=\"padding-6-percent\" column_padding_position=\"all\" background_color=\"#ffffff\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"x_large_depth\" column_border_radius=\"none\" bottom_margin=\"-15%\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_column_text][contact-form-7 id=\"6609\" title=\"Contacto 2 - LetsPicYou\"]\r\n<h5></h5>\r\n[/vc_column_text][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"center\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_raw_html]JTNDaWZyYW1lJTIwc3R5bGUlM0QlMjJib3JkZXIlM0ElMjAwJTNCJTIyJTIwc3JjJTNEJTIyaHR0cHMlM0ElMkYlMkZ3d3cuZ29vZ2xlLmNvbSUyRm1hcHMlMkZlbWJlZCUzRnBiJTNEJTIxMW0xNCUyMTFtOCUyMTFtMyUyMTFkMTg5LjcwMDQ0NzQ3NDE3NTMyJTIxMmQtMy42OTE5MjIxJTIxM2Q0MC40NzA2ODE4JTIxM20yJTIxMWkxMDI0JTIxMmk3NjglMjE0ZjEzLjElMjEzbTMlMjExbTIlMjExczB4ZDQyMjkxMjZiOGIxYTU3JTI1M0EweDQ4Yjk3YzVhZmQ1Zjk0YmIlMjEyc0xldHNQaWNZb3UlMkJQcm9kdWNjaW9uZXMlMjE1ZTAlMjEzbTIlMjExc2VzJTIxMnNlcyUyMTR2MTUzNzI3OTI1NzA1NiUyNnolM0QxMCUyMiUyMHdpZHRoJTNEJTIyMTAwMDAlMjIlMjBoZWlnaHQlM0QlMjI2MDAlMjIlMjBmcmFtZWJvcmRlciUzRCUyMjAlMjIlMjBhbGxvd2Z1bGxzY3JlZW4lM0QlMjJhbGxvd2Z1bGxzY3JlZW4lMjIlM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0NzcGFuJTIwZGF0YS1tY2UtdHlwZSUzRCUyMmJvb2ttYXJrJTIyJTIwc3R5bGUlM0QlMjJkaXNwbGF5JTNBJTIwaW5saW5lLWJsb2NrJTNCJTIwd2lkdGglM0ElMjAwcHglM0IlMjBvdmVyZmxvdyUzQSUyMGhpZGRlbiUzQiUyMGxpbmUtaGVpZ2h0JTNBJTIwMCUzQiUyMiUyMGNsYXNzJTNEJTIybWNlX1NFTFJFU19zdGFydCUyMiUzRSVFRiVCQiVCRiUzQyUyRnNwYW4lM0UlM0MlMkZpZnJhbWUlM0U=[/vc_raw_html][/vc_column][/vc_row]','LetsPicYou Producciones','','inherit','closed','closed','','6218-revision-v1','','','2018-10-08 16:46:47','2018-10-08 16:46:47','',6218,'http://ditaymedia.com/6218-revision-v1/',0,'revision','',0),(8420,1,'2018-10-08 16:44:33','2018-10-08 16:44:33','[vc_row type=\"full_width_content\" full_screen_row_position=\"middle\" bg_image=\"8405\" bg_position=\"center center\" bg_repeat=\"no-repeat\" parallax_bg=\"true\" parallax_bg_speed=\"fast\" bg_color=\"#ffffff\" scene_position=\"center\" video_bg=\"use_video\" enable_video_color_overlay=\"true\" video_overlay_color=\"#707070\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/10/Reel-web-LPY.mp4\" text_color=\"light\" text_align=\"center\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"inicio\" enable_gradient=\"true\" color_overlay=\"#0a0a0a\" gradient_direction=\"left_to_right\" overlay_strength=\"0.5\" shape_divider_position=\"bottom\" shape_type=\"curve_opacity\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner content_placement=\"middle\" column_margin=\"default\" bottom_padding=\"50%\" text_align=\"left\"][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/1\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"in_container\" full_screen_row_position=\"middle\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"5%\" bottom_padding=\"5%\" id=\"servicios\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][nectar_portfolio layout=\"constrained_fullwidth\" category=\"ecommerce,eventos,interiorismo,moda\" project_style=\"3\" item_spacing=\"5px\" masonry_style=\"true\" load_in_animation=\"none\"][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_image=\"8418\" bg_position=\"center center\" bg_repeat=\"no-repeat\" full_height=\"yes\" scene_position=\"center\" video_bg=\"use_video\" video_mp4=\"http://ditaymedia.com/wp-content/uploads/2018/09/Vídeo-NTP-Web.mp4\" video_image=\"6725\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"estudio\" enable_gradient=\"true\" color_overlay=\"#333333\" gradient_direction=\"left_to_right\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"mountains\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner equal_height=\"yes\" content_placement=\"middle\" column_margin=\"default\" top_padding=\"10%\" bottom_padding=\"10%\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\" offset=\"vc_col-lg-6 vc_col-md-6 vc_col-xs-12\"][split_line_heading]\r\n<h2><span style=\"color: #000000;\"><strong>Ven a vernos a nuestro estudio NaveThePhoto</strong></span></h2>\r\n<h4><span style=\"color: #000000;\"><strong>Calle Cañaveral 92B 28029 Madrid</strong></span></h4>\r\n[/split_line_heading][nectar_btn size=\"large\" open_new_tab=\"true\" button_style=\"regular\" button_color_2=\"Accent-Color\" icon_family=\"default_arrow\" url=\"https://www.navethephoto.com/\" text=\"Ir a NaveThePhoto Estudio\" margin_top=\"25\" css_animation=\"slideInUp\"][/vc_column_inner][vc_column_inner column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/2\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row type=\"full_width_background\" full_screen_row_position=\"middle\" bg_color=\"#ffffff\" scene_position=\"center\" text_color=\"dark\" text_align=\"left\" top_padding=\"4%\" bottom_padding=\"4%\" id=\"clientes\" overlay_strength=\"0.3\" shape_divider_position=\"bottom\" shape_type=\"\"][vc_column column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_link_target=\"_self\" column_shadow=\"none\" column_border_radius=\"none\" width=\"1/1\" tablet_width_inherit=\"default\" tablet_text_alignment=\"default\" phone_text_alignment=\"default\" column_border_width=\"none\" column_border_style=\"solid\"][vc_row_inner column_margin=\"default\" text_align=\"left\"][vc_column_inner enable_animation=\"true\" animation=\"fade-in-from-bottom\" column_padding=\"no-extra-padding\" column_padding_position=\"all\" background_color_opacity=\"1\" background_hover_color_opacity=\"1\" column_shadow=\"none\" column_border_radius=\"none\" column_link_target=\"_self\" width=\"1/6\" tablet_width_inherit=\"default\" column_border_width=\"none\" column_border_style=\"solid\"